Merge branch 'main' into feature/show-extruder-values-on-filament-overrides-tab

This commit is contained in:
SoftFever 2024-10-07 19:43:50 +08:00 committed by GitHub
commit 09672ea90c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
867 changed files with 49736 additions and 27090 deletions

View file

@ -159,6 +159,9 @@ jobs:
- name: Build slicer Win - name: Build slicer Win
if: inputs.os == 'windows-latest' if: inputs.os == 'windows-latest'
working-directory: ${{ github.workspace }} working-directory: ${{ github.workspace }}
env:
WindowsSdkDir: 'C:\Program Files (x86)\Windows Kits\10\'
WindowsSDKVersion: '10.0.22000.0\'
run: .\build_release_vs2022.bat slicer run: .\build_release_vs2022.bat slicer
- name: Create installer Win - name: Create installer Win

View file

@ -18,7 +18,7 @@ on:
jobs: jobs:
check_translation: check_translation:
name: Check profiles name: Check profiles
runs-on: ubuntu-22.04 runs-on: ubuntu-24.04
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4

2
.gitignore vendored
View file

@ -34,4 +34,4 @@ src/OrcaSlicer-doc/
/deps/DL_CACHE /deps/DL_CACHE
**/.flatpak-builder/ **/.flatpak-builder/
resources/profiles/user/default resources/profiles/user/default
OrcaSlicer.code-workspace *.code-workspace

View file

@ -80,7 +80,7 @@ fi
DISTRIBUTION=$(awk -F= '/^ID=/ {print $2}' /etc/os-release) DISTRIBUTION=$(awk -F= '/^ID=/ {print $2}' /etc/os-release)
# treat ubuntu as debian # treat ubuntu as debian
if [ "${DISTRIBUTION}" == "ubuntu" ] if [ "${DISTRIBUTION}" == "ubuntu" ] || [ "${DISTRIBUTION}" == "linuxmint" ]
then then
DISTRIBUTION="debian" DISTRIBUTION="debian"
fi fi

View file

@ -1,26 +1,36 @@
<h1> <p "font-size:200px;"><img align="left" src="https://github.com/KDW06/OrcaSlicer/blob/main/resources/images/OrcaSlicer.ico" width="100"> Orca Slicer</p> </h1>
[![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) [![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)
# Orca Slicer <br>Orca Slicer is an open source slicer for FDM printers.
Orca Slicer is an open source slicer for FDM printers.
![discord-mark-blue](https://github.com/SoftFever/OrcaSlicer/assets/103989404/b97d5ffc-072d-4d0a-bbda-e67ef373876f) Join community: [OrcaSlicer Official Discord Server](https://discord.gg/P4VE9UY9gJ)
🚨🚨🚨Alert🚨🚨🚨: "orcaslicer.net" is **NOT** an our website and appears to be potentially malicious. The content there is AI-generated, which means it lacks genuine context and it's only purpose is to profit from ADs and worse: they can redirect download links to harmful sources. Please avoid downloading OrcaSlicer from this site, as the download links could be compromised at any time. Join our Discord community here:<br>
The only official platforms for OrcaSlicer are the GitHub project page and the Discord channel mentioned above. <a href="https://discord.gg/P4VE9UY9gJ"><img src="https://img.shields.io/static/v1?message=Discord&logo=discord&label=&color=7289DA&logoColor=white&labelColor=&style=for-the-badge" height="35" alt="discord logo"/> </a>
I really value the OrcaSlicer community and appreciate all the social groups that have formed. However, its important to address that its harmful if any group falsely claims to be official or misleads its members. If you notice such a group or are part of one, please help by encouraging the group owner to add a clear disclaimer or by warning its members.
<h3>🚨🚨🚨Important Security Alert🚨🚨🚨</h3>
Please be aware that "orcaslicer.net" is NOT an official website for OrcaSlicer and may be potentially malicious. This site appears to use AI-generated content, lacking genuine context, and seems to exist solely to profit from advertisements. Worse, it may redirect download links to harmful sources. For your safety, avoid downloading OrcaSlicer from this site as the links may be compromised.
The only official platforms for OrcaSlicer are our GitHub project page and the <a href="https://discord.gg/P4VE9UY9gJ">official Discord channel</a> .
We deeply value our OrcaSlicer community and appreciate all the social groups that support us. However, it is crucial to address the risk posed by any group that falsely claims to be official or misleads its members. If you encounter such a group or are part of one, please assist by encouraging the group owner to add a clear disclaimer or by alerting its members.
Thank you for your vigilance and support in keeping our community safe!
# Main features # Main features
- Auto calibrations for all printers - Auto-calibration for all printers
- Sandwich(inner-outer-inner) mode - an improved version of the `External perimeters first` mode - Sandwich (inner-outer-inner) mode - An improved version of the `External Perimeters First` mode
- [Precise wall](https://github.com/SoftFever/OrcaSlicer/wiki/Precise-wall) - [Precise wall](https://github.com/SoftFever/OrcaSlicer/wiki/Precise-wall)
- Polyholes conversion support [SuperSlicer Wiki: Polyholes](https://github.com/supermerill/SuperSlicer/wiki/Polyholes) - Polyholes conversion support: [SuperSlicer Wiki: Polyholes](https://github.com/supermerill/SuperSlicer/wiki/Polyholes)
- Klipper support - Klipper support
- More granular controls - More granular controls
- More features can be found in [change notes](https://github.com/SoftFever/OrcaSlicer/releases/) - Additional features can be found in the [change notes](https://github.com/SoftFever/OrcaSlicer/releases/)
# Wiki # Wiki
The wiki below aims to provide a detailed explanation of the slicer settings, how to get the most out of them as well as how to calibrate and setup your printer. 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 is work in progress so bear with us while we get it up and running! 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)** **[Access the wiki here](https://github.com/SoftFever/OrcaSlicer/wiki)**
@ -50,7 +60,7 @@ Explore the latest developments in Orca Slicer with our nightly builds. Feedback
**Mac**: **Mac**:
1. Download the DMG for your computer: `arm64` version for Apple Silicon and `x86_64` for Intel CPU. 1. Download the DMG for your computer: `arm64` version for Apple Silicon and `x86_64` for Intel CPU.
2. Drag OrcaSlicer.app to Application folder. 2. Drag OrcaSlicer.app to Application folder.
3. *If you want to run a build from a PR, you also need following instructions below* 3. *If you want to run a build from a PR, you also need to follow the instructions below:*
<details quarantine> <details quarantine>
- Option 1 (You only need to do this once. After that the app can be opened normally.): - Option 1 (You only need to do this once. After that the app can be opened normally.):
- Step 1: Hold _cmd_ and right click the app, from the context menu choose **Open**. - Step 1: Hold _cmd_ and right click the app, from the context menu choose **Open**.
@ -68,15 +78,15 @@ Explore the latest developments in Orca Slicer with our nightly builds. Feedback
![image](./SoftFever_doc/mac_security_setting.png) ![image](./SoftFever_doc/mac_security_setting.png)
</details> </details>
**Linux(Ubuntu)**: **Linux (Ubuntu)**:
1. If you run into trouble to execute it, try this command in terminal: 1. If you run into trouble executing it, try this command in the terminal:
`chmod +x /path_to_appimage/OrcaSlicer_Linux.AppImage` `chmod +x /path_to_appimage/OrcaSlicer_Linux.AppImage`
# How to compile # How to compile
- Windows 64-bit - Windows 64-bit
- Tools needed: Visual Studio 2019, Cmake, git, git-lfs, Strawberry Perl. - Tools needed: Visual Studio 2019, Cmake, git, git-lfs, Strawberry Perl.
- You will require cmake version 3.14 or later, which is available [on their website](https://cmake.org/download/). - You will require cmake version 3.14 or later, which is available [on their website](https://cmake.org/download/).
- Strawberry Perl is [available on their github repository](https://github.com/StrawberryPerl/Perl-Dist-Strawberry/releases/). - Strawberry Perl is [available on their GitHub repository](https://github.com/StrawberryPerl/Perl-Dist-Strawberry/releases/).
- Run `build_release.bat` in `x64 Native Tools Command Prompt for VS 2019` - Run `build_release.bat` in `x64 Native Tools Command Prompt for VS 2019`
- Note: Don't forget to run `git lfs pull` after cloning the repository to download tools on Windows - Note: Don't forget to run `git lfs pull` after cloning the repository to download tools on Windows
@ -84,9 +94,9 @@ Explore the latest developments in Orca Slicer with our nightly builds. Feedback
- Tools needed: Xcode, Cmake, git, gettext, libtool, automake, autoconf, texinfo - Tools needed: Xcode, Cmake, git, gettext, libtool, automake, autoconf, texinfo
- You can install most of them by running `brew install cmake gettext libtool automake autoconf texinfo` - You can install most of them by running `brew install cmake gettext libtool automake autoconf texinfo`
- run `build_release_macos.sh` - run `build_release_macos.sh`
- To build and debug in XCode: - To build and debug in Xcode:
- run `XCode.app` - run `Xcode.app`
- open ``build_`arch`/OrcaSlicer.xcodeproj`` - open ``build_`arch`/OrcaSlicer.Xcodeproj``
- menu bar: Product => Scheme => OrcaSlicer - menu bar: Product => Scheme => OrcaSlicer
- menu bar: Product => Scheme => Edit Scheme... - menu bar: Product => Scheme => Edit Scheme...
- Run => Info tab => Build Configuration: `RelWithDebInfo` - Run => Info tab => Build Configuration: `RelWithDebInfo`
@ -94,7 +104,7 @@ Explore the latest developments in Orca Slicer with our nightly builds. Feedback
- menu bar: Product => Run - menu bar: Product => Run
- Ubuntu - Ubuntu
- Dependencies **Will be auto installed with the shell script**: `libmspack-dev libgstreamerd-3-dev libsecret-1-dev libwebkit2gtk-4.0-dev libosmesa6-dev libssl-dev libcurl4-openssl-dev eglexternalplatform-dev libudev-dev libdbus-1-dev extra-cmake-modules libgtk2.0-dev libglew-dev libudev-dev libdbus-1-dev cmake git texinfo` - Dependencies **Will be auto-installed with the shell script**: `libmspack-dev libgstreamerd-3-dev libsecret-1-dev libwebkit2gtk-4.0-dev libosmesa6-dev libssl-dev libcurl4-openssl-dev eglexternalplatform-dev libudev-dev libdbus-1-dev extra-cmake-modules libgtk2.0-dev libglew-dev libudev-dev libdbus-1-dev cmake git texinfo`
- run 'sudo ./BuildLinux.sh -u' - run 'sudo ./BuildLinux.sh -u'
- run './BuildLinux.sh -dsir' - run './BuildLinux.sh -dsir'
@ -119,11 +129,6 @@ Thank you! :)
<table> <table>
<tr> <tr>
<td> <td>
<a href="https://peopoly.net/">
<img src="SoftFever_doc\sponsor_logos\peopoly-standard-logo.png" alt="Peopoly" width="96" height="">
</a>
</td>
<td>
<a href="https://qidi3d.com/"> <a href="https://qidi3d.com/">
<img src="SoftFever_doc\sponsor_logos\QIDI.png" alt="QIDI" width="96" height=""> <img src="SoftFever_doc\sponsor_logos\QIDI.png" alt="QIDI" width="96" height="">
</a> </a>
@ -173,5 +178,5 @@ The GNU Affero General Public License, version 3 ensures that if you use any par
Orca Slicer includes a pressure advance calibration pattern test adapted from Andrew Ellis' generator, which is licensed under GNU General Public License, version 3. Ellis' generator is itself adapted from a generator developed by Sineos for Marlin, which is licensed under GNU General Public License, version 3. Orca Slicer includes a pressure advance calibration pattern test adapted from Andrew Ellis' generator, which is licensed under GNU General Public License, version 3. Ellis' generator is itself adapted from a generator developed by Sineos for Marlin, which is licensed under GNU General Public License, version 3.
The bambu networking plugin is based on non-free libraries from Bambulab. It is optional to the Orca Slicer and provides extended functionalities for Bambulab printer users. The Bambu networking plugin is based on non-free libraries from BambuLab. It is optional to the Orca Slicer and provides extended functionalities for Bambulab printer users.

View file

@ -1 +0,0 @@
Init Version

View file

@ -1,32 +1,47 @@
POLICY: Our security policy is to avoid leaving the ecosystem worse than we found it. Meaning we are not planning to introduce vulnerabilities into the ecosystem. # Security Policy
The OrcaSlicer team and community take all security bugs in OrcaSlicer seriously. Thank you for improving the security of OrcaSlicer. We appreciate your efforts to disclose the issue responsibly, and will make every effort to acknowledge your contributions.
Report security bugs by emailing the lead maintainer at softfeverever@gmail.com and include the word "SECURITY" in the subject line. At OrcaSlicer, we are committed to maintaining the security of our ecosystem. Our policy is to ensure that we do not introduce vulnerabilities and that any security issues are addressed promptly and responsibly. We appreciate your help in improving the security of OrcaSlicer and thank you for your responsible disclosure.
Reporting Security Bugs
The lead maintainer will acknowledge your email within a week (7 days), and will send a more detailed response up to 48 hours after that indicating the next steps in handling your report. After the initial reply to your report, the security team will endeavor to keep you informed of the progress towards a fix and an announcement. We may ask for additional information or guidance. ## To report a security bug, please follow these guidelines:
OrcaSlicer will confirm the problem and determine the affected versions. * Email Security Bugs:
OrcaSlicer will audit code to find any similar problems. Send an email to the lead maintainer at softfeverever@gmail.com.
OrcaSlicer will prepare fixes for all releases still under maintenance. These fixes will be released as fast as possible. Include the word "SECURITY" in the subject line of your email.
Report security bugs in third-party modules to the person or team maintaining the module.
SECURITY DISCLOSURE: Your responsibility is to report vulnerabilities to us using the guidelines outlined below. * Response Times:
Please give detailed steps on how to disclose the vulnerability. Keep these OWASP guidelines in mind ( https://www.owasp.org/index.php/Vulnerability_Disclosure_Cheat_Sheet ) when creating your disclosure policy. The lead maintainer will acknowledge receipt of your email within one week (7 days).
A detailed response will follow within 48 hours, outlining the next steps for handling your report.
After the initial reply, the security team will keep you informed about the progress toward a fix and any announcements.
Below are some recommendations for security disclosures: * Information and Collaboration:
We may request additional information or guidance as we work on addressing the issue.
OrcaSlicer security contact { contact: mailto:softfeverever@gmail.com] } * Handling the Report:
When disclosing vulnerabilities please do the following: OrcaSlicer will confirm the problem and determine the affected versions.
Your name and affiliation (if any). We will audit the code to find any similar issues and prepare fixes for all releases still under maintenance.
Include scope of vulnerability. Let us know who could use this exploit. Fixes will be released as quickly as possible.
Document steps to identify the vulnerability. It is important that we can reproduce your findings.
Show how to exploit vulnerability, give us an attack scenario.
OrcaSlicer Checklist: Security Recommendations
Follow these steps to improve security when using OrcaSlicer.
...SEE SOMETHING * Third-Party Modules:
...SAY SOMETHING Report security issues in third-party modules to the respective maintainer of those modules.
1)...SEE SOMETHING
We suggest you goto #2 if this happens.
Why? Through experience we have found it is best to goto #2 in this situation. ## Security Disclosure Guidelines
When disclosing a vulnerability, please follow these steps to ensure your report is clear and actionable:
* Provide Detailed Information:
Scope: Clearly define the scope of the vulnerability.
Potential Impact: Let us know who could be affected by this exploit.
Reproduction Steps: Document detailed steps to reproduce the vulnerability.
Reference OWASP Guidelines:
Follow the <a href="https://cheatsheetseries.owasp.org/cheatsheets/Vulnerability_Disclosure_Cheat_Sheet.html">OWASP Vulnerability Disclosure Cheat Sheet</a> for best practices in vulnerability disclosure.
## Security Recommendations
To enhance security when using OrcaSlicer, we recommend following these steps:
* SEE SOMETHING: If you notice anything suspicious or have concerns, please report it.
* SAY SOMETHING: If you have any doubts or need assistance, do not hesitate to contact us.
### Thank you for your commitment to the security of OrcaSlicer. Your efforts help us maintain a safe and reliable ecosystem.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.9 KiB

View file

@ -37,6 +37,14 @@
<array> <array>
<string>orcaslicer</string> <string>orcaslicer</string>
</array> </array>
</dict>
<dict>
<key>CFBundleURLName</key>
<string>BambuStudio Downloads</string>
<key>CFBundleURLSchemes</key>
<array>
<string>bambustudioopen</string>
</array>
</dict> </dict>
</array> </array>
<key>CFBundleDocumentTypes</key> <key>CFBundleDocumentTypes</key>

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-23 16:24+0200\n" "POT-Creation-Date: 2024-09-25 19:57+0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -641,7 +641,7 @@ msgid "Angle"
msgstr "" msgstr ""
msgid "" msgid ""
"Embeded\n" "Embedded\n"
"depth" "depth"
msgstr "" msgstr ""
@ -1101,11 +1101,11 @@ msgstr ""
msgid "Undefined stroke type" msgid "Undefined stroke type"
msgstr "" msgstr ""
msgid "Path can't be healed from selfintersection and multiple points." msgid "Path can't be healed from self-intersection and multiple points."
msgstr "" msgstr ""
msgid "" msgid ""
"Final shape constains selfintersection or multiple points with same " "Final shape contains self-intersection or multiple points with same "
"coordinate." "coordinate."
msgstr "" msgstr ""
@ -1459,7 +1459,7 @@ msgid "Some presets are modified."
msgstr "" msgstr ""
msgid "" msgid ""
"You can keep the modifield presets to the new project, discard or save " "You can keep the modified presets to the new project, discard or save "
"changes as new presets." "changes as new presets."
msgstr "" msgstr ""
@ -1539,7 +1539,7 @@ msgid "Orca Slicer GUI initialization failed"
msgstr "" msgstr ""
#, possible-boost-format #, possible-boost-format
msgid "Fatal error, exception catched: %1%" msgid "Fatal error, exception caught: %1%"
msgstr "" msgstr ""
msgid "Quality" msgid "Quality"
@ -2031,7 +2031,7 @@ msgid ""
"After that model consistency can't be guaranteed .\n" "After that model consistency can't be guaranteed .\n"
"\n" "\n"
"To manipulate with solid parts or negative volumes you have to invalidate " "To manipulate with solid parts or negative volumes you have to invalidate "
"cut infornation first." "cut information first."
msgstr "" msgstr ""
msgid "Delete all connectors" msgid "Delete all connectors"
@ -2040,7 +2040,7 @@ msgstr ""
msgid "Deleting the last solid part is not allowed." msgid "Deleting the last solid part is not allowed."
msgstr "" msgstr ""
msgid "The target object contains only one part and can not be splited." msgid "The target object contains only one part and can not be split."
msgstr "" msgstr ""
msgid "Assembly" msgid "Assembly"
@ -2411,7 +2411,7 @@ msgid ""
"We can not do auto-arrange on these objects." "We can not do auto-arrange on these objects."
msgstr "" msgstr ""
msgid "No arrangable objects are selected." msgid "No arrangeable objects are selected."
msgstr "" msgstr ""
msgid "" msgid ""
@ -3026,7 +3026,7 @@ msgstr ""
msgid "Successfully executed post-processing script" msgid "Successfully executed post-processing script"
msgstr "" msgstr ""
msgid "Unknown error occured during exporting G-code." msgid "Unknown error occurred during exporting G-code."
msgstr "" msgstr ""
#, possible-boost-format #, possible-boost-format
@ -3442,7 +3442,7 @@ msgid ""
"Change these settings automatically? \n" "Change these settings automatically? \n"
"Yes - Change ensure vertical shell thickness to Moderate and enable " "Yes - Change ensure vertical shell thickness to Moderate and enable "
"alternate extra wall\n" "alternate extra wall\n"
"No - Dont use alternate extra wall" "No - Don't use alternate extra wall"
msgstr "" msgstr ""
msgid "" msgid ""
@ -3467,11 +3467,6 @@ msgid ""
"NO - Keep Independent Support Layer Height" "NO - Keep Independent Support Layer Height"
msgstr "" msgstr ""
msgid ""
"While printing by Object, the extruder may collide skirt.\n"
"Thus, reset the skirt layer to 1 to avoid that."
msgstr ""
msgid "" msgid ""
"seam_slope_start_height need to be smaller than layer_height.\n" "seam_slope_start_height need to be smaller than layer_height.\n"
"Reset to 0." "Reset to 0."
@ -4483,6 +4478,12 @@ msgstr ""
msgid "Clone copies of selections" msgid "Clone copies of selections"
msgstr "" msgstr ""
msgid "Duplicate Current Plate"
msgstr ""
msgid "Duplicate the current plate"
msgstr ""
msgid "Select all" msgid "Select all"
msgstr "" msgstr ""
@ -4504,7 +4505,7 @@ msgstr ""
msgid "Show &G-code Window" msgid "Show &G-code Window"
msgstr "" msgstr ""
msgid "Show g-code window in Previce scene" msgid "Show g-code window in Preview scene"
msgstr "" msgstr ""
msgid "Show 3D Navigator" msgid "Show 3D Navigator"
@ -4531,6 +4532,12 @@ msgstr ""
msgid "Show object overhang highlight in 3D scene" msgid "Show object overhang highlight in 3D scene"
msgstr "" msgstr ""
msgid "Show Selected Outline (Experimental)"
msgstr ""
msgid "Show outline around selected object in 3D scene"
msgstr ""
msgid "Preferences" msgid "Preferences"
msgstr "" msgstr ""
@ -4722,7 +4729,7 @@ msgstr ""
msgid "Printer camera is malfunctioning." msgid "Printer camera is malfunctioning."
msgstr "" msgstr ""
msgid "Problem occured. Please update the printer firmware and try again." msgid "Problem occurred. Please update the printer firmware and try again."
msgstr "" msgstr ""
msgid "" msgid ""
@ -4884,7 +4891,7 @@ msgstr ""
msgid "Delete file" msgid "Delete file"
msgstr "" msgstr ""
msgid "Fetching model infomations ..." msgid "Fetching model information..."
msgstr "" msgstr ""
msgid "Failed to fetch model information from printer." msgid "Failed to fetch model information from printer."
@ -5145,7 +5152,7 @@ msgstr ""
msgid "Get oss config failed." msgid "Get oss config failed."
msgstr "" msgstr ""
msgid "Upload Pictrues" msgid "Upload Pictures"
msgstr "" msgstr ""
msgid "Number of images successfully uploaded" msgid "Number of images successfully uploaded"
@ -5509,6 +5516,9 @@ msgstr ""
msgid "Edit current plate name" msgid "Edit current plate name"
msgstr "" msgstr ""
msgid "Move plate to the front"
msgstr ""
msgid "Customize current plate" msgid "Customize current plate"
msgstr "" msgstr ""
@ -6241,10 +6251,10 @@ msgstr ""
msgid "If enabled, useful hints are displayed at startup." msgid "If enabled, useful hints are displayed at startup."
msgstr "" msgstr ""
msgid "Flushing volumes: Auto-calculate everytime the color changed." msgid "Flushing volumes: Auto-calculate every time the color changed."
msgstr "" msgstr ""
msgid "If enabled, auto-calculate everytime the color changed." msgid "If enabled, auto-calculate every time the color changed."
msgstr "" msgstr ""
msgid "" msgid ""
@ -6343,7 +6353,7 @@ msgstr ""
msgid "every" msgid "every"
msgstr "" msgstr ""
msgid "The peroid of backup in seconds." msgid "The period of backup in seconds."
msgstr "" msgstr ""
msgid "Downloads" msgid "Downloads"
@ -6556,7 +6566,7 @@ msgstr ""
msgid "Jump to model publish web page" msgid "Jump to model publish web page"
msgstr "" msgstr ""
msgid "Note: The preparation may takes several minutes. Please be patiant." msgid "Note: The preparation may takes several minutes. Please be patient."
msgstr "" msgstr ""
msgid "Publish" msgid "Publish"
@ -6936,8 +6946,8 @@ msgstr ""
msgid "" msgid ""
"Thank you for purchasing a Bambu Lab device.Before using your Bambu Lab " "Thank you for purchasing a Bambu Lab device.Before using your Bambu Lab "
"device, please read the termsand conditions.By clicking to agree to use your " "device, please read the terms and conditions.By clicking to agree to use "
"Bambu Lab device, you agree to abide by the Privacy Policyand Terms of " "your Bambu Lab device, you agree to abide by the Privacy Policy and Terms of "
"Use(collectively, the \"Terms\"). If you do not comply with or agree to the " "Use(collectively, the \"Terms\"). If you do not comply with or agree to the "
"Bambu Lab Privacy Policy, please do not use Bambu Lab equipment and services." "Bambu Lab Privacy Policy, please do not use Bambu Lab equipment and services."
msgstr "" msgstr ""
@ -7005,7 +7015,7 @@ msgid "Click to reset all settings to the last saved preset."
msgstr "" msgstr ""
msgid "" msgid ""
"Prime tower is required for smooth timeplase. There may be flaws on the " "Prime tower is required for smooth timelapse. There may be flaws on the "
"model without prime tower. Are you sure you want to disable prime tower?" "model without prime tower. Are you sure you want to disable prime tower?"
msgstr "" msgstr ""
@ -7240,6 +7250,14 @@ msgid ""
"does not support to print on the Cool Plate" "does not support to print on the Cool Plate"
msgstr "" msgstr ""
msgid "Textured Cool plate"
msgstr ""
msgid ""
"Bed temperature when cool plate is installed. Value 0 means the filament "
"does not support to print on the Textured Cool Plate"
msgstr ""
msgid "Engineering plate" msgid "Engineering plate"
msgstr "" msgstr ""
@ -7399,7 +7417,7 @@ msgstr ""
msgid "Jerk limitation" msgid "Jerk limitation"
msgstr "" msgstr ""
msgid "Single extruder multimaterial setup" msgid "Single extruder multi-material setup"
msgstr "" msgstr ""
msgid "Number of extruders of the printer." msgid "Number of extruders of the printer."
@ -7418,11 +7436,11 @@ msgstr ""
msgid "Wipe tower" msgid "Wipe tower"
msgstr "" msgstr ""
msgid "Single extruder multimaterial parameters" msgid "Single extruder multi-material parameters"
msgstr "" msgstr ""
msgid "" msgid ""
"This is a single extruder multimaterial printer, diameters of all extruders " "This is a single extruder multi-material printer, diameters of all extruders "
"will be set to the new value. Do you want to proceed?" "will be set to the new value. Do you want to proceed?"
msgstr "" msgstr ""
@ -7788,7 +7806,7 @@ msgid "Flushing volumes for filament change"
msgstr "" msgstr ""
msgid "" msgid ""
"Orca would re-calculate your flushing volumes everytime the filaments color " "Orca would re-calculate your flushing volumes every time the filaments color "
"changed. You could disable the auto-calculate in Orca Slicer > Preferences" "changed. You could disable the auto-calculate in Orca Slicer > Preferences"
msgstr "" msgstr ""
@ -7833,7 +7851,7 @@ msgstr ""
msgid "" msgid ""
"Missing BambuSource component registered for media playing! Please re-" "Missing BambuSource component registered for media playing! Please re-"
"install BambuStutio or seek after-sales help." "install BambuStudio or seek after-sales help."
msgstr "" msgstr ""
msgid "" msgid ""
@ -8563,6 +8581,12 @@ msgid ""
"materials." "materials."
msgstr "" msgstr ""
#, possible-boost-format
msgid ""
"While the object %1% itself fits the build volume, it exceeds the maximum "
"build volume height because of material shrinkage compensation."
msgstr ""
#, possible-boost-format #, possible-boost-format
msgid "The object %1% exceeds the maximum build volume height." msgid "The object %1% exceeds the maximum build volume height."
msgstr "" msgstr ""
@ -8714,6 +8738,11 @@ msgid ""
"configuration to get higher speeds." "configuration to get higher speeds."
msgstr "" msgstr ""
msgid ""
"Filament shrinkage will not be used because filament shrinkage for the used "
"filaments differs significantly."
msgstr ""
msgid "Generating skirt & brim" msgid "Generating skirt & brim"
msgstr "" msgstr ""
@ -8886,6 +8915,11 @@ msgstr ""
msgid "°C" msgid "°C"
msgstr "" msgstr ""
msgid ""
"Bed temperature for layers except the initial one. Value 0 means the "
"filament does not support to print on the Textured Cool Plate"
msgstr ""
msgid "" msgid ""
"Bed temperature for layers except the initial one. Value 0 means the " "Bed temperature for layers except the initial one. Value 0 means the "
"filament does not support to print on the Engineering Plate" "filament does not support to print on the Engineering Plate"
@ -8912,6 +8946,11 @@ msgid ""
"support to print on the Cool Plate" "support to print on the Cool Plate"
msgstr "" msgstr ""
msgid ""
"Bed temperature of the initial layer. Value 0 means the filament does not "
"support to print on the Textured Cool Plate"
msgstr ""
msgid "" msgid ""
"Bed temperature of the initial layer. Value 0 means the filament does not " "Bed temperature of the initial layer. Value 0 means the filament does not "
"support to print on the Engineering Plate" "support to print on the Engineering Plate"
@ -8930,12 +8969,18 @@ msgstr ""
msgid "Bed types supported by the printer" msgid "Bed types supported by the printer"
msgstr "" msgstr ""
msgid "Cool Plate" msgid "Smooth Cool Plate"
msgstr "" msgstr ""
msgid "Engineering Plate" msgid "Engineering Plate"
msgstr "" msgstr ""
msgid "Smooth High Temp Plate"
msgstr ""
msgid "Textured Cool Plate"
msgstr ""
msgid "First layer print sequence" msgid "First layer print sequence"
msgstr "" msgstr ""
@ -8967,8 +9012,8 @@ msgid ""
"The number of bottom solid layers is increased when slicing if the thickness " "The number of bottom solid layers is increased when slicing if the thickness "
"calculated by bottom shell layers is thinner than this value. This can avoid " "calculated by bottom shell layers is thinner than this value. This can avoid "
"having too thin shell when layer height is small. 0 means that this setting " "having too thin shell when layer height is small. 0 means that this setting "
"is disabled and thickness of bottom shell is absolutely determained by " "is disabled and thickness of bottom shell is absolutely determined by bottom "
"bottom shell layers" "shell layers"
msgstr "" msgstr ""
msgid "Apply gap fill" msgid "Apply gap fill"
@ -9034,7 +9079,7 @@ msgstr ""
#, possible-c-format #, possible-c-format
msgid "" msgid ""
"Force cooling fan to be specific speed when overhang degree of printed part " "Force cooling fan to be specific speed when overhang degree of printed part "
"exceeds this value. Expressed as percentage which indicides how much width " "exceeds this value. Expressed as percentage which indicates how much width "
"of the line without support from lower layer. 0% means forcing cooling for " "of the line without support from lower layer. 0% means forcing cooling for "
"all outer wall no matter how much overhang degree" "all outer wall no matter how much overhang degree"
msgstr "" msgstr ""
@ -9148,7 +9193,7 @@ msgid ""
"bridges cannot be anchored. " "bridges cannot be anchored. "
msgstr "" msgstr ""
msgid "Reverse on odd" msgid "Reverse on even"
msgstr "" msgstr ""
msgid "Overhang reversal" msgid "Overhang reversal"
@ -9156,7 +9201,7 @@ msgstr ""
msgid "" msgid ""
"Extrude perimeters that have a part over an overhang in the reverse " "Extrude perimeters that have a part over an overhang in the reverse "
"direction on odd layers. This alternating pattern can drastically improve " "direction on even layers. This alternating pattern can drastically improve "
"steep overhangs.\n" "steep overhangs.\n"
"\n" "\n"
"This setting can also help reduce part warping due to the reduction of " "This setting can also help reduce part warping due to the reduction of "
@ -9176,9 +9221,9 @@ msgid ""
"Silk PLA. It can also help reduce warping on floating regions over " "Silk PLA. It can also help reduce warping on floating regions over "
"supports.\n" "supports.\n"
"\n" "\n"
"For this setting to be the most effective, it is recomended to set the " "For this setting to be the most effective, it is recommended to set the "
"Reverse Threshold to 0 so that all internal walls print in alternating " "Reverse Threshold to 0 so that all internal walls print in alternating "
"directions on odd layers irrespective of their overhang degree." "directions on even layers irrespective of their overhang degree."
msgstr "" msgstr ""
msgid "Bridge counterbore holes" msgid "Bridge counterbore holes"
@ -9208,7 +9253,7 @@ msgstr ""
msgid "" msgid ""
"Number of mm the overhang need to be for the reversal to be considered " "Number of mm the overhang need to be for the reversal to be considered "
"useful. Can be a % of the perimeter width.\n" "useful. Can be a % of the perimeter width.\n"
"Value 0 enables reversal on every odd layers regardless." "Value 0 enables reversal on every even layers regardless."
msgstr "" msgstr ""
msgid "Classic mode" msgid "Classic mode"
@ -9226,7 +9271,7 @@ msgstr ""
msgid "Slow down for curled perimeters" msgid "Slow down for curled perimeters"
msgstr "" msgstr ""
#, possible-c-format, possible-boost-format #, no-c-format, no-boost-format
msgid "" msgid ""
"Enable this option to slow down printing in areas where perimeters may have " "Enable this option to slow down printing in areas where perimeters may have "
"curled upwards.For example, additional slowdown will be applied when " "curled upwards.For example, additional slowdown will be applied when "
@ -9242,9 +9287,9 @@ msgid ""
"\n" "\n"
"Note: When this option is enabled, overhang perimeters are treated like " "Note: When this option is enabled, overhang perimeters are treated like "
"overhangs, meaning the overhang speed is applied even if the overhanging " "overhangs, meaning the overhang speed is applied even if the overhanging "
"perimeter is part of a bridge. For example, when the perimeters are " "perimeter is part of a bridge. For example, when the perimeters are 100% "
"100% overhanging, with no wall supporting them from underneath, the " "overhanging, with no wall supporting them from underneath, the 100% overhang "
"100% overhang speed will be applied." "speed will be applied."
msgstr "" msgstr ""
msgid "mm/s or %" msgid "mm/s or %"
@ -9284,7 +9329,7 @@ msgstr ""
msgid "" msgid ""
"This controls the generation of the brim at outer and/or inner side of " "This controls the generation of the brim at outer and/or inner side of "
"models. Auto means the brim width is analysed and calculated automatically." "models. Auto means the brim width is analyzed and calculated automatically."
msgstr "" msgstr ""
msgid "Brim-object gap" msgid "Brim-object gap"
@ -9314,8 +9359,8 @@ msgid "Brim ear detection radius"
msgstr "" msgstr ""
msgid "" msgid ""
"The geometry will be decimated before dectecting sharp angles. This " "The geometry will be decimated before detecting sharp angles. This parameter "
"parameter indicates the minimum length of the deviation for the decimation.\n" "indicates the minimum length of the deviation for the decimation.\n"
"0 to deactivate" "0 to deactivate"
msgstr "" msgstr ""
@ -9436,7 +9481,7 @@ msgid ""
"using large nozzles." "using large nozzles."
msgstr "" msgstr ""
msgid "Don't filter out small internal bridges (beta)" msgid "Filter out small internal bridges (beta)"
msgstr "" msgstr ""
msgid "" msgid ""
@ -9452,23 +9497,23 @@ msgid ""
"infill density is used, this may result in curling of the unsupported solid " "infill density is used, this may result in curling of the unsupported solid "
"infill, causing pillowing.\n" "infill, causing pillowing.\n"
"\n" "\n"
"Enabling this option will print internal bridge layer over slightly " "Disabling this option will print internal bridge layer over slightly "
"unsupported internal solid infill. The options below control the amount of " "unsupported internal solid infill. The options below control the amount of "
"filtering, i.e. the amount of internal bridges created.\n" "filtering, i.e. the amount of internal bridges created.\n"
"\n" "\n"
"Disabled - Disables this option. This is the default behaviour and works " "Filter - enable this option. This is the default behavior and works well in "
"well in most cases.\n" "most cases.\n"
"\n" "\n"
"Limited filtering - Creates internal bridges on heavily slanted surfaces, " "Limited filtering - creates internal bridges on heavily slanted surfaces, "
"while avoiding creating uncessesary interal bridges. This works well for " "while avoiding creating unnecessary internal bridges. This works well for "
"most difficult models.\n" "most difficult models.\n"
"\n" "\n"
"No filtering - Creates internal bridges on every potential internal " "No filtering - creates internal bridges on every potential internal "
"overhang. This option is useful for heavily slanted top surface models. " "overhang. This option is useful for heavily slanted top surface models. "
"However, in most cases it creates too many unecessary bridges." "However, in most cases it creates too many unnecessary bridges."
msgstr "" msgstr ""
msgid "Disabled" msgid "Filter"
msgstr "" msgstr ""
msgid "Limited filtering" msgid "Limited filtering"
@ -9601,7 +9646,7 @@ msgid ""
"Print sequence of the internal (inner) and external (outer) walls. \n" "Print sequence of the internal (inner) and external (outer) walls. \n"
"\n" "\n"
"Use Inner/Outer for best overhangs. This is because the overhanging walls " "Use Inner/Outer for best overhangs. This is because the overhanging walls "
"can adhere to a neighouring perimeter while printing. However, this option " "can adhere to a neighbouring perimeter while printing. However, this option "
"results in slightly reduced surface quality as the external perimeter is " "results in slightly reduced surface quality as the external perimeter is "
"deformed by being squashed to the internal perimeter.\n" "deformed by being squashed to the internal perimeter.\n"
"\n" "\n"
@ -9611,8 +9656,8 @@ msgid ""
"perimeter to print the external wall against. This option requires a minimum " "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 " "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 " "perimeter onwards first, then the external perimeter and, finally, the first "
"internal perimeter. This option is recomended against the Outer/Inner option " "internal perimeter. This option is recommended against the Outer/Inner "
"in most cases. \n" "option in most cases. \n"
"\n" "\n"
"Use Outer/Inner for the same external wall quality and dimensional accuracy " "Use Outer/Inner for the same external wall quality and dimensional accuracy "
"benefits of Inner/Outer/Inner option. However, the z seams will appear less " "benefits of Inner/Outer/Inner option. However, the z seams will appear less "
@ -9639,7 +9684,7 @@ msgid ""
"first, which works best in most cases.\n" "first, which works best in most cases.\n"
"\n" "\n"
"Printing infill first may help with extreme overhangs as the walls have the " "Printing infill first may help with extreme overhangs as the walls have the "
"neighbouring infill to adhere to. However, the infill will slighly push out " "neighbouring infill to adhere to. However, the infill will slightly push out "
"the printed walls where it is attached to them, resulting in a worse " "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 surface finish. It can also cause the infill to shine through the "
"external surfaces of the part." "external surfaces of the part."
@ -9653,10 +9698,10 @@ msgid ""
"top.\n" "top.\n"
"\n" "\n"
"By default all walls are extruded in counter-clockwise, unless Reverse on " "By default all walls are extruded in counter-clockwise, unless Reverse on "
"odd is enabled. Set this to any option other than Auto will force the wall " "even is enabled. Set this to any option other than Auto will force the wall "
"direction regardless of the Reverse on odd.\n" "direction regardless of the Reverse on even.\n"
"\n" "\n"
"This option will be disabled if sprial vase mode is enabled." "This option will be disabled if spiral vase mode is enabled."
msgstr "" msgstr ""
msgid "Counter clockwise" msgid "Counter clockwise"
@ -9771,7 +9816,7 @@ msgid "Enable pressure advance"
msgstr "" msgstr ""
msgid "" msgid ""
"Enable pressure advance, auto calibration result will be overwriten once " "Enable pressure advance, auto calibration result will be overwritten once "
"enabled." "enabled."
msgstr "" msgstr ""
@ -9781,7 +9826,7 @@ msgstr ""
msgid "Enable adaptive pressure advance (beta)" msgid "Enable adaptive pressure advance (beta)"
msgstr "" msgstr ""
#, possible-c-format, possible-boost-format #, no-c-format, no-boost-format
msgid "" msgid ""
"With increasing print speeds (and hence increasing volumetric flow through " "With increasing print speeds (and hence increasing volumetric flow through "
"the nozzle) and increasing accelerations, it has been observed that the " "the nozzle) and increasing accelerations, it has been observed that the "
@ -9794,11 +9839,11 @@ msgid ""
"your printer's extrusion system depending on the volumetric flow speed and " "your printer's extrusion system depending on the volumetric flow speed and "
"acceleration it is printing at. Internally, it generates a fitted model that " "acceleration it is printing at. Internally, it generates a fitted model that "
"can extrapolate the needed pressure advance for any given volumetric flow " "can extrapolate the needed pressure advance for any given volumetric flow "
"speed and acceleration, which is then emmited to the printer depending on " "speed and acceleration, which is then emitted to the printer depending on "
"the current print conditions.\n" "the current print conditions.\n"
"\n" "\n"
"When enabled, the pressure advance value above is overriden. However, a " "When enabled, the pressure advance value above is overridden. However, a "
"reasonable default value above is strongly recomended to act as a fallback " "reasonable default value above is strongly recommended to act as a fallback "
"and for when tool changing.\n" "and for when tool changing.\n"
"\n" "\n"
msgstr "" msgstr ""
@ -9806,6 +9851,7 @@ msgstr ""
msgid "Adaptive pressure advance measurements (beta)" msgid "Adaptive pressure advance measurements (beta)"
msgstr "" msgstr ""
#, no-c-format, no-boost-format
msgid "" msgid ""
"Add sets of pressure advance (PA) values, the volumetric flow speeds and " "Add sets of pressure advance (PA) values, the volumetric flow speeds and "
"accelerations they were measured at, separated by a comma. One set of values " "accelerations they were measured at, separated by a comma. One set of values "
@ -9822,7 +9868,7 @@ msgid ""
"feature print speed in your profile (usually its the sparse or solid " "feature print speed in your profile (usually its the sparse or solid "
"infill). Then run them for the same speeds for the slowest and fastest print " "infill). Then run them for the same speeds for the slowest and fastest print "
"accelerations,and no faster than the recommended maximum acceleration as " "accelerations,and no faster than the recommended maximum acceleration as "
"given by the klipper input shaper.\n" "given by the Klipper input shaper.\n"
"2. Take note of the optimal PA value for each volumetric flow speed and " "2. Take note of the optimal PA value for each volumetric flow speed and "
"acceleration. You can find the flow number by selecting flow from the color " "acceleration. You can find the flow number by selecting flow from the color "
"scheme drop down and move the horizontal slider over the PA pattern lines. " "scheme drop down and move the horizontal slider over the PA pattern lines. "
@ -9867,8 +9913,8 @@ msgid "Keep fan always on"
msgstr "" msgstr ""
msgid "" msgid ""
"If enable this setting, part cooling fan will never be stoped and will run " "If enable this setting, part cooling fan will never be stopped and will run "
"at least at minimum speed to reduce the frequency of starting and stoping" "at least at minimum speed to reduce the frequency of starting and stopping"
msgstr "" msgstr ""
msgid "Don't slow down outer walls" msgid "Don't slow down outer walls"
@ -9881,8 +9927,8 @@ msgid ""
"\n" "\n"
" 1. To avoid changes in shine when printing glossy filaments \n" " 1. To avoid changes in shine when printing glossy filaments \n"
"2. To avoid changes in external wall speed which may create slight wall " "2. To avoid changes in external wall speed which may create slight wall "
"artefacts that appear like z banding \n" "artifacts that appear like z banding \n"
"3. To avoid printing at speeds which cause VFAs (fine artefacts) on the " "3. To avoid printing at speeds which cause VFAs (fine artifacts) on the "
"external walls\n" "external walls\n"
"\n" "\n"
msgstr "" msgstr ""
@ -9961,7 +10007,7 @@ msgid "Pellet flow coefficient"
msgstr "" msgstr ""
msgid "" msgid ""
"Pellet flow coefficient is emperically derived and allows for volume " "Pellet flow coefficient is empirically derived and allows for volume "
"calculation for pellet printers.\n" "calculation for pellet printers.\n"
"\n" "\n"
"Internally it is converted to filament_diameter. All other volume " "Internally it is converted to filament_diameter. All other volume "
@ -9970,7 +10016,7 @@ msgid ""
"filament_diameter = sqrt( (4 * pellet_flow_coefficient) / PI )" "filament_diameter = sqrt( (4 * pellet_flow_coefficient) / PI )"
msgstr "" msgstr ""
msgid "Shrinkage" msgid "Shrinkage (XY)"
msgstr "" msgstr ""
#, no-c-format, no-boost-format #, no-c-format, no-boost-format
@ -9982,6 +10028,16 @@ msgid ""
"after the checks." "after the checks."
msgstr "" msgstr ""
msgid "Shrinkage (Z)"
msgstr ""
#, no-c-format, no-boost-format
msgid ""
"Enter the shrinkage percentage that the filament will get after cooling (94% "
"if you measure 94mm instead of 100mm). The part will be scaled in Z to "
"compensate."
msgstr ""
msgid "Loading speed" msgid "Loading speed"
msgstr "" msgstr ""
@ -10072,23 +10128,23 @@ msgid ""
"parameters." "parameters."
msgstr "" msgstr ""
msgid "Enable ramming for multitool setups" msgid "Enable ramming for multi-tool setups"
msgstr "" msgstr ""
msgid "" msgid ""
"Perform ramming when using multitool printer (i.e. when the 'Single Extruder " "Perform ramming when using multi-tool printer (i.e. when the 'Single "
"Multimaterial' in Printer Settings is unchecked). When checked, a small " "Extruder Multimaterial' in Printer Settings is unchecked). When checked, a "
"amount of filament is rapidly extruded on the wipe tower just before the " "small amount of filament is rapidly extruded on the wipe tower just before "
"toolchange. This option is only used when the wipe tower is enabled." "the toolchange. This option is only used when the wipe tower is enabled."
msgstr "" msgstr ""
msgid "Multitool ramming volume" msgid "Multi-tool ramming volume"
msgstr "" msgstr ""
msgid "The volume to be rammed before the toolchange." msgid "The volume to be rammed before the toolchange."
msgstr "" msgstr ""
msgid "Multitool ramming flow" msgid "Multi-tool ramming flow"
msgstr "" msgstr ""
msgid "Flow used for ramming the filament before the toolchange." msgid "Flow used for ramming the filament before the toolchange."
@ -10126,7 +10182,7 @@ msgstr ""
msgid "" msgid ""
"The material softens at this temperature, so when the bed temperature is " "The material softens at this temperature, so when the bed temperature is "
"equal to or greater than it, it's highly recommended to open the front door " "equal to or greater than it, it's highly recommended to open the front door "
"and/or remove the upper glass to avoid cloggings." "and/or remove the upper glass to avoid clogging."
msgstr "" msgstr ""
msgid "Price" msgid "Price"
@ -10394,7 +10450,7 @@ msgid ""
"This fan speed is enforced during all support interfaces, to be able to " "This fan speed is enforced during all support interfaces, to be able to "
"weaken their bonding with a high fan speed.\n" "weaken their bonding with a high fan speed.\n"
"Set to -1 to disable this override.\n" "Set to -1 to disable this override.\n"
"Can only be overriden by disable_fan_first_layers." "Can only be overridden by disable_fan_first_layers."
msgstr "" msgstr ""
msgid "" msgid ""
@ -10415,7 +10471,7 @@ msgid "Fuzzy skin thickness"
msgstr "" msgstr ""
msgid "" msgid ""
"The width within which to jitter. It's adversed to be below outer wall line " "The width within which to jitter. It's advised to be below outer wall line "
"width" "width"
msgstr "" msgstr ""
@ -10423,7 +10479,7 @@ msgid "Fuzzy skin point distance"
msgstr "" msgstr ""
msgid "" msgid ""
"The average diatance between the random points introducded on each line " "The average distance between the random points introduced on each line "
"segment" "segment"
msgstr "" msgstr ""
@ -10466,7 +10522,7 @@ msgid ""
"Enable this to get a G-code file which has G2 and G3 moves. The fitting " "Enable this to get a G-code file which has G2 and G3 moves. The fitting "
"tolerance is same as the resolution. \n" "tolerance is same as the resolution. \n"
"\n" "\n"
"Note: For klipper machines, this option is recomended to be disabled. " "Note: For Klipper machines, this option is recommended to be disabled. "
"Klipper does not benefit from arc commands as these are split again into " "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 " "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 " "quality as line segments are converted to arcs by the slicer and then back "
@ -10552,9 +10608,9 @@ msgid ""
"can use fractional seconds). It assumes infinite acceleration for this time " "can use fractional seconds). It assumes infinite acceleration for this time "
"estimation, and will only take into account G1 and G0 moves (arc fitting is " "estimation, and will only take into account G1 and G0 moves (arc fitting is "
"unsupported).\n" "unsupported).\n"
"It won't move fan comands from custom gcodes (they act as a sort of " "It won't move fan commands from custom gcodes (they act as a sort of "
"'barrier').\n" "'barrier').\n"
"It won't move fan comands into the start gcode if the 'only custom start " "It won't move fan commands into the start gcode if the 'only custom start "
"gcode' is activated.\n" "gcode' is activated.\n"
"Use 0 to deactivate." "Use 0 to deactivate."
msgstr "" msgstr ""
@ -10655,6 +10711,22 @@ msgid ""
"reduce time. Wall is still printed with original layer height." "reduce time. Wall is still printed with original layer height."
msgstr "" msgstr ""
msgid "Infill combination - Max layer height"
msgstr ""
msgid ""
"Maximum layer height for the combined sparse infill. \n"
"\n"
"Set it to 0 or 100% to use the nozzle diameter (for maximum reduction in "
"print time) or a value of ~80% to maximize sparse infill strength.\n"
"\n"
"The number of layers over which infill is combined is derived by dividing "
"this value with the layer height and rounded down to the nearest decimal.\n"
"\n"
"Use either absolute mm values (eg. 0.32mm for a 0.4mm nozzle) or % values "
"(eg 80%). This value must not be larger than the nozzle diameter."
msgstr ""
msgid "Filament to print internal sparse infill." msgid "Filament to print internal sparse infill."
msgstr "" msgstr ""
@ -10681,7 +10753,7 @@ msgstr ""
msgid "" msgid ""
"Top solid infill area is enlarged slightly to overlap with wall for better " "Top solid infill area is enlarged slightly to overlap with wall for better "
"bonding and to minimize the appearance of pinholes where the top infill " "bonding and to minimize the appearance of pinholes where the top infill "
"meets the walls. A value of 25-30% is a good starting point, minimising the " "meets the walls. A value of 25-30% is a good starting point, minimizing the "
"appearance of pinholes. The percentage value is relative to line width of " "appearance of pinholes. The percentage value is relative to line width of "
"sparse infill" "sparse infill"
msgstr "" msgstr ""
@ -11260,7 +11332,7 @@ msgid ""
msgstr "" msgstr ""
msgid "" msgid ""
"G-code path is genereated after simplifing the contour of model to avoid too " "G-code path is generated after simplifying the contour of model to avoid too "
"much points and gcode lines in gcode file. Smaller value means higher " "much points and gcode lines in gcode file. Smaller value means higher "
"resolution and more time to slice" "resolution and more time to slice"
msgstr "" msgstr ""
@ -11409,7 +11481,7 @@ msgstr ""
msgid "Speed of retractions" msgid "Speed of retractions"
msgstr "" msgstr ""
msgid "Deretraction Speed" msgid "De-retraction Speed"
msgstr "" msgstr ""
msgid "" msgid ""
@ -11584,15 +11656,15 @@ msgid "Wipe before external loop"
msgstr "" msgstr ""
msgid "" msgid ""
"To minimise visibility of potential overextrusion at the start of an " "To minimize visibility of potential overextrusion at the start of an "
"external perimeter when printing with Outer/Inner or Inner/Outer/Inner wall " "external perimeter when printing with Outer/Inner or Inner/Outer/Inner wall "
"print order, the deretraction is performed slightly on the inside from the " "print order, the de-retraction is performed slightly on the inside from the "
"start of the external perimeter. That way any potential over extrusion is " "start of the external perimeter. That way any potential over extrusion is "
"hidden from the outside surface. \n" "hidden from the outside surface. \n"
"\n" "\n"
"This is useful when printing with Outer/Inner or Inner/Outer/Inner wall " "This is useful when printing with Outer/Inner or Inner/Outer/Inner wall "
"print order as in these modes it is more likely an external perimeter is " "print order as in these modes it is more likely an external perimeter is "
"printed immediately after a deretraction move." "printed immediately after a de-retraction move."
msgstr "" msgstr ""
msgid "Wipe speed" msgid "Wipe speed"
@ -11611,6 +11683,14 @@ msgstr ""
msgid "Distance from skirt to brim or object" msgid "Distance from skirt to brim or object"
msgstr "" msgstr ""
msgid "Skirt start point"
msgstr ""
msgid ""
"Angle from the object center to skirt start point. Zero is the most right "
"position, counter clockwise is positive angle."
msgstr ""
msgid "Skirt height" msgid "Skirt height"
msgstr "" msgstr ""
@ -11625,21 +11705,33 @@ msgid ""
"detaching from print bed due to wind draft. It is usually needed only with " "detaching from print bed due to wind draft. It is usually needed only with "
"open frame printers, i.e. without an enclosure. \n" "open frame printers, i.e. without an enclosure. \n"
"\n" "\n"
"Options:\n" "Enabled = skirt is as tall as the highest printed object. Otherwise 'Skirt "
"Enabled = skirt is as tall as the highest printed object.\n" "height' is used.\n"
"Limited = skirt is as tall as specified by skirt height.\n"
"\n"
"Note: With the draft shield active, the skirt will be printed at skirt " "Note: With the draft shield active, the skirt will be printed at skirt "
"distance from the object. Therefore, if brims are active it may intersect " "distance from the object. Therefore, if brims are active it may intersect "
"with them. To avoid this, increase the skirt distance value.\n" "with them. To avoid this, increase the skirt distance value.\n"
msgstr "" msgstr ""
msgid "Limited" msgid "Disabled"
msgstr "" msgstr ""
msgid "Enabled" msgid "Enabled"
msgstr "" msgstr ""
msgid "Skirt type"
msgstr ""
msgid ""
"Combined - single skirt for all objects, Per object - individual object "
"skirt."
msgstr ""
msgid "Combined"
msgstr ""
msgid "Per object"
msgstr ""
msgid "Skirt loops" msgid "Skirt loops"
msgstr "" msgstr ""
@ -11660,7 +11752,9 @@ msgid ""
"this feature is disabled.\n" "this feature is disabled.\n"
"\n" "\n"
"Using a non zero value is useful if the printer is set up to print without a " "Using a non zero value is useful if the printer is set up to print without a "
"prime line." "prime line.\n"
"Final number of loops is not taling into account whli arranging or "
"validating objects distance. Increase loop number in such case. "
msgstr "" msgstr ""
msgid "" msgid ""
@ -11700,8 +11794,8 @@ msgid "Smooth Spiral"
msgstr "" msgstr ""
msgid "" msgid ""
"Smooth Spiral smoothes out X and Y moves as wellresulting in no visible seam " "Smooth Spiral smooths out X and Y moves as well, resulting in no visible "
"at all, even in the XY directions on walls that are not vertical" "seam at all, even in the XY directions on walls that are not vertical"
msgstr "" msgstr ""
msgid "Max XY Smoothing" msgid "Max XY Smoothing"
@ -12025,9 +12119,15 @@ msgid ""
"overhangs." "overhangs."
msgstr "" msgstr ""
msgid "Default (Grid/Organic"
msgstr ""
msgid "Snug" msgid "Snug"
msgstr "" msgstr ""
msgid "Organic"
msgstr ""
msgid "Tree Slim" msgid "Tree Slim"
msgstr "" msgstr ""
@ -12037,9 +12137,6 @@ msgstr ""
msgid "Tree Hybrid" msgid "Tree Hybrid"
msgstr "" msgstr ""
msgid "Organic"
msgstr ""
msgid "Independent support layer height" msgid "Independent support layer height"
msgstr "" msgstr ""
@ -12251,8 +12348,8 @@ msgid ""
"The number of top solid layers is increased when slicing if the thickness " "The number of top solid layers is increased when slicing if the thickness "
"calculated by top shell layers is thinner than this value. This can avoid " "calculated by top shell layers is thinner than this value. This can avoid "
"having too thin shell when layer height is small. 0 means that this setting " "having too thin shell when layer height is small. 0 means that this setting "
"is disabled and thickness of top shell is absolutely determained by top " "is disabled and thickness of top shell is absolutely determined by top shell "
"shell layers" "layers"
msgstr "" msgstr ""
msgid "Speed of travel which is faster and without extrusion" msgid "Speed of travel which is faster and without extrusion"
@ -12270,7 +12367,7 @@ msgid "Wipe Distance"
msgstr "" msgstr ""
msgid "" msgid ""
"Discribe how long the nozzle will move along the last path when " "Describe how long the nozzle will move along the last path when "
"retracting. \n" "retracting. \n"
"\n" "\n"
"Depending on how long the wipe operation lasts, how fast and long the " "Depending on how long the wipe operation lasts, how fast and long the "
@ -12445,7 +12542,7 @@ msgstr ""
msgid "" msgid ""
"Maximum defection of a point to the estimated radius of the circle.\n" "Maximum defection of a point to the estimated radius of the circle.\n"
"As cylinders are often exported as triangles of varying size, points may not " "As cylinders are often exported as triangles of varying size, points may not "
"be on the circle circumference. This setting allows you some leway to " "be on the circle circumference. This setting allows you some leeway to "
"broaden the detection.\n" "broaden the detection.\n"
"In mm or in % of the radius." "In mm or in % of the radius."
msgstr "" msgstr ""
@ -12477,7 +12574,7 @@ msgstr ""
msgid "" msgid ""
"Relative extrusion is recommended when using \"label_objects\" option.Some " "Relative extrusion is recommended when using \"label_objects\" option.Some "
"extruders work better with this option unckecked (absolute extrusion mode). " "extruders work better with this option unchecked (absolute extrusion mode). "
"Wipe tower is only compatible with relative mode. It is recommended on most " "Wipe tower is only compatible with relative mode. It is recommended on most "
"printers. Default is checked" "printers. Default is checked"
msgstr "" msgstr ""
@ -12553,9 +12650,9 @@ msgid ""
"could increase print time. Higher values remove more and longer walls.\n" "could increase print time. Higher values remove more and longer walls.\n"
"\n" "\n"
"NOTE: Bottom and top surfaces will not be affected by this value to prevent " "NOTE: Bottom and top surfaces will not be affected by this value to prevent "
"visual gaps on the ouside of the model. Adjust 'One wall threshold' in the " "visual gaps on the outside of the model. Adjust 'One wall threshold' in the "
"Advanced settings below to adjust the sensitivity of what is considered a " "Advanced settings below to adjust the sensitivity of what is considered a "
"top-surface. 'One wall threshold' is only visibile if this setting is set " "top-surface. 'One wall threshold' is only visible if this setting is set "
"above the default value of 0.5, or if single-wall top surfaces is enabled." "above the default value of 0.5, or if single-wall top surfaces is enabled."
msgstr "" msgstr ""
@ -12584,7 +12681,7 @@ msgstr ""
msgid "" msgid ""
"This option will auto detect narrow internal solid infill area. If enabled, " "This option will auto detect narrow internal solid infill area. If enabled, "
"concentric pattern will be used for the area to speed printing up. " "concentric pattern will be used for the area to speed printing up. "
"Otherwise, rectilinear pattern is used defaultly." "Otherwise, rectilinear pattern is used by default."
msgstr "" msgstr ""
msgid "invalid value " msgid "invalid value "
@ -12657,19 +12754,19 @@ msgstr ""
msgid "" msgid ""
"Position of the extruder at the beginning of the custom G-code block. If the " "Position of the extruder at the beginning of the custom G-code block. If the "
"custom G-code travels somewhere else, it should write to this variable so " "custom G-code travels somewhere else, it should write to this variable so "
"PrusaSlicer knows where it travels from when it gets control back." "OrcaSlicer knows where it travels from when it gets control back."
msgstr "" msgstr ""
msgid "" msgid ""
"Retraction state at the beginning of the custom G-code block. If the custom " "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 " "G-code moves the extruder axis, it should write to this variable so "
"PrusaSlicer deretracts correctly when it gets control back." "OrcaSlicer de-retracts correctly when it gets control back."
msgstr "" msgstr ""
msgid "Extra deretraction" msgid "Extra de-retraction"
msgstr "" msgstr ""
msgid "Currently planned extra extruder priming after deretraction." msgid "Currently planned extra extruder priming after de-retraction."
msgstr "" msgstr ""
msgid "Absolute E position" msgid "Absolute E position"
@ -12719,7 +12816,8 @@ msgstr ""
msgid "Is extruder used?" msgid "Is extruder used?"
msgstr "" msgstr ""
msgid "Vector of bools stating whether a given extruder is used in the print." msgid ""
"Vector of booleans stating whether a given extruder is used in the print."
msgstr "" msgstr ""
msgid "Has single extruder MM priming" msgid "Has single extruder MM priming"
@ -13814,7 +13912,7 @@ msgstr ""
msgid "Filament type is not selected, please reselect type." msgid "Filament type is not selected, please reselect type."
msgstr "" msgstr ""
msgid "Filament serial is not inputed, please input serial." msgid "Filament serial is not entered, please enter serial."
msgstr "" msgstr ""
msgid "" msgid ""
@ -13874,7 +13972,7 @@ msgstr ""
msgid "Create Type" msgid "Create Type"
msgstr "" msgstr ""
msgid "The model is not found, place reselect vendor." msgid "The model is not found, please reselect vendor."
msgstr "" msgstr ""
msgid "Select Model" msgid "Select Model"
@ -13923,10 +14021,10 @@ msgstr ""
msgid "The printer model was not found, please reselect." msgid "The printer model was not found, please reselect."
msgstr "" msgstr ""
msgid "The nozzle diameter is not found, place reselect." msgid "The nozzle diameter is not found, please reselect."
msgstr "" msgstr ""
msgid "The printer preset is not found, place reselect." msgid "The printer preset is not found, please reselect."
msgstr "" msgstr ""
msgid "Printer Preset" msgid "Printer Preset"
@ -13954,7 +14052,7 @@ msgid ""
"page. Please check before creating it." "page. Please check before creating it."
msgstr "" msgstr ""
msgid "The custom printer or model is not inputed, place input." msgid "The custom printer or model is not entered, please enter it."
msgstr "" msgstr ""
msgid "" msgid ""
@ -13986,7 +14084,7 @@ msgid "Current vendor has no models, please reselect."
msgstr "" msgstr ""
msgid "" msgid ""
"You have not selected the vendor and model or inputed the custom vendor and " "You have not selected the vendor and model or entered the custom vendor and "
"model." "model."
msgstr "" msgstr ""
@ -14087,7 +14185,7 @@ msgid ""
msgstr "" msgstr ""
msgid "" msgid ""
"User's fillment preset set. \n" "User's filament preset set. \n"
"Can be shared with others." "Can be shared with others."
msgstr "" msgstr ""
@ -14290,7 +14388,7 @@ msgstr ""
msgid "Could not connect to Duet" msgid "Could not connect to Duet"
msgstr "" msgstr ""
msgid "Unknown error occured" msgid "Unknown error occurred"
msgstr "" msgstr ""
msgid "Wrong password" msgid "Wrong password"

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,98 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="24"
height="302"
viewBox="0 0 24 302"
fill="none"
version="1.1"
id="svg14"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs14" />
<path
d="M 0.36895847,8.2161586 H 20.495973 V 1.5286532 H 20.6431 l 2.53059,1.265626 V 18.028666 H 23.026563 L 20.495973,16.76304 V 11.341161 H 1.6931042 L 0.36895847,8.3724087 Z"
id="text18"
style="font-weight:bold;font-size:31.0518px;font-family:'Nova Square';-inkscape-font-specification:'Nova Square Bold';writing-mode:tb-rl;fill:#b3b3b3;fill-rule:evenodd;stroke-width:13.8763;stroke-miterlimit:3.6"
aria-label="T" />
<path
d="m 0.95746767,22.325545 q 0,-4.687504 4.41381913,-4.687504 h 7.3563652 q 4.413819,0 4.413819,4.687504 v 3.593752 q 0,4.687505 -4.413819,4.687505 H 11.947877 L 4.812203,20.809918 q -1.2064438,0.218751 -1.2064438,1.515627 v 3.593752 q 0,1.562501 1.7655276,1.562501 h 0.7797747 l 1.3241457,2.968754 v 0.15625 H 5.3712868 q -4.41381913,0 -4.41381913,-4.687505 z m 6.92969593,-1.562502 5.0906044,6.70313 q 1.515411,-0.09375 1.515411,-1.546876 v -3.593752 q 0,-1.562502 -1.765527,-1.562502 z"
id="text17"
style="font-weight:bold;font-size:31.0518px;font-family:'Nova Square';-inkscape-font-specification:'Nova Square Bold';writing-mode:tb-rl;fill:#b3b3b3;fill-rule:evenodd;stroke-width:13.8763;stroke-miterlimit:3.6"
aria-label="e" />
<path
d="m 0.36895847,36.606806 v -0.156251 l 1.20644393,-2.718752 7.474067,4.843754 7.4593546,-4.843754 1.221156,2.734377 v 0.156251 l -6.282336,3.796877 6.282336,3.781253 v 0.15625 l -1.221156,2.734377 -7.4593546,-4.843753 -7.474067,4.843753 -1.20644393,-2.718752 v -0.15625 L 6.666007,40.419308 Z"
id="text16"
style="font-weight:bold;font-size:31.0518px;font-family:'Nova Square';-inkscape-font-specification:'Nova Square Bold';writing-mode:tb-rl;fill:#b3b3b3;fill-rule:evenodd;stroke-width:13.8763;stroke-miterlimit:3.6"
aria-label="x" />
<path
d="M 0.36895847,52.747446 H 14.463754 v -4.015628 h 0.147128 l 2.530589,1.265626 v 2.750002 h 5.296583 l 1.324146,2.968752 v 0.15625 h -6.620729 v 4.015628 H 16.994343 L 14.463754,58.62245 V 55.872448 H 1.6931042 L 0.36895847,52.903696 Z"
id="text15"
style="font-weight:bold;font-size:31.0518px;font-family:'Nova Square';-inkscape-font-specification:'Nova Square Bold';writing-mode:tb-rl;fill:#b3b3b3;fill-rule:evenodd;stroke-width:13.8763;stroke-miterlimit:3.6"
aria-label="t" />
<path
d="m 0.95746767,67.309956 q 0,-4.687505 4.41381913,-4.687505 H 16.405834 l 1.324146,2.968752 v 0.15625 H 5.3712868 q -1.7655276,0 -1.7655276,1.562503 v 3.593752 q 0,1.562501 1.7655276,1.562501 H 16.405834 l 1.324146,2.968753 v 0.15625 H 5.3712868 q -4.41381913,0 -4.41381913,-4.687504 z"
id="text14"
style="font-weight:bold;font-size:31.0518px;font-family:'Nova Square';-inkscape-font-specification:'Nova Square Bold';writing-mode:tb-rl;fill:#b3b3b3;fill-rule:evenodd;stroke-width:13.8763;stroke-miterlimit:3.6"
aria-label="u" />
<path
d="M 0.36895847,80.278718 H 12.727652 q 4.413819,0 4.413819,4.687504 v 3.906253 h -0.147128 l -2.501164,-1.250001 v -2.656252 q 0,-1.562501 -1.765527,-1.562501 H 1.6931042 L 0.36895847,80.434968 Z"
id="text13"
style="font-weight:bold;font-size:31.0518px;font-family:'Nova Square';-inkscape-font-specification:'Nova Square Bold';writing-mode:tb-rl;fill:#b3b3b3;fill-rule:evenodd;stroke-width:13.8763;stroke-miterlimit:3.6"
aria-label="r" />
<path
d="m 0.95746767,96.216231 q 0,-4.687503 4.41381913,-4.687503 h 7.3563652 q 4.413819,0 4.413819,4.687503 v 3.593753 q 0,4.687506 -4.413819,4.687506 H 11.947877 L 4.812203,94.700605 q -1.2064438,0.21875 -1.2064438,1.515626 v 3.593753 q 0,1.562506 1.7655276,1.562506 h 0.7797747 l 1.3241457,2.96875 v 0.15625 H 5.3712868 q -4.41381913,0 -4.41381913,-4.687506 z m 6.92969593,-1.562501 5.0906044,6.70313 q 1.515411,-0.0937 1.515411,-1.546876 v -3.593753 q 0,-1.562501 -1.765527,-1.562501 z"
id="text12"
style="font-weight:bold;font-size:31.0518px;font-family:'Nova Square';-inkscape-font-specification:'Nova Square Bold';writing-mode:tb-rl;fill:#b3b3b3;fill-rule:evenodd;stroke-width:13.8763;stroke-miterlimit:3.6"
aria-label="e" />
<path
d="m 0.95746767,113.87248 q 0,-4.6875 4.41381913,-4.6875 h 7.3563652 q 4.413819,0 4.413819,4.6875 v 3.59376 q 0,1.0625 -0.456095,1.5625 h 5.752678 l 1.324146,2.96875 v 0.15625 H 5.3712868 q -4.41381913,0 -4.41381913,-4.6875 z m 2.64829153,0 v 3.59376 q 0,1.5625 1.7655276,1.5625 h 7.3563652 q 1.765527,0 1.765527,-1.5625 v -3.59376 q 0,-1.5625 -1.765527,-1.5625 H 5.3712868 q -1.7655276,0 -1.7655276,1.5625 z"
id="text11"
style="font-weight:bold;font-size:31.0518px;font-family:'Nova Square';-inkscape-font-specification:'Nova Square Bold';writing-mode:tb-rl;fill:#b3b3b3;fill-rule:evenodd;stroke-width:13.8763;stroke-miterlimit:3.6"
aria-label="d" />
<path
d="m 0.95746767,146.37253 q 0,-5.46876 5.14945553,-5.46876 H 18.024235 q 5.149455,0 5.149455,5.46876 v 4.84376 q 0,5.46875 -5.149455,5.46875 h -1.618401 l -1.324145,-2.96875 v -0.15625 h 2.942546 q 2.501164,0 2.501164,-2.34375 v -4.84376 q 0,-2.34376 -2.501164,-2.34376 H 6.1069232 q -2.501164,0 -2.501164,2.34376 v 4.84376 q 0,2.34375 2.501164,2.34375 h 1.6184004 l 1.3241458,2.96875 v 0.15625 H 6.1069232 q -5.14945553,0 -5.14945553,-5.46875 z"
id="text10"
style="font-weight:bold;font-size:31.0518px;font-family:'Nova Square';-inkscape-font-specification:'Nova Square Bold';writing-mode:tb-rl;fill:#b3b3b3;fill-rule:evenodd;stroke-width:13.8763;stroke-miterlimit:3.6"
aria-label="C" />
<path
d="m 3.6057592,166.84129 v 3.59376 q 0,1.5625 1.7655276,1.5625 h 7.3563652 q 1.765527,0 1.765527,-1.5625 v -3.59376 q 0,-1.5625 -1.765527,-1.5625 H 5.3712868 q -1.7655276,0 -1.7655276,1.5625 z m -2.64829153,0 q 0,-4.6875 4.41381913,-4.6875 h 7.3563652 q 4.413819,0 4.413819,4.6875 v 3.59376 q 0,4.6875 -4.413819,4.6875 H 5.3712868 q -4.41381913,0 -4.41381913,-4.6875 z"
id="text9"
style="font-weight:bold;font-size:31.0518px;font-family:'Nova Square';-inkscape-font-specification:'Nova Square Bold';writing-mode:tb-rl;fill:#b3b3b3;fill-rule:evenodd;stroke-width:13.8763;stroke-miterlimit:3.6"
aria-label="o" />
<path
d="m 3.6057592,184.49756 v 3.59375 q 0,1.5625 1.7655276,1.5625 h 7.3563652 q 1.765527,0 1.765527,-1.5625 v -3.59375 q 0,-1.5625 -1.765527,-1.5625 H 5.3712868 q -1.7655276,0 -1.7655276,1.5625 z m -2.64829153,0 q 0,-4.68751 4.41381913,-4.68751 h 7.3563652 q 4.413819,0 4.413819,4.68751 v 3.59375 q 0,4.6875 -4.413819,4.6875 H 5.3712868 q -4.41381913,0 -4.41381913,-4.6875 z"
id="text8"
style="font-weight:bold;font-size:31.0518px;font-family:'Nova Square';-inkscape-font-specification:'Nova Square Bold';writing-mode:tb-rl;fill:#b3b3b3;fill-rule:evenodd;stroke-width:13.8763;stroke-miterlimit:3.6"
aria-label="o" />
<path
d="M 0.36895847,198.24757 H 22.438054 l 1.324146,2.96875 v 0.15625 H 1.6931042 l -1.32414573,-2.96875 z"
id="text7"
style="font-weight:bold;font-size:31.0518px;font-family:'Nova Square';-inkscape-font-specification:'Nova Square Bold';writing-mode:tb-rl;fill:#b3b3b3;fill-rule:evenodd;stroke-width:13.8763;stroke-miterlimit:3.6"
aria-label="l" />
<path
d="M 0.36895847,220.12259 H 22.438054 l 0.735636,1.65625 v 8.34375 q 0,5.46876 -5.149455,5.46876 h -4.413819 q -5.1494559,0 -5.1494559,-5.46876 v -6.875 H 1.6931042 l -1.32414573,-2.96875 z m 20.15644053,3.125 h -9.416147 v 6.875 q 0,2.34376 2.501164,2.34376 h 4.413819 q 2.501164,0 2.501164,-2.34376 z"
id="text6"
style="font-weight:bold;font-size:31.0518px;font-family:'Nova Square';-inkscape-font-specification:'Nova Square Bold';writing-mode:tb-rl;fill:#b3b3b3;fill-rule:evenodd;stroke-width:13.8763;stroke-miterlimit:3.6"
aria-label="P" />
<path
d="M 0.36895847,241.0601 H 22.438054 l 1.324146,2.96875 v 0.15625 H 1.6931042 l -1.32414573,-2.96875 z"
id="text5"
style="font-weight:bold;font-size:31.0518px;font-family:'Nova Square';-inkscape-font-specification:'Nova Square Bold';writing-mode:tb-rl;fill:#b3b3b3;fill-rule:evenodd;stroke-width:13.8763;stroke-miterlimit:3.6"
aria-label="l" />
<path
d="m 3.6057592,253.5601 v 3.28125 q 0,1.5625 1.7655276,1.5625 h 2.0156441 q 1.7655275,0 1.7655275,-1.5625 v -3.28125 q 0,-1.5625 -1.7655275,-1.5625 H 5.3712868 q -1.7655276,0 -1.7655276,1.5625 z m -2.64829153,0 q 0,-4.6875 4.41381913,-4.6875 h 2.0156441 q 4.4138191,0 4.4138191,4.6875 v 3.28125 q 0,0.81251 -0.441382,1.5625 h 1.368284 q 1.765527,0 1.765527,-1.5625 v -5.59375 h 0.147128 l 2.501164,1.25 v 4.34375 q 0,4.68751 -4.413819,4.68751 H 1.6931042 L 0.36895847,258.5601 v -0.15625 H 1.3988496 q -0.44138193,-0.59374 -0.44138193,-1.5625 z"
id="text4"
style="font-weight:bold;font-size:31.0518px;font-family:'Nova Square';-inkscape-font-specification:'Nova Square Bold';writing-mode:tb-rl;fill:#b3b3b3;fill-rule:evenodd;stroke-width:13.8763;stroke-miterlimit:3.6"
aria-label="a" />
<path
d="M 0.36895847,268.27887 H 14.463754 v -4.01563 h 0.147128 l 2.530589,1.26562 v 2.75001 h 5.296583 l 1.324146,2.96875 v 0.15625 h -6.620729 v 4.01562 h -0.147128 l -2.530589,-1.26562 v -2.75 H 1.6931042 l -1.32414573,-2.96875 z"
id="text3"
style="font-weight:bold;font-size:31.0518px;font-family:'Nova Square';-inkscape-font-specification:'Nova Square Bold';writing-mode:tb-rl;fill:#b3b3b3;fill-rule:evenodd;stroke-width:13.8763;stroke-miterlimit:3.6"
aria-label="t" />
<path
d="m 0.95746767,282.84136 q 0,-4.6875 4.41381913,-4.6875 h 7.3563652 q 4.413819,0 4.413819,4.6875 v 3.59376 q 0,4.6875 -4.413819,4.6875 h -0.779775 l -7.135674,-9.79688 q -1.2064438,0.21875 -1.2064438,1.51562 v 3.59376 q 0,1.5625 1.7655276,1.5625 h 0.7797747 l 1.3241457,2.96875 v 0.15625 H 5.3712868 q -4.41381913,0 -4.41381913,-4.6875 z m 6.92969593,-1.5625 5.0906044,6.70314 q 1.515411,-0.0938 1.515411,-1.54688 v -3.59376 q 0,-1.5625 -1.765527,-1.5625 z"
id="text2"
style="font-weight:bold;font-size:31.0518px;font-family:'Nova Square';-inkscape-font-specification:'Nova Square Bold';writing-mode:tb-rl;fill:#b3b3b3;fill-rule:evenodd;stroke-width:13.8763;stroke-miterlimit:3.6"
aria-label="e" />
</svg>

After

Width:  |  Height:  |  Size: 10 KiB

View file

@ -0,0 +1,74 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="43"
height="43"
viewBox="0 0 43 43"
version="1.1"
id="svg2"
sodipodi:docname="plate_move_front.svg"
inkscape:version="1.3.2 (091e20e, 2023-11-25, custom)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs2" />
<sodipodi:namedview
id="namedview2"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="22.627417"
inkscape:cx="25.168582"
inkscape:cy="21.588854"
inkscape:window-width="1610"
inkscape:window-height="1237"
inkscape:window-x="33"
inkscape:window-y="721"
inkscape:window-maximized="0"
inkscape:current-layer="svg2" />
<rect
x="1.5"
y="1.5"
width="40"
height="40"
rx="3.5"
style="fill:#e9e9e9;fill-opacity:1"
id="rect1" />
<path
d="M38,2a3,3,0,0,1,3,3V38a3,3,0,0,1-3,3H5a3,3,0,0,1-3-3V5A3,3,0,0,1,5,2H38m0-1H5A4,4,0,0,0,1,5V38a4,4,0,0,0,4,4H38a4,4,0,0,0,4-4V5a4,4,0,0,0-4-4Z"
style="fill:#545454"
id="path1" />
<line
x1="33.471352"
y1="6.9334393"
x2="9.9450846"
y2="6.9334393"
style="fill:none;stroke:#545454;stroke-width:0.850459;stroke-linecap:round;stroke-linejoin:round"
id="line1" />
<line
x1="32.300442"
y1="18.26045"
x2="21.987902"
y2="8.080493"
style="fill:none;stroke:#545454;stroke-width:0.714338;stroke-linecap:round;stroke-linejoin:round"
id="line1-1" />
<line
x1="11.504755"
y1="18.329735"
x2="21.855713"
y2="8.0229683"
style="fill:none;stroke:#545454;stroke-width:0.720111;stroke-linecap:round;stroke-linejoin:round"
id="line1-1-1" />
<line
x1="21.938486"
y1="36.433311"
x2="21.938484"
y2="8.6247864"
style="fill:none;stroke:#545454;stroke-width:0.623622;stroke-linecap:round;stroke-linejoin:round"
id="line1-1-1-2" />
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

View file

@ -0,0 +1,74 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="43"
height="43"
viewBox="0 0 43 43"
version="1.1"
id="svg2"
sodipodi:docname="plate_close_dark.svg"
inkscape:version="1.3.2 (091e20e, 2023-11-25, custom)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs2" />
<sodipodi:namedview
id="namedview2"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="27.27907"
inkscape:cx="21.5"
inkscape:cy="21.5"
inkscape:window-width="2560"
inkscape:window-height="1369"
inkscape:window-x="-8"
inkscape:window-y="658"
inkscape:window-maximized="1"
inkscape:current-layer="svg2" />
<rect
x="1.5"
y="1.5"
width="40"
height="40"
rx="3.5"
style="fill:#54545a"
id="rect1" />
<path
d="M38,2a3,3,0,0,1,3,3V38a3,3,0,0,1-3,3H5a3,3,0,0,1-3-3V5A3,3,0,0,1,5,2H38m0-1H5A4,4,0,0,0,1,5V38a4,4,0,0,0,4,4H38a4,4,0,0,0,4-4V5a4,4,0,0,0-4-4Z"
style="fill:#b3b3b3"
id="path1" />
<line
x1="9.7239828"
y1="6.5068207"
x2="34.155807"
y2="6.5068207"
style="fill:none;stroke:#c4c4c4;stroke-width:0.866675;stroke-linecap:round;stroke-linejoin:round"
id="line1" />
<line
x1="22.228071"
y1="7.6491632"
x2="22.228073"
y2="31.964647"
style="fill:none;stroke:#c4c4c4;stroke-linecap:round;stroke-linejoin:round"
id="line1-2" />
<line
x1="22.195042"
y1="7.4747553"
x2="10.588115"
y2="19.081686"
style="fill:none;stroke:#c4c4c4;stroke-width:0.675072;stroke-linecap:round;stroke-linejoin:round"
id="line1-2-2" />
<line
x1="33.868591"
y1="19.080866"
x2="22.261658"
y2="7.4739408"
style="fill:none;stroke:#c4c4c4;stroke-width:0.675072;stroke-linecap:round;stroke-linejoin:round"
id="line1-2-2-7" />
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

View file

@ -0,0 +1,74 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="43"
height="43"
viewBox="0 0 43 43"
version="1.1"
id="svg2"
sodipodi:docname="plate_close.svg"
inkscape:version="1.3.2 (091e20e, 2023-11-25, custom)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs2" />
<sodipodi:namedview
id="namedview2"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="22.627417"
inkscape:cx="25.168582"
inkscape:cy="21.588854"
inkscape:window-width="1610"
inkscape:window-height="1237"
inkscape:window-x="1460"
inkscape:window-y="754"
inkscape:window-maximized="0"
inkscape:current-layer="svg2" />
<rect
x="1.5"
y="1.5"
width="40"
height="40"
rx="3.5"
style="fill:#e9e9e9;fill-opacity:1"
id="rect1" />
<path
d="M38,2a3,3,0,0,1,3,3V38a3,3,0,0,1-3,3H5a3,3,0,0,1-3-3V5A3,3,0,0,1,5,2H38m0-1H5A4,4,0,0,0,1,5V38a4,4,0,0,0,4,4H38a4,4,0,0,0,4-4V5a4,4,0,0,0-4-4Z"
style="fill:#009688"
id="path1" />
<line
x1="33.471352"
y1="6.9334393"
x2="9.9450846"
y2="6.9334393"
style="fill:none;stroke:#009688;stroke-width:0.850459;stroke-linecap:round;stroke-linejoin:round"
id="line1" />
<line
x1="32.300442"
y1="18.26045"
x2="21.987902"
y2="8.080493"
style="fill:none;stroke:#009688;stroke-width:0.714338;stroke-linecap:round;stroke-linejoin:round"
id="line1-1" />
<line
x1="11.504755"
y1="18.329735"
x2="21.855713"
y2="8.0229683"
style="fill:none;stroke:#009688;stroke-width:0.720111;stroke-linecap:round;stroke-linejoin:round"
id="line1-1-1" />
<line
x1="21.938486"
y1="36.433311"
x2="21.938484"
y2="8.6247864"
style="fill:none;stroke:#009688;stroke-width:0.623622;stroke-linecap:round;stroke-linejoin:round"
id="line1-1-1-2" />
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

View file

@ -0,0 +1,74 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="43"
height="43"
viewBox="0 0 43 43"
version="1.1"
id="svg2"
sodipodi:docname="plate_move_front_hover_dark.svg"
inkscape:version="1.3.2 (091e20e, 2023-11-25, custom)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs2" />
<sodipodi:namedview
id="namedview2"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="19.289215"
inkscape:cx="20.555528"
inkscape:cy="24.85845"
inkscape:window-width="1350"
inkscape:window-height="1237"
inkscape:window-x="36"
inkscape:window-y="759"
inkscape:window-maximized="0"
inkscape:current-layer="svg2" />
<rect
x="1.5"
y="1.5"
width="40"
height="40"
rx="3.5"
style="fill:#54545a"
id="rect1" />
<path
d="M38,2a3,3,0,0,1,3,3V38a3,3,0,0,1-3,3H5a3,3,0,0,1-3-3V5A3,3,0,0,1,5,2H38m0-1H5A4,4,0,0,0,1,5V38a4,4,0,0,0,4,4H38a4,4,0,0,0,4-4V5a4,4,0,0,0-4-4Z"
style="fill:#009688"
id="path1" />
<line
x1="9.7239828"
y1="6.5068207"
x2="34.155807"
y2="6.5068207"
style="fill:none;stroke:#009688;stroke-width:0.866675;stroke-linecap:round;stroke-linejoin:round"
id="line1" />
<line
x1="22.228071"
y1="7.6491632"
x2="22.228073"
y2="31.964647"
style="fill:none;stroke:#009688;stroke-linecap:round;stroke-linejoin:round"
id="line1-2" />
<line
x1="22.195042"
y1="7.4747553"
x2="10.588115"
y2="19.081686"
style="fill:none;stroke:#009688;stroke-width:0.675072;stroke-linecap:round;stroke-linejoin:round"
id="line1-2-2" />
<line
x1="33.868591"
y1="19.080866"
x2="22.261658"
y2="7.4739408"
style="fill:none;stroke:#009688;stroke-width:0.675072;stroke-linecap:round;stroke-linejoin:round"
id="line1-2-2-7" />
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

View file

@ -1,6 +1,6 @@
{ {
"name": "Anker", "name": "Anker",
"version": "02.01.01.00", "version": "02.02.00.01",
"force_update": "0", "force_update": "0",
"description": "Anker configurations", "description": "Anker configurations",
"machine_model_list": [ "machine_model_list": [

View file

@ -1,6 +1,6 @@
{ {
"name": "Anycubic", "name": "Anycubic",
"version": "02.01.01.00", "version": "02.02.00.01",
"force_update": "0", "force_update": "0",
"description": "Anycubic configurations", "description": "Anycubic configurations",
"machine_model_list": [ "machine_model_list": [
@ -15,6 +15,10 @@
{ {
"name": "Anycubic Vyper", "name": "Anycubic Vyper",
"sub_path": "machine/Anycubic Vyper.json" "sub_path": "machine/Anycubic Vyper.json"
},
{
"name": "Anycubic Kobra",
"sub_path": "machine/Anycubic Kobra.json"
}, },
{ {
"name": "Anycubic Kobra Max", "name": "Anycubic Kobra Max",
@ -53,6 +57,10 @@
{ {
"name": "0.15mm Optimal @Anycubic Vyper", "name": "0.15mm Optimal @Anycubic Vyper",
"sub_path": "process/0.15mm Optimal @Anycubic Vyper.json" "sub_path": "process/0.15mm Optimal @Anycubic Vyper.json"
},
{
"name": "0.15mm Optimal @Anycubic Kobra",
"sub_path": "process/0.15mm Optimal @Anycubic Kobra.json"
}, },
{ {
"name": "0.15mm Optimal @Anycubic KobraMax", "name": "0.15mm Optimal @Anycubic KobraMax",
@ -70,7 +78,7 @@
"name": "0.15mm Optimal @Anycubic Kobra2", "name": "0.15mm Optimal @Anycubic Kobra2",
"sub_path": "process/0.15mm Optimal @Anycubic Kobra2.json" "sub_path": "process/0.15mm Optimal @Anycubic Kobra2.json"
}, },
{ {
"name": "0.20mm Standard @Anycubic i3MegaS", "name": "0.20mm Standard @Anycubic i3MegaS",
"sub_path": "process/0.20mm Standard @Anycubic i3MegaS.json" "sub_path": "process/0.20mm Standard @Anycubic i3MegaS.json"
}, },
@ -81,6 +89,10 @@
{ {
"name": "0.20mm Standard @Anycubic Vyper", "name": "0.20mm Standard @Anycubic Vyper",
"sub_path": "process/0.20mm Standard @Anycubic Vyper.json" "sub_path": "process/0.20mm Standard @Anycubic Vyper.json"
},
{
"name": "0.20mm Standard @Anycubic Kobra",
"sub_path": "process/0.20mm Standard @Anycubic Kobra.json"
}, },
{ {
"name": "0.20mm Standard @Anycubic KobraMax", "name": "0.20mm Standard @Anycubic KobraMax",
@ -113,6 +125,10 @@
{ {
"name": "0.30mm Draft @Anycubic Vyper", "name": "0.30mm Draft @Anycubic Vyper",
"sub_path": "process/0.30mm Draft @Anycubic Vyper.json" "sub_path": "process/0.30mm Draft @Anycubic Vyper.json"
},
{
"name": "0.30mm Draft @Anycubic Kobra",
"sub_path": "process/0.30mm Draft @Anycubic Kobra.json"
}, },
{ {
"name": "0.30mm Draft @Anycubic KobraMax", "name": "0.30mm Draft @Anycubic KobraMax",
@ -129,7 +145,7 @@
{ {
"name": "0.30mm Draft @Anycubic Kobra2", "name": "0.30mm Draft @Anycubic Kobra2",
"sub_path": "process/0.30mm Draft @Anycubic Kobra2.json" "sub_path": "process/0.30mm Draft @Anycubic Kobra2.json"
} }
], ],
"filament_list": [ "filament_list": [
{ {
@ -225,6 +241,10 @@
{ {
"name": "Anycubic Vyper 0.4 nozzle", "name": "Anycubic Vyper 0.4 nozzle",
"sub_path": "machine/Anycubic Vyper 0.4 nozzle.json" "sub_path": "machine/Anycubic Vyper 0.4 nozzle.json"
},
{
"name": "Anycubic Kobra 0.4 nozzle",
"sub_path": "machine/Anycubic Kobra 0.4 nozzle.json"
}, },
{ {
"name": "Anycubic Kobra Max 0.4 nozzle", "name": "Anycubic Kobra Max 0.4 nozzle",

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

View file

@ -16,6 +16,7 @@
"Anycubic i3 Mega S 0.4 nozzle", "Anycubic i3 Mega S 0.4 nozzle",
"Anycubic Chiron 0.4 nozzle", "Anycubic Chiron 0.4 nozzle",
"Anycubic Vyper 0.4 nozzle", "Anycubic Vyper 0.4 nozzle",
"Anycubic Kobra 0.4 nozzle",
"Anycubic Kobra Max 0.4 nozzle", "Anycubic Kobra Max 0.4 nozzle",
"Anycubic Kobra Plus 0.4 nozzle", "Anycubic Kobra Plus 0.4 nozzle",
"Anycubic 4Max Pro 0.4 nozzle", "Anycubic 4Max Pro 0.4 nozzle",

View file

@ -16,6 +16,7 @@
"Anycubic i3 Mega S 0.4 nozzle", "Anycubic i3 Mega S 0.4 nozzle",
"Anycubic Chiron 0.4 nozzle", "Anycubic Chiron 0.4 nozzle",
"Anycubic Vyper 0.4 nozzle", "Anycubic Vyper 0.4 nozzle",
"Anycubic Kobra 0.4 nozzle",
"Anycubic Kobra Max 0.4 nozzle", "Anycubic Kobra Max 0.4 nozzle",
"Anycubic Kobra Plus 0.4 nozzle", "Anycubic Kobra Plus 0.4 nozzle",
"Anycubic 4Max Pro 0.4 nozzle", "Anycubic 4Max Pro 0.4 nozzle",

View file

@ -22,6 +22,7 @@
"Anycubic i3 Mega S 0.4 nozzle", "Anycubic i3 Mega S 0.4 nozzle",
"Anycubic Chiron 0.4 nozzle", "Anycubic Chiron 0.4 nozzle",
"Anycubic Vyper 0.4 nozzle", "Anycubic Vyper 0.4 nozzle",
"Anycubic Kobra 0.4 nozzle",
"Anycubic Kobra Max 0.4 nozzle", "Anycubic Kobra Max 0.4 nozzle",
"Anycubic Kobra Plus 0.4 nozzle", "Anycubic Kobra Plus 0.4 nozzle",
"Anycubic 4Max Pro 0.4 nozzle", "Anycubic 4Max Pro 0.4 nozzle",

View file

@ -19,6 +19,7 @@
"Anycubic i3 Mega S 0.4 nozzle", "Anycubic i3 Mega S 0.4 nozzle",
"Anycubic Chiron 0.4 nozzle", "Anycubic Chiron 0.4 nozzle",
"Anycubic Vyper 0.4 nozzle", "Anycubic Vyper 0.4 nozzle",
"Anycubic Kobra 0.4 nozzle",
"Anycubic Kobra Max 0.4 nozzle", "Anycubic Kobra Max 0.4 nozzle",
"Anycubic Kobra Plus 0.4 nozzle", "Anycubic Kobra Plus 0.4 nozzle",
"Anycubic 4Max Pro 0.4 nozzle", "Anycubic 4Max Pro 0.4 nozzle",

View file

@ -16,10 +16,11 @@
"Anycubic i3 Mega S 0.4 nozzle", "Anycubic i3 Mega S 0.4 nozzle",
"Anycubic Chiron 0.4 nozzle", "Anycubic Chiron 0.4 nozzle",
"Anycubic Vyper 0.4 nozzle", "Anycubic Vyper 0.4 nozzle",
"Anycubic Kobra 0.4 nozzle",
"Anycubic Kobra Max 0.4 nozzle", "Anycubic Kobra Max 0.4 nozzle",
"Anycubic Kobra Plus 0.4 nozzle", "Anycubic Kobra Plus 0.4 nozzle",
"Anycubic 4Max Pro 0.4 nozzle", "Anycubic 4Max Pro 0.4 nozzle",
"Anycubic 4Max Pro 2 0.4 nozzle", "Anycubic 4Max Pro 2 0.4 nozzle",
"Anycubic Kobra 2 0.4 nozzle" "Anycubic Kobra 2 0.4 nozzle"
] ]
} }

View file

@ -46,6 +46,7 @@
"Anycubic i3 Mega S 0.4 nozzle", "Anycubic i3 Mega S 0.4 nozzle",
"Anycubic Chiron 0.4 nozzle", "Anycubic Chiron 0.4 nozzle",
"Anycubic Vyper 0.4 nozzle", "Anycubic Vyper 0.4 nozzle",
"Anycubic Kobra 0.4 nozzle",
"Anycubic Kobra Max 0.4 nozzle", "Anycubic Kobra Max 0.4 nozzle",
"Anycubic Kobra Plus 0.4 nozzle", "Anycubic Kobra Plus 0.4 nozzle",
"Anycubic 4Max Pro 0.4 nozzle", "Anycubic 4Max Pro 0.4 nozzle",

View file

@ -22,6 +22,7 @@
"Anycubic i3 Mega S 0.4 nozzle", "Anycubic i3 Mega S 0.4 nozzle",
"Anycubic Chiron 0.4 nozzle", "Anycubic Chiron 0.4 nozzle",
"Anycubic Vyper 0.4 nozzle", "Anycubic Vyper 0.4 nozzle",
"Anycubic Kobra 0.4 nozzle",
"Anycubic Kobra Max 0.4 nozzle", "Anycubic Kobra Max 0.4 nozzle",
"Anycubic Kobra Plus 0.4 nozzle", "Anycubic Kobra Plus 0.4 nozzle",
"Anycubic 4Max Pro 0.4 nozzle", "Anycubic 4Max Pro 0.4 nozzle",

View file

@ -19,6 +19,7 @@
"Anycubic i3 Mega S 0.4 nozzle", "Anycubic i3 Mega S 0.4 nozzle",
"Anycubic Chiron 0.4 nozzle", "Anycubic Chiron 0.4 nozzle",
"Anycubic Vyper 0.4 nozzle", "Anycubic Vyper 0.4 nozzle",
"Anycubic Kobra 0.4 nozzle",
"Anycubic Kobra Max 0.4 nozzle", "Anycubic Kobra Max 0.4 nozzle",
"Anycubic Kobra Plus 0.4 nozzle", "Anycubic Kobra Plus 0.4 nozzle",
"Anycubic 4Max Pro 0.4 nozzle", "Anycubic 4Max Pro 0.4 nozzle",

View file

@ -22,6 +22,7 @@
"Anycubic i3 Mega S 0.4 nozzle", "Anycubic i3 Mega S 0.4 nozzle",
"Anycubic Chiron 0.4 nozzle", "Anycubic Chiron 0.4 nozzle",
"Anycubic Vyper 0.4 nozzle", "Anycubic Vyper 0.4 nozzle",
"Anycubic Kobra 0.4 nozzle",
"Anycubic Kobra Max 0.4 nozzle", "Anycubic Kobra Max 0.4 nozzle",
"Anycubic Kobra Plus 0.4 nozzle", "Anycubic Kobra Plus 0.4 nozzle",
"Anycubic 4Max Pro 0.4 nozzle", "Anycubic 4Max Pro 0.4 nozzle",

View file

@ -13,6 +13,7 @@
"Anycubic i3 Mega S 0.4 nozzle", "Anycubic i3 Mega S 0.4 nozzle",
"Anycubic Chiron 0.4 nozzle", "Anycubic Chiron 0.4 nozzle",
"Anycubic Vyper 0.4 nozzle", "Anycubic Vyper 0.4 nozzle",
"Anycubic Kobra 0.4 nozzle",
"Anycubic Kobra Max 0.4 nozzle", "Anycubic Kobra Max 0.4 nozzle",
"Anycubic Kobra Plus 0.4 nozzle", "Anycubic Kobra Plus 0.4 nozzle",
"Anycubic 4Max Pro 0.4 nozzle", "Anycubic 4Max Pro 0.4 nozzle",

View file

@ -0,0 +1,114 @@
{
"type": "machine",
"setting_id": "GM001",
"name": "Anycubic Kobra 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_machine_common",
"printer_model": "Anycubic Kobra",
"default_print_profile": "0.20mm Standard @Anycubic Kobra",
"nozzle_diameter": [
"0.4"
],
"printable_area": [
"0x0",
"220x0",
"220x220",
"0x220"
],
"printable_height": "250",
"nozzle_type": "undefine",
"auxiliary_fan": "0",
"machine_max_acceleration_extruding": [
"1000",
"1000"
],
"machine_max_acceleration_retracting": [
"1000",
"1000"
],
"machine_max_acceleration_travel": [
"1000",
"1000"
],
"machine_max_acceleration_x": [
"700",
"700"
],
"machine_max_acceleration_y": [
"600",
"600"
],
"machine_max_acceleration_z": [
"50",
"50"
],
"machine_max_speed_e": [
"80",
"80"
],
"machine_max_speed_x": [
"300",
"300"
],
"machine_max_speed_y": [
"250",
"250"
],
"machine_max_speed_z": [
"20",
"20"
],
"machine_max_jerk_e": [
"10",
"10"
],
"machine_max_jerk_x": [
"20",
"20"
],
"machine_max_jerk_y": [
"20",
"20"
],
"machine_max_jerk_z": [
"0.6",
"0.6"
],
"max_layer_height": [
"0.3"
],
"min_layer_height": [
"0.05"
],
"printer_settings_id": "Anycubic",
"retraction_minimum_travel": [
"1.5"
],
"retract_before_wipe": [
"60%"
],
"retraction_length": [
"6"
],
"retract_length_toolchange": [
"1"
],
"retraction_speed": [
"40"
],
"deretraction_speed": [
"50"
],
"single_extruder_multi_material": "1",
"change_filament_gcode": "M600",
"machine_pause_gcode": "M601",
"default_filament_profile": [
"Anycubic Generic PLA"
],
"machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM204 S[machine_max_acceleration_extruding] T[machine_max_acceleration_retracting]\nM104 S[nozzle_temperature_initial_layer] ; set extruder temp\nM140 S[bed_temperature_initial_layer_single] ; set bed temp\nG28 ; home all\nG1 Y1.0 Z0.3 F1000 ; move print head up\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp\nM109 S[nozzle_temperature_initial_layer] ; wait for extruder temp\nG92 E0.0\n; initial load\nG1 X205.0 E19 F1000\nG1 Y1.6\nG1 X5.0 E19 F1000\nG92 E0.0\n; intro line\nG1 Y2.0 Z0.2 F1000\nG1 X65.0 E9.0 F1000\nG1 X105.0 E12.5 F1000\nG92 E0.0",
"machine_end_gcode": "G1 E-1.0 F2100 ; retract\nG92 E0.0\nG1{if max_layer_z < printable_height} Z{z_offset+min(max_layer_z+30, printable_height)}{endif} E-34.0 F720 ; move print head up & retract filament\nG4 ; wait\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 X0 Y105 F3000 ; park print head\nM84 ; disable motors",
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0.0\n;[layer_z]\n\n",
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
"scan_first_layer": "0"
}

View file

@ -0,0 +1,12 @@
{
"type": "machine_model",
"name": "Anycubic Kobra",
"model_id": "Anycubic-Kobra",
"nozzle_diameter": "0.4",
"machine_tech": "FFF",
"family": "Anycubic",
"bed_model": "anycubic_kobra_buildplate_model.stl",
"bed_texture": "anycubic_kobra_buildplate_texture.png",
"hotend_model": "",
"default_materials": "Anycubic Generic ABS;Anycubic Generic PLA;Anycubic Generic PLA-CF;Anycubic Generic PETG;Anycubic Generic TPU;Anycubic Generic ASA;Anycubic Generic PC;Anycubic Generic PVA;Anycubic Generic PA;Anycubic Generic PA-CF"
}

View file

@ -0,0 +1,114 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.15mm Optimal @Anycubic Kobra",
"from": "system",
"inherits": "fdm_process_common",
"instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0",
"layer_height": "0.15",
"max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic",
"bottom_shell_layers": "5",
"bottom_shell_thickness": "1.2",
"bridge_flow": "1",
"bridge_speed": "45",
"brim_width": "8",
"brim_object_gap": "0",
"compatible_printers_condition": "",
"print_sequence": "by layer",
"default_acceleration": "1000",
"top_surface_acceleration": "0",
"bridge_no_support": "0",
"draft_shield": "disabled",
"elefant_foot_compensation": "0.2",
"enable_arc_fitting": "0",
"outer_wall_line_width": "0.4",
"wall_infill_order": "inner wall/outer wall/infill",
"line_width": "0.4",
"infill_direction": "45",
"sparse_infill_density": "15%",
"sparse_infill_pattern": "grid",
"initial_layer_acceleration": "1000",
"travel_acceleration": "0",
"inner_wall_acceleration": "0",
"initial_layer_line_width": "0.4",
"initial_layer_print_height": "0.2",
"infill_combination": "0",
"sparse_infill_line_width": "0.4",
"infill_wall_overlap": "15%",
"interface_shells": "0",
"ironing_flow": "15%",
"ironing_spacing": "0.1",
"ironing_speed": "15",
"ironing_type": "no ironing",
"reduce_infill_retraction": "1",
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",
"overhang_3_4_speed": "15",
"overhang_4_4_speed": "10",
"inner_wall_line_width": "0.4",
"wall_loops": "2",
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",
"skirt_distance": "5",
"skirt_height": "1",
"skirt_loops": "4",
"skirt_speed": "60",
"minimum_sparse_infill_area": "10",
"internal_solid_infill_line_width": "0",
"spiral_mode": "0",
"standby_temperature_delta": "-5",
"enable_support": "0",
"resolution": "0.012",
"support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0",
"support_top_z_distance": "0.15",
"support_filament": "0",
"support_line_width": "0.4",
"support_interface_loop_pattern": "0",
"support_interface_filament": "0",
"support_interface_top_layers": "3",
"support_interface_bottom_layers": "-1",
"support_interface_spacing": "0.15",
"support_interface_speed": "100%",
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.15",
"support_speed": "90",
"support_threshold_angle": "65",
"support_object_xy_distance": "60%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4",
"top_shell_layers": "5",
"top_shell_thickness": "1.2",
"initial_layer_speed": "30",
"initial_layer_infill_speed": "30",
"outer_wall_speed": "60",
"precise_outer_wall": "1",
"inner_wall_speed": "60",
"internal_solid_infill_speed": "90",
"top_surface_speed": "60",
"gap_infill_speed": "30",
"sparse_infill_speed": "90",
"travel_speed": "180",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"wipe_before_external_loop": "1",
"wipe_on_loops": "1",
"elefant_foot_compensation_layers": "5",
"slowdown_for_curled_perimeters": "1",
"compatible_printers": [
"Anycubic Kobra 0.4 nozzle"
]
}

View file

@ -0,0 +1,114 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.20mm Standard @Anycubic Kobra",
"from": "system",
"inherits": "fdm_process_common",
"instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0",
"layer_height": "0.2",
"max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic",
"bottom_shell_layers": "5",
"bottom_shell_thickness": "1.2",
"bridge_flow": "1",
"bridge_speed": "45",
"brim_width": "8",
"brim_object_gap": "0",
"compatible_printers_condition": "",
"print_sequence": "by layer",
"default_acceleration": "1000",
"top_surface_acceleration": "0",
"bridge_no_support": "0",
"draft_shield": "disabled",
"elefant_foot_compensation": "0.2",
"enable_arc_fitting": "0",
"outer_wall_line_width": "0.4",
"wall_infill_order": "inner wall/outer wall/infill",
"line_width": "0.4",
"infill_direction": "45",
"sparse_infill_density": "15%",
"sparse_infill_pattern": "grid",
"initial_layer_acceleration": "1000",
"travel_acceleration": "0",
"inner_wall_acceleration": "0",
"initial_layer_line_width": "0.4",
"initial_layer_print_height": "0.2",
"infill_combination": "0",
"sparse_infill_line_width": "0.4",
"infill_wall_overlap": "15%",
"interface_shells": "0",
"ironing_flow": "15%",
"ironing_spacing": "0.1",
"ironing_speed": "15",
"ironing_type": "no ironing",
"reduce_infill_retraction": "1",
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",
"overhang_3_4_speed": "15",
"overhang_4_4_speed": "10",
"inner_wall_line_width": "0.4",
"wall_loops": "2",
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",
"skirt_distance": "5",
"skirt_height": "1",
"skirt_loops": "4",
"skirt_speed": "60",
"minimum_sparse_infill_area": "10",
"internal_solid_infill_line_width": "0",
"spiral_mode": "0",
"standby_temperature_delta": "-5",
"enable_support": "0",
"resolution": "0.012",
"support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0",
"support_top_z_distance": "0.2",
"support_filament": "0",
"support_line_width": "0.4",
"support_interface_loop_pattern": "0",
"support_interface_filament": "0",
"support_interface_top_layers": "3",
"support_interface_bottom_layers": "-1",
"support_interface_spacing": "0.2",
"support_interface_speed": "100%",
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.2",
"support_speed": "90",
"support_threshold_angle": "65",
"support_object_xy_distance": "60%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4",
"top_shell_layers": "5",
"top_shell_thickness": "1.2",
"initial_layer_speed": "30",
"initial_layer_infill_speed": "30",
"outer_wall_speed": "60",
"precise_outer_wall": "1",
"inner_wall_speed": "60",
"internal_solid_infill_speed": "90",
"top_surface_speed": "60",
"gap_infill_speed": "30",
"sparse_infill_speed": "90",
"travel_speed": "180",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"wipe_before_external_loop": "1",
"wipe_on_loops": "1",
"elefant_foot_compensation_layers": "5",
"slowdown_for_curled_perimeters": "1",
"compatible_printers": [
"Anycubic Kobra 0.4 nozzle"
]
}

View file

@ -0,0 +1,114 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.30mm Draft @Anycubic Kobra",
"from": "system",
"inherits": "fdm_process_common",
"instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0",
"layer_height": "0.3",
"max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic",
"bottom_shell_layers": "5",
"bottom_shell_thickness": "1.2",
"bridge_flow": "1",
"bridge_speed": "45",
"brim_width": "8",
"brim_object_gap": "0",
"compatible_printers_condition": "",
"print_sequence": "by layer",
"default_acceleration": "1000",
"top_surface_acceleration": "0",
"bridge_no_support": "0",
"draft_shield": "disabled",
"elefant_foot_compensation": "0.2",
"enable_arc_fitting": "0",
"outer_wall_line_width": "0.4",
"wall_infill_order": "inner wall/outer wall/infill",
"line_width": "0.4",
"infill_direction": "45",
"sparse_infill_density": "15%",
"sparse_infill_pattern": "grid",
"initial_layer_acceleration": "1000",
"travel_acceleration": "0",
"inner_wall_acceleration": "0",
"initial_layer_line_width": "0.4",
"initial_layer_print_height": "0.2",
"infill_combination": "0",
"sparse_infill_line_width": "0.4",
"infill_wall_overlap": "15%",
"interface_shells": "0",
"ironing_flow": "15%",
"ironing_spacing": "0.1",
"ironing_speed": "15",
"ironing_type": "no ironing",
"reduce_infill_retraction": "1",
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",
"overhang_3_4_speed": "15",
"overhang_4_4_speed": "10",
"inner_wall_line_width": "0.4",
"wall_loops": "2",
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",
"skirt_distance": "5",
"skirt_height": "1",
"skirt_loops": "4",
"skirt_speed": "60",
"minimum_sparse_infill_area": "10",
"internal_solid_infill_line_width": "0",
"spiral_mode": "0",
"standby_temperature_delta": "-5",
"enable_support": "0",
"resolution": "0.012",
"support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0",
"support_top_z_distance": "0.3",
"support_filament": "0",
"support_line_width": "0.4",
"support_interface_loop_pattern": "0",
"support_interface_filament": "0",
"support_interface_top_layers": "3",
"support_interface_bottom_layers": "-1",
"support_interface_spacing": "0.3",
"support_interface_speed": "100%",
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.3",
"support_speed": "90",
"support_threshold_angle": "65",
"support_object_xy_distance": "60%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4",
"top_shell_layers": "5",
"top_shell_thickness": "1.2",
"initial_layer_speed": "30",
"initial_layer_infill_speed": "30",
"outer_wall_speed": "60",
"precise_outer_wall": "1",
"inner_wall_speed": "60",
"internal_solid_infill_speed": "90",
"top_surface_speed": "60",
"gap_infill_speed": "30",
"sparse_infill_speed": "90",
"travel_speed": "180",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"wipe_before_external_loop": "1",
"wipe_on_loops": "1",
"elefant_foot_compensation_layers": "5",
"slowdown_for_curled_perimeters": "1",
"compatible_printers": [
"Anycubic Kobra 0.4 nozzle"
]
}

View file

@ -1,6 +1,6 @@
{ {
"name": "Artillery", "name": "Artillery",
"version": "02.01.01.00", "version": "02.02.00.01",
"force_update": "0", "force_update": "0",
"description": "Artillery configurations", "description": "Artillery configurations",
"machine_model_list": [ "machine_model_list": [

View file

@ -74,6 +74,12 @@
], ],
"close_fan_the_first_x_layers": [ "close_fan_the_first_x_layers": [
"3" "3"
],
"enable_pressure_advance": [
"1"
],
"pressure_advance": [
"0.05"
], ],
"version": "2.0.2.0" "version": "2.0.2.0"
} }

View file

@ -74,6 +74,12 @@
], ],
"overhang_fan_speed": [ "overhang_fan_speed": [
"90" "90"
],
"enable_pressure_advance": [
"1"
],
"pressure_advance": [
"0.05"
], ],
"version": "2.0.2.0" "version": "2.0.2.0"
} }

View file

@ -53,6 +53,12 @@
], ],
"temperature_vitrification": [ "temperature_vitrification": [
"190" "190"
],
"enable_pressure_advance": [
"1"
],
"pressure_advance": [
"0.046"
], ],
"version": "2.0.2.0" "version": "2.0.2.0"
} }

View file

@ -53,6 +53,12 @@
], ],
"temperature_vitrification": [ "temperature_vitrification": [
"190" "190"
],
"enable_pressure_advance": [
"1"
],
"pressure_advance": [
"0.046"
], ],
"version": "2.0.2.0" "version": "2.0.2.0"
} }

View file

@ -53,6 +53,12 @@
], ],
"temperature_vitrification": [ "temperature_vitrification": [
"190" "190"
],
"enable_pressure_advance": [
"1"
],
"pressure_advance": [
"0.046"
], ],
"version": "2.0.2.0" "version": "2.0.2.0"
} }

View file

@ -59,6 +59,12 @@
], ],
"hot_plate_temp_initial_layer": [ "hot_plate_temp_initial_layer": [
"65" "65"
],
"enable_pressure_advance": [
"1"
],
"pressure_advance": [
"0.046"
], ],
"version": "2.0.2.0" "version": "2.0.2.0"
} }

View file

@ -71,6 +71,12 @@
], ],
"overhang_fan_threshold": [ "overhang_fan_threshold": [
"95%" "95%"
],
"enable_pressure_advance": [
"1"
],
"pressure_advance": [
"0.06"
], ],
"version": "2.0.2.0" "version": "2.0.2.0"
} }

View file

@ -137,7 +137,7 @@
"0.4" "0.4"
], ],
"nozzle_hrc": "0", "nozzle_hrc": "0",
"nozzle_type": "hardened_steel", "nozzle_type": "brass",
"nozzle_volume": "0", "nozzle_volume": "0",
"parking_pos_retraction": "92", "parking_pos_retraction": "92",
"preferred_orientation": "0", "preferred_orientation": "0",

View file

@ -137,7 +137,7 @@
"0.08" "0.08"
], ],
"nozzle_hrc": "0", "nozzle_hrc": "0",
"nozzle_type": "hardened_steel", "nozzle_type": "brass",
"nozzle_volume": "0", "nozzle_volume": "0",
"parking_pos_retraction": "92", "parking_pos_retraction": "92",
"preferred_orientation": "0", "preferred_orientation": "0",

View file

@ -56,7 +56,7 @@
"host_type": "octoprint", "host_type": "octoprint",
"is_custom_defined": "0", "is_custom_defined": "0",
"layer_change_gcode": "G92 E0", "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 X5 Y280 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_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", "machine_load_filament_time": "0",
"machine_max_acceleration_e": [ "machine_max_acceleration_e": [
"6000", "6000",
@ -127,7 +127,7 @@
"0" "0"
], ],
"machine_pause_gcode": "M600", "machine_pause_gcode": "M600",
"machine_start_gcode": "M140 S60\nM104 S140\nM190 S[first_layer_bed_temperature]\nM109 S{temperature_vitrification[0]}\nG28;\nNOZZLE_WIPE\nM140 S[first_layer_bed_temperature];\nM104 S[first_layer_temperature];\nDRAW_LINE_ONLY", "machine_start_gcode": "M104 S140\nM190 S[first_layer_bed_temperature]\nM109 S{temperature_vitrification[0]}\nG28;\nG1 X230 Y300 Z10 F5000\nSET_KINEMATIC_POSITION Y=0\nG1 Y20 F4000\nG1 X230 F4000\nG1 Z-1 F600 \nG1 X270 F4000\nG1 Y25 F4000\nG1 X230 F4000\nG92 E0\nG1 Z10 F1200\nG1 Y0 F5000\nG1 E-1 F3000\nM400\nSET_KINEMATIC_POSITION Y=300\nG92 E-1\nM140 S[first_layer_bed_temperature];\nM104 S[first_layer_temperature];\nG1 X0 Y0.8 Z0.8 F18000\nG92 E0\nG1 X0 Y0.8 Z0.3 E8 F600\nG92 E0\nG1 X200 Y0.8 Z0.3 F1800.0 E20.0;draw line\nG92 E0\nG1 X200 Y0 Z0.3 F1800.0 E0.08;draw line\nG92 E0\nG1 X100 Y0 Z0.3 F1800.0 E10.0;draw line\nG92 E0\nG1 X100 Y1.6 Z0.3 F1800.0 E0.16;draw line\nG92 E0\nG1 X180 Y1.6 Z0.3 F1800.0 E8;draw line\nG92 E0\nG1 X180 Y0 Z0.3 F1800.0 E0.16;draw line\nG92 E0\nG1 E-1 Z5 F18000\nG92 E0",
"machine_unload_filament_time": "0", "machine_unload_filament_time": "0",
"manual_filament_change": "0", "manual_filament_change": "0",
"max_layer_height": [ "max_layer_height": [
@ -137,7 +137,7 @@
"0.08" "0.08"
], ],
"nozzle_hrc": "0", "nozzle_hrc": "0",
"nozzle_type": "hardened_steel", "nozzle_type": "brass",
"nozzle_volume": "0", "nozzle_volume": "0",
"parking_pos_retraction": "92", "parking_pos_retraction": "92",
"preferred_orientation": "0", "preferred_orientation": "0",
@ -146,8 +146,8 @@
"printable_area": [ "printable_area": [
"0x0", "0x0",
"300x0", "300x0",
"300x300", "300x310",
"0x300" "0x310"
], ],
"printable_height": "400", "printable_height": "400",
"printer_notes": "", "printer_notes": "",

View file

@ -56,7 +56,7 @@
"host_type": "octoprint", "host_type": "octoprint",
"is_custom_defined": "0", "is_custom_defined": "0",
"layer_change_gcode": "G92 E0", "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 X5 Y200 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_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", "machine_load_filament_time": "0",
"machine_max_acceleration_e": [ "machine_max_acceleration_e": [
"5000", "5000",
@ -127,7 +127,7 @@
"0" "0"
], ],
"machine_pause_gcode": "M600", "machine_pause_gcode": "M600",
"machine_start_gcode": "M140 S60\nM104 S140\nM190 S[first_layer_bed_temperature]\nM109 S{temperature_vitrification[0]}\nG28;\nNOZZLE_WIPE\nM140 S[first_layer_bed_temperature];\nM104 S[first_layer_temperature];\nDRAW_LINE_ONLY", "machine_start_gcode": "M104 S140\nM190 S[first_layer_bed_temperature]\nM109 S{temperature_vitrification[0]}\nG28;\nG1 X180 Y247 Z10 F5000\nSET_KINEMATIC_POSITION Y=0\nG1 Y11 F4000\nG1 X180 F4000\nG1 Z-1 F600 \nG1 X230 F4000\nG1 Y15 F4000\nG1 X180 F4000\nG92 E0\nG1 Z10 F1200\nG1 Y0 F5000\nG1 E-1 F3000\nM400\nSET_KINEMATIC_POSITION Y=247\nG92 E-1\nM140 S[first_layer_bed_temperature];\nM104 S[first_layer_temperature];\nG1 X0 Y0.8 Z0.8 F18000\nG92 E0\nG1 X0 Y0.8 Z0.3 E8 F600\nG92 E0\nG1 X170 Y0.8 Z0.3 F1800.0 E17.0;draw line\nG92 E0\nG1 X170 Y0 Z0.3 F1800.0 E0.08;draw line\nG92 E0\nG1 X70 Y0 Z0.3 F1800.0 E10.0;draw line\nG92 E0\nG1 X70 Y1.6 Z0.3 F1800.0 E0.16;draw line\nG92 E0\nG1 X150 Y1.6 Z0.3 F1800.0 E8;draw line\nG92 E0\nG1 X150 Y0 Z0.3 F1800.0 E0.16;draw line\nG92 E0\nG1 E-1 Z5 F18000\nG92 E0\n",
"machine_unload_filament_time": "0", "machine_unload_filament_time": "0",
"manual_filament_change": "0", "manual_filament_change": "0",
"max_layer_height": [ "max_layer_height": [
@ -137,7 +137,7 @@
"0.08" "0.08"
], ],
"nozzle_hrc": "0", "nozzle_hrc": "0",
"nozzle_type": "hardened_steel", "nozzle_type": "brass",
"nozzle_volume": "0", "nozzle_volume": "0",
"parking_pos_retraction": "92", "parking_pos_retraction": "92",
"preferred_orientation": "0", "preferred_orientation": "0",
@ -146,8 +146,8 @@
"printable_area": [ "printable_area": [
"0x0", "0x0",
"240x0", "240x0",
"240x240", "240x250",
"0x240" "0x250"
], ],
"printable_height": "260", "printable_height": "260",
"printer_notes": "", "printer_notes": "",

View file

@ -1,7 +1,7 @@
{ {
"name": "Bambulab", "name": "Bambulab",
"url": "http://www.bambulab.com/Parameters/vendor/BBL.json", "url": "http://www.bambulab.com/Parameters/vendor/BBL.json",
"version": "01.09.00.18", "version": "01.09.00.23",
"force_update": "0", "force_update": "0",
"description": "the initial version of BBL configurations", "description": "the initial version of BBL configurations",
"machine_model_list": [ "machine_model_list": [
@ -937,6 +937,14 @@
"name": "Generic PPS @base", "name": "Generic PPS @base",
"sub_path": "filament/Generic PPS @base.json" "sub_path": "filament/Generic PPS @base.json"
}, },
{
"name": "Bambu PPS-CF @base",
"sub_path": "filament/Bambu PPS-CF @base.json"
},
{
"name": "Bambu PPA-CF @base",
"sub_path": "filament/Bambu PPA-CF @base.json"
},
{ {
"name": "Generic PPA-CF @base", "name": "Generic PPA-CF @base",
"sub_path": "filament/Generic PPA-CF @base.json" "sub_path": "filament/Generic PPA-CF @base.json"
@ -2345,6 +2353,18 @@
"name": "Generic PPS @BBL X1E", "name": "Generic PPS @BBL X1E",
"sub_path": "filament/Generic PPS @BBL X1E.json" "sub_path": "filament/Generic PPS @BBL X1E.json"
}, },
{
"name": "Bambu PPS-CF @BBL X1E",
"sub_path": "filament/Bambu PPS-CF @BBL X1E.json"
},
{
"name": "Bambu PPA-CF @BBL X1C",
"sub_path": "filament/Bambu PPA-CF @BBL X1C.json"
},
{
"name": "Bambu PPA-CF @BBL X1E",
"sub_path": "filament/Bambu PPA-CF @BBL X1E.json"
},
{ {
"name": "Generic PPA-CF @BBL X1E", "name": "Generic PPA-CF @BBL X1E",
"sub_path": "filament/Generic PPA-CF @BBL X1E.json" "sub_path": "filament/Generic PPA-CF @BBL X1E.json"

View file

@ -0,0 +1,22 @@
{
"type": "filament",
"setting_id": "GFSN06_00",
"name": "Bambu PPA-CF @BBL X1C",
"from": "system",
"instantiation": "true",
"inherits": "Bambu PPA-CF @base",
"compatible_printers": [
"Bambu Lab X1 Carbon 0.4 nozzle",
"Bambu Lab X1 0.4 nozzle",
"Bambu Lab X1 0.8 nozzle",
"Bambu Lab X1 0.6 nozzle",
"Bambu Lab X1 Carbon 0.6 nozzle",
"Bambu Lab X1 Carbon 0.8 nozzle",
"Bambu Lab P1P 0.4 nozzle",
"Bambu Lab P1P 0.6 nozzle",
"Bambu Lab P1P 0.8 nozzle",
"Bambu Lab P1S 0.6 nozzle",
"Bambu Lab P1S 0.4 nozzle",
"Bambu Lab P1S 0.8 nozzle"
]
}

View file

@ -0,0 +1,16 @@
{
"type": "filament",
"setting_id": "GFSN06_01",
"name": "Bambu PPA-CF @BBL X1E",
"from": "system",
"instantiation": "true",
"inherits": "Bambu PPA-CF @base",
"chamber_temperatures": [
"60"
],
"compatible_printers": [
"Bambu Lab X1E 0.4 nozzle",
"Bambu Lab X1E 0.6 nozzle",
"Bambu Lab X1E 0.8 nozzle"
]
}

View file

@ -0,0 +1,9 @@
{
"type": "filament",
"name": "Bambu PPA-CF @base",
"inherits": "fdm_filament_ppa",
"from": "system",
"filament_id": "GFN06",
"instantiation": "false",
"description": "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."
}

View file

@ -0,0 +1,13 @@
{
"type": "filament",
"name": "Bambu PPS-CF @BBL X1E",
"inherits": "Bambu PPS-CF @base",
"from": "system",
"setting_id": "GFST02_00",
"instantiation": "true",
"compatible_printers": [
"Bambu Lab X1E 0.4 nozzle",
"Bambu Lab X1E 0.6 nozzle",
"Bambu Lab X1E 0.8 nozzle"
]
}

View file

@ -0,0 +1,41 @@
{
"type": "filament",
"name": "Bambu PPS-CF @base",
"inherits": "fdm_filament_pps",
"from": "system",
"filament_id": "GFT02",
"instantiation": "false",
"fan_max_speed": [
"30"
],
"filament_cost": [
"175"
],
"filament_density": [
"1.26"
],
"filament_max_volumetric_speed": [
"6"
],
"filament_type": [
"PPS-CF"
],
"filament_vendor": [
"Bambu Lab"
],
"nozzle_temperature_range_high": [
"350"
],
"nozzle_temperature_range_low": [
"310"
],
"overhang_fan_threshold": [
"25%"
],
"required_nozzle_HRC": [
"40"
],
"temperature_vitrification": [
"220"
]
}

View file

@ -6,18 +6,45 @@
"filament_id": "GFN99", "filament_id": "GFN99",
"setting_id": "GFSN98_10", "setting_id": "GFSN98_10",
"instantiation": "true", "instantiation": "true",
"fan_cooling_layer_time": [
"60"
],
"fan_max_speed": [
"85"
],
"fan_min_speed": [
"40"
],
"filament_max_volumetric_speed": [ "filament_max_volumetric_speed": [
"16" "12"
], ],
"nozzle_temperature": [ "nozzle_temperature": [
"280" "260"
], ],
"nozzle_temperature_initial_layer": [ "nozzle_temperature_initial_layer": [
"260"
],
"nozzle_temperature_range_high": [
"280" "280"
], ],
"nozzle_temperature_range_low": [
"240"
],
"overhang_fan_speed": [
"95"
],
"overhang_fan_threshold": [
"10%"
],
"required_nozzle_HRC": [ "required_nozzle_HRC": [
"3" "3"
], ],
"slow_down_layer_time": [
"8"
],
"slow_down_min_speed": [
"10"
],
"compatible_printers": [ "compatible_printers": [
"Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.4 nozzle",
"Bambu Lab P1P 0.6 nozzle", "Bambu Lab P1P 0.6 nozzle",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -2,12 +2,12 @@
"type": "machine_model", "type": "machine_model",
"name": "Bambu Lab A1 mini", "name": "Bambu Lab A1 mini",
"nozzle_diameter": "0.4;0.2;0.6;0.8", "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-A1M.stl", "bed_model": "bbl-3dp-A1M.stl",
"bed_texture": "bbl-3dp-logo.svg", "bed_texture": "bbl-3dp-logo.svg",
"default_bed_type": "Textured PEI Plate", "default_bed_type": "Textured PEI Plate",
"family": "BBL-3DP", "family": "BBL-3DP",
"machine_tech": "FFF", "machine_tech": "FFF",
"model_id": "N1", "model_id": "N1",
"url": "http://www.bambulab.com/Parameters/printer_model/Bambu Lab X1.json", "default_materials": "Bambu PLA Matte @BBL A1M;Bambu PLA Basic @BBL A1M;Bambu PLA Silk @BBL A1M;Bambu Support For PLA @BBL A1M;Bambu TPU 95A @BBL A1M;Generic PLA @BBL A1M;Generic PLA High Speed @BBL A1M;Bambu PLA Metal @BBL A1M;Generic PETG @BBL A1M;Bambu PLA Marble @BBL A1M;Bambu PLA-CF @BBL A1M;Bambu PETG-CF @BBL A1M;Bambu PETG HF @BBL A1M"
"default_materials": "Bambu PLA Matte @BBL A1M;Bambu PLA Basic @BBL A1M;Bambu PLA Silk @BBL A1M;Bambu Support For PLA @BBL A1M;Bambu PETG Basic @BBL A1M 0.4 nozzle;Bambu TPU 95A @BBL A1M;Generic PLA @BBL A1M;Generic PLA High Speed @BBL A1M;Bambu PLA Metal @BBL A1M;Generic PETG @BBL A1M;Bambu PLA Marble @BBL A1M;Bambu PLA-CF @BBL A1M;Bambu PETG-CF @BBL A1M"
} }

View file

@ -12,7 +12,7 @@
"initial_layer_speed": "16", "initial_layer_speed": "16",
"outer_wall_acceleration": "2000", "outer_wall_acceleration": "2000",
"outer_wall_speed": "60", "outer_wall_speed": "60",
"sparse_infill_pattern": "crosshatch", "sparse_infill_pattern": "gyroid",
"travel_speed": "700", "travel_speed": "700",
"compatible_printers": [ "compatible_printers": [
"Bambu Lab A1 0.2 nozzle" "Bambu Lab A1 0.2 nozzle"

View file

@ -11,7 +11,7 @@
"initial_layer_speed": "16", "initial_layer_speed": "16",
"outer_wall_acceleration": "2000", "outer_wall_acceleration": "2000",
"outer_wall_speed": "60", "outer_wall_speed": "60",
"sparse_infill_pattern": "crosshatch", "sparse_infill_pattern": "gyroid",
"travel_speed": "700", "travel_speed": "700",
"compatible_printers": [ "compatible_printers": [
"Bambu Lab A1 mini 0.2 nozzle" "Bambu Lab A1 mini 0.2 nozzle"

View file

@ -10,7 +10,7 @@
"elefant_foot_compensation": "0.15", "elefant_foot_compensation": "0.15",
"outer_wall_acceleration": "2000", "outer_wall_acceleration": "2000",
"outer_wall_speed": "60", "outer_wall_speed": "60",
"sparse_infill_pattern": "crosshatch", "sparse_infill_pattern": "gyroid",
"compatible_printers": [ "compatible_printers": [
"Bambu Lab P1P 0.2 nozzle" "Bambu Lab P1P 0.2 nozzle"
] ]

View file

@ -10,7 +10,9 @@
"elefant_foot_compensation": "0.15", "elefant_foot_compensation": "0.15",
"outer_wall_acceleration": "2000", "outer_wall_acceleration": "2000",
"outer_wall_speed": "60", "outer_wall_speed": "60",
"sparse_infill_pattern": "crosshatch", "sparse_infill_pattern": "gyroid",
"smooth_coefficient": "150",
"overhang_totally_speed": "50",
"compatible_printers": [ "compatible_printers": [
"Bambu Lab X1 Carbon 0.2 nozzle", "Bambu Lab X1 Carbon 0.2 nozzle",
"Bambu Lab X1 0.2 nozzle", "Bambu Lab X1 0.2 nozzle",

View file

@ -7,6 +7,8 @@
"instantiation": "true", "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.", "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.",
"elefant_foot_compensation": "0.15", "elefant_foot_compensation": "0.15",
"smooth_coefficient": "150",
"overhang_totally_speed": "50",
"compatible_printers": [ "compatible_printers": [
"Bambu Lab X1 Carbon 0.2 nozzle", "Bambu Lab X1 Carbon 0.2 nozzle",
"Bambu Lab X1 0.2 nozzle", "Bambu Lab X1 0.2 nozzle",

View file

@ -6,6 +6,8 @@
"setting_id": "GP001", "setting_id": "GP001",
"instantiation": "true", "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.", "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.",
"smooth_coefficient": "150",
"overhang_totally_speed": "50",
"compatible_printers": [ "compatible_printers": [
"Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.4 nozzle",
"Bambu Lab X1 0.4 nozzle", "Bambu Lab X1 0.4 nozzle",

View file

@ -12,7 +12,7 @@
"initial_layer_speed": "16", "initial_layer_speed": "16",
"outer_wall_acceleration": "2000", "outer_wall_acceleration": "2000",
"outer_wall_speed": "60", "outer_wall_speed": "60",
"sparse_infill_pattern": "crosshatch", "sparse_infill_pattern": "gyroid",
"travel_speed": "700", "travel_speed": "700",
"compatible_printers": [ "compatible_printers": [
"Bambu Lab A1 0.2 nozzle" "Bambu Lab A1 0.2 nozzle"

View file

@ -13,7 +13,7 @@
"internal_solid_infill_speed": "150", "internal_solid_infill_speed": "150",
"outer_wall_acceleration": "2000", "outer_wall_acceleration": "2000",
"outer_wall_speed": "60", "outer_wall_speed": "60",
"sparse_infill_pattern": "crosshatch", "sparse_infill_pattern": "gyroid",
"sparse_infill_speed": "150", "sparse_infill_speed": "150",
"top_surface_speed": "150", "top_surface_speed": "150",
"travel_speed": "700", "travel_speed": "700",

View file

@ -11,7 +11,7 @@
"initial_layer_speed": "16", "initial_layer_speed": "16",
"outer_wall_acceleration": "2000", "outer_wall_acceleration": "2000",
"outer_wall_speed": "60", "outer_wall_speed": "60",
"sparse_infill_pattern": "crosshatch", "sparse_infill_pattern": "gyroid",
"travel_speed": "700", "travel_speed": "700",
"compatible_printers": [ "compatible_printers": [
"Bambu Lab A1 mini 0.2 nozzle" "Bambu Lab A1 mini 0.2 nozzle"

View file

@ -13,7 +13,7 @@
"internal_solid_infill_speed": "150", "internal_solid_infill_speed": "150",
"outer_wall_acceleration": "2000", "outer_wall_acceleration": "2000",
"outer_wall_speed": "60", "outer_wall_speed": "60",
"sparse_infill_pattern": "crosshatch", "sparse_infill_pattern": "gyroid",
"sparse_infill_speed": "150", "sparse_infill_speed": "150",
"top_surface_speed": "150", "top_surface_speed": "150",
"travel_speed": "700", "travel_speed": "700",

View file

@ -10,7 +10,7 @@
"elefant_foot_compensation": "0.15", "elefant_foot_compensation": "0.15",
"outer_wall_acceleration": "2000", "outer_wall_acceleration": "2000",
"outer_wall_speed": "60", "outer_wall_speed": "60",
"sparse_infill_pattern": "crosshatch", "sparse_infill_pattern": "gyroid",
"compatible_printers": [ "compatible_printers": [
"Bambu Lab P1P 0.2 nozzle" "Bambu Lab P1P 0.2 nozzle"
] ]

View file

@ -13,7 +13,7 @@
"internal_solid_infill_speed": "150", "internal_solid_infill_speed": "150",
"outer_wall_acceleration": "2000", "outer_wall_acceleration": "2000",
"outer_wall_speed": "60", "outer_wall_speed": "60",
"sparse_infill_pattern": "crosshatch", "sparse_infill_pattern": "gyroid",
"sparse_infill_speed": "150", "sparse_infill_speed": "150",
"top_surface_speed": "150", "top_surface_speed": "150",
"compatible_printers": [ "compatible_printers": [

View file

@ -10,7 +10,9 @@
"elefant_foot_compensation": "0.15", "elefant_foot_compensation": "0.15",
"outer_wall_acceleration": "2000", "outer_wall_acceleration": "2000",
"outer_wall_speed": "60", "outer_wall_speed": "60",
"sparse_infill_pattern": "crosshatch", "sparse_infill_pattern": "gyroid",
"smooth_coefficient": "150",
"overhang_totally_speed": "50",
"compatible_printers": [ "compatible_printers": [
"Bambu Lab X1 Carbon 0.2 nozzle", "Bambu Lab X1 Carbon 0.2 nozzle",
"Bambu Lab X1 0.2 nozzle", "Bambu Lab X1 0.2 nozzle",

View file

@ -12,9 +12,11 @@
"internal_solid_infill_speed": "150", "internal_solid_infill_speed": "150",
"outer_wall_acceleration": "2000", "outer_wall_acceleration": "2000",
"outer_wall_speed": "60", "outer_wall_speed": "60",
"sparse_infill_pattern": "crosshatch", "sparse_infill_pattern": "gyroid",
"sparse_infill_speed": "150", "sparse_infill_speed": "150",
"top_surface_speed": "150", "top_surface_speed": "150",
"smooth_coefficient": "150",
"overhang_totally_speed": "50",
"compatible_printers": [ "compatible_printers": [
"Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.4 nozzle",
"Bambu Lab X1 0.4 nozzle", "Bambu Lab X1 0.4 nozzle",

View file

@ -7,6 +7,8 @@
"instantiation": "true", "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.", "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.",
"elefant_foot_compensation": "0.15", "elefant_foot_compensation": "0.15",
"smooth_coefficient": "150",
"overhang_totally_speed": "50",
"compatible_printers": [ "compatible_printers": [
"Bambu Lab X1 Carbon 0.2 nozzle", "Bambu Lab X1 Carbon 0.2 nozzle",
"Bambu Lab X1 0.2 nozzle", "Bambu Lab X1 0.2 nozzle",

View file

@ -12,7 +12,7 @@
"initial_layer_speed": "16", "initial_layer_speed": "16",
"outer_wall_acceleration": "2000", "outer_wall_acceleration": "2000",
"outer_wall_speed": "60", "outer_wall_speed": "60",
"sparse_infill_pattern": "crosshatch", "sparse_infill_pattern": "gyroid",
"travel_speed": "700", "travel_speed": "700",
"compatible_printers": [ "compatible_printers": [
"Bambu Lab A1 0.2 nozzle" "Bambu Lab A1 0.2 nozzle"

View file

@ -12,7 +12,7 @@
"initial_layer_speed": "16", "initial_layer_speed": "16",
"outer_wall_acceleration": "2000", "outer_wall_acceleration": "2000",
"outer_wall_speed": "60", "outer_wall_speed": "60",
"sparse_infill_pattern": "crosshatch", "sparse_infill_pattern": "gyroid",
"travel_speed": "700", "travel_speed": "700",
"compatible_printers": [ "compatible_printers": [
"Bambu Lab A1 mini 0.2 nozzle" "Bambu Lab A1 mini 0.2 nozzle"

View file

@ -10,7 +10,7 @@
"elefant_foot_compensation": "0.15", "elefant_foot_compensation": "0.15",
"outer_wall_acceleration": "2000", "outer_wall_acceleration": "2000",
"outer_wall_speed": "60", "outer_wall_speed": "60",
"sparse_infill_pattern": "crosshatch", "sparse_infill_pattern": "gyroid",
"compatible_printers": [ "compatible_printers": [
"Bambu Lab P1P 0.2 nozzle" "Bambu Lab P1P 0.2 nozzle"
] ]

View file

@ -10,7 +10,9 @@
"elefant_foot_compensation": "0.15", "elefant_foot_compensation": "0.15",
"outer_wall_acceleration": "2000", "outer_wall_acceleration": "2000",
"outer_wall_speed": "60", "outer_wall_speed": "60",
"sparse_infill_pattern": "crosshatch", "sparse_infill_pattern": "gyroid",
"smooth_coefficient": "150",
"overhang_totally_speed": "50",
"compatible_printers": [ "compatible_printers": [
"Bambu Lab X1 Carbon 0.2 nozzle", "Bambu Lab X1 Carbon 0.2 nozzle",
"Bambu Lab X1 0.2 nozzle", "Bambu Lab X1 0.2 nozzle",

View file

@ -7,6 +7,8 @@
"instantiation": "true", "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.", "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.",
"elefant_foot_compensation": "0.15", "elefant_foot_compensation": "0.15",
"smooth_coefficient": "150",
"overhang_totally_speed": "50",
"compatible_printers": [ "compatible_printers": [
"Bambu Lab X1 Carbon 0.2 nozzle", "Bambu Lab X1 Carbon 0.2 nozzle",
"Bambu Lab X1 0.2 nozzle", "Bambu Lab X1 0.2 nozzle",

View file

@ -6,6 +6,8 @@
"setting_id": "GP002", "setting_id": "GP002",
"instantiation": "true", "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.", "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.",
"smooth_coefficient": "150",
"overhang_totally_speed": "50",
"compatible_printers": [ "compatible_printers": [
"Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.4 nozzle",
"Bambu Lab X1 0.4 nozzle", "Bambu Lab X1 0.4 nozzle",

View file

@ -13,7 +13,7 @@
"internal_solid_infill_speed": "180", "internal_solid_infill_speed": "180",
"outer_wall_acceleration": "2000", "outer_wall_acceleration": "2000",
"outer_wall_speed": "60", "outer_wall_speed": "60",
"sparse_infill_pattern": "crosshatch", "sparse_infill_pattern": "gyroid",
"sparse_infill_speed": "180", "sparse_infill_speed": "180",
"top_surface_speed": "150", "top_surface_speed": "150",
"travel_speed": "700", "travel_speed": "700",

Some files were not shown because too many files have changed in this diff Show more