Compare commits

..
137 Commits
Author SHA1 Message Date
SoftFever fb032cd85f Fixed an issue that if Orca was invoke by associated files, local data_dir was not used (#7049)
# Description

fixed #6987
# Screenshots/Recordings/Graphs

<!--
> Please attach relevant screenshots to showcase the UI changes.
> Please attach images that can help explain the changes.
-->

## Tests

<!--
> Please describe the tests that you have conducted to verify the
changes made in this PR.
-->
2024-10-08 20:29:40 +08:00
SoftFever eb195da546 Better way to find exe path 2024-10-08 18:09:03 +08:00
SoftFever 2cc44feb66 bump version to 2.2.0-rc 2024-10-08 00:03:23 +08:00
SoftFever 8097becedd Shows extruder's values on filament's Setting Overrides tab. (#6370)
# Description
The idea behind this PR is to make it easier for the users to tweak
filament setting overrides i.e. reduce number of times users have to
switch between the printer and filament settings to compare the values.

# Screenshots/Recordings/Graphs

![image](https://github.com/user-attachments/assets/7221883e-74cd-4322-847a-800880e59c4b)

![image](https://github.com/user-attachments/assets/6019a0f4-b824-4a76-82e2-00e54f282c12)


![image](https://github.com/user-attachments/assets/75589d5d-0ba5-4c8c-8cb5-e23e67cd9e52)

![image](https://github.com/user-attachments/assets/b38f5000-20e0-48eb-afef-49787c9fec3b)

## Tests
I've done some manual testing to confirm:
* Override setting with the same value as extruder is still shown as a
change.
* Resetting unsaved override setting back to original value still works
as expected.
* Override settings are shown correctly on the next load after a save.
* Extruder settings changes are reflected on Settings Overrides page.

## Other
I have discovered a strange behaviour between `Filament Settings` and
`Printer Settings` windows. On a fresh load of application opening
`Filament Settings` window, navigating to `Settings Overrides` tab and
then closing the window results in `Filament` tab being opened the next
time `Filament Settings` window is opened. But if you open `Printer
settings` window, navigate to `Extruder` or `Motion ability` tabs then
the application changes the behaviour to open the last visited tab by
the user for both of the windows. I'm mentioning this because when this
happens the flow of events in the application changes and causes my
change to break until the user changes a tab. As far as I can tell for
some reason ConfigOptionsGroup's `reload_config` method is starting to
get called (second time?) after TabFilament's
`update_filament_overrides_page` method which wipes out the values set
by me. I'm not sure which is the correct behaviour, so I left that for a
discussion here. If last visited tab is the correct behaviour, then I
would need help to figure out how to fix this problem.
2024-10-07 21:42:11 +08:00
SoftFever 09672ea90c Merge branch 'main' into feature/show-extruder-values-on-filament-overrides-tab 2024-10-07 19:43:50 +08:00
SoftFever 72a797de08 Update project structure to match BambuStudio's support code (#6967)
This PR moves the code around without any functional changes, so that all code related to supports now placed at the same location & structure as BambuStudio.

This makes merging updates from BambuStudio much easier in the future.
2024-10-07 18:27:47 +08:00
SoftFever e73593c102 Merge branch 'main' into dev/bbs-support 2024-10-07 18:10:58 +08:00
SoftFever 5b6fa0b770 update snapmaker profiles (#7012)
- add filament Breakaway
- add preheat configs
- fix `prime_volume`
2024-10-07 18:10:49 +08:00
SoftFever 1c43b2902c fix a build error 2024-10-07 18:10:14 +08:00
Dylan 78ea8d84f3 Merge branch 'main' into sm-profiles 2024-10-07 16:45:59 +08:00
SoftFever 338f89a15b Merge branch 'main' into dev/bbs-support 2024-10-07 16:44:01 +08:00
SoftFever 89d04ab9e9 General improvments to RatRig V-Core 4 & V-Core 4 HYBRID (#5966)
Resolves #5932

**The following changes made are made to all V-Core 4 versions** 

- Improved cover's quality 

![after](https://github.com/SoftFever/OrcaSlicer/assets/103969142/ecc22214-4e5e-4286-9baf-ce67e67912c7)
- Added RatRig's PunkFil ABS, PETG, and PETG CF filaments
- Added PETG-CF10 filament type & RatRig to filament vendors
- Increased max z speed to 200 from 50 and max acceleration travel to
10,000 from 9,000
- Enabled wipe and z hop, as well as, increased retract before wipe to
70% from 0%
- Improved layer change G-Code
- Fixed pause G-Code
- Added extruder clearance parameters 

*Almost all of these changes come from @nameisCruzCruz in #5932
2024-10-07 16:43:42 +08:00
SoftFever 17c0abbe32 Export negative parts (#7024)
Porting from Prusa exporting negative parts.

Before:

![image](https://github.com/user-attachments/assets/a5e041ce-7f0f-44e5-95ea-0a8b11252cc4)

After:

![image](https://github.com/user-attachments/assets/f0a6f6bb-13c7-4a6e-afb3-7631e2f4f634)
2024-10-07 16:42:12 +08:00
SoftFever 01ffeb6b86 Add Creality K1 SE, K2 Plus, & CR-M4 (#7002)
Closes #6984, closes #6707, closes #6957
2024-10-07 16:40:56 +08:00
SoftFever 7422c7957f making all four corners of the grid sharp instead of round (#6993)
# Simple visual change 

Currently, the grid has 3 round corners and 1 sharp corner. It seems
like bambu lab hard coded this specifically to fit their bed model. As a
non-bambu user, I dont like how the corners look.
![Screenshot 2024-10-02
152326](https://github.com/user-attachments/assets/ba905ed1-3557-488e-adb2-ea1ea93bb1cc)
![Screenshot 2024-10-02
152435](https://github.com/user-attachments/assets/7a2ec002-87c3-46ab-b5ff-8174c20890e3)

Another point I'd like to bring up is that rounded corners do not match
the boundary detection box.


## Tests
Tested locally on windows and macos.
2024-10-07 16:37:56 +08:00
SoftFever 9fbab1407f FIX: CLI: fix an exception when parsing scale params (#6969)
# Description

This PR aims to solve an exception when using OrcaSlicer in CLI which
caused the --scale option to not work.
All credits to @lanewei120 from BambuStudio for pushing it on BS repo.

Related commit on BS:

https://github.com/bambulab/BambuStudio/commit/2d4655e780e85e84445bb0b1987445e9e8d66b95#diff-2fa194122e892282ec589e51d5f7da65da83ec0488ced4b63930345d1273a353R3797
Related issue on BS:
https://github.com/bambulab/BambuStudio/issues/4628
Related issue on Orca:
https://github.com/SoftFever/OrcaSlicer/issues/6454
fixes #6454
## Tests

```
./orca-slicer.exe --scale 2 --slice 1 --allow-newer-file test_model.stl --debug 5
```
The command above works again and scale the model then slice the scaled
model. Before, the scale would not complete.
2024-10-07 16:34:07 +08:00
SoftFever 4a1d382964 Allow reverse on odd without detect overhang wall (#6922)
Fixes #6920
2024-10-07 15:59:19 +08:00
SoftFever 6ecf6bdbd7 Support multi-line progress information rendering (#6909)
Makes situations like #6098 less confusing.

Old:

![image](https://github.com/user-attachments/assets/9eeabb5a-9f7b-41f7-8123-c001b2f576e8)

New:

![image](https://github.com/user-attachments/assets/215e75a9-87c8-4963-a0b2-aa1f1198af62)
2024-10-07 15:56:16 +08:00
SoftFever ab55d4eefc Fix an issue that wrong z value was used if a new layer is started with wipe tower extrusions. (#6980)
…

# Description

This update, along with #6934, resolves the remaining issues with the
wipe tower.

The GCode class will no longer maintain its own Z height information
(m_nominal_z). Instead, it will utilize the Z height from GCodeWriter's
m_pos. This approach is less error-prone.

This PR also fixes #6755.
It also enforce "Enable Filament ramming" option


@igiannakas It should fix the wipe tower crashing issue
# Screenshots/Recordings/Graphs

<!--
> Please attach relevant screenshots to showcase the UI changes.
> Please attach images that can help explain the changes.
-->

## Tests

<!--
> Please describe the tests that you have conducted to verify the
changes made in this PR.
-->
2024-10-07 15:50:48 +08:00
SoftFever 0bf2b9dcff respect "Enable Filament ramming" option 2024-10-07 14:34:08 +08:00
cochcoder fada134391 Bug fixes 2024-10-06 15:25:24 -04:00
cochcoder e14428897e Initial add of CR-M4 2024-10-06 15:21:22 -04:00
cochcoder 5b241a3982 Change acceleration & speed values 2024-10-06 12:29:21 -04:00
cochcoder f2d1429a01 Merge branch 'main' into rat-rig-covers 2024-10-06 12:07:48 -04:00
SoftFever cc90d79190 Add back m_nominal_z to store main print_z as GcodeWriter::m_pos will be changed after parsing get_last_z_from_gcode 2024-10-06 23:39:22 +08:00
SoftFever 7736cd1b39 fixed #6755 2024-10-06 20:36:00 +08:00
uSyzex 7b38376e4e FIX: CLI: fix an exception when parsing scale params 2024-10-06 13:36:12 +02:00
SoftFever 608e6375e6 Fix wrong z when zhop is diabled. 2024-10-06 19:16:15 +08:00
SoftFever 6f3c701a32 wip 2024-10-06 10:49:58 +08:00
cochcoder 9f73262b43 Image optimizations 2024-10-05 18:05:16 -04:00
vovodroid 9d37d1a084 Export negative parts. 2024-10-05 21:53:16 +03:00
cochcoder 407ea045a2 Fix wrong max layer for K2 Plus 0.6 & 0.8 2024-10-04 19:48:26 -04:00
cochcoder 14467c0e8d Fix typo 2024-10-04 16:59:10 -04:00
dylan 29278be729 fix prime_volume 2024-10-05 00:41:53 +08:00
dylan 0e15cccbc5 update version 2024-10-04 18:34:46 +08:00
cochcoder 201d188ef1 Revert "Trying something"
This reverts commit 08800dc9e3.
2024-10-03 23:13:05 -04:00
cochcoder 08800dc9e3 Trying something 2024-10-03 22:20:17 -04:00
cochcoder 77eb02e722 Hopefully this is the last issue 2024-10-03 22:10:27 -04:00
cochcoder b23223c0de Another bug fix
Seriously, how do I miss these
2024-10-03 22:04:56 -04:00
cochcoder 44bb6cd3fc Some more bug fixes
I have no clue how I missed these
2024-10-03 21:58:58 -04:00
cochcoder a5f6f1cd82 Some cleanup & bug fixes 2024-10-03 21:51:52 -04:00
cochcoder 483d3f9c56 Fix a few things 2024-10-03 21:25:34 -04:00
cochcoder 9cb183c606 Merge branch 'main' into K1-SE 2024-10-03 23:52:54 +00:00
cochcoder cac3d396c7 Initial Add of K2 Plus
*Some max speeds/accelerations changes for the 0.4 nozzle was left out as none of the other nozzles had these max speeds/accelerations
2024-10-03 19:51:04 -04:00
GlauTech 9245a87293 Update TURKISH translations (#6982) 2024-10-03 23:40:43 +08:00
Andrey Helldar 98c540d3c9 Removed editor's label from Russian translation file (#6962) 2024-10-03 23:40:05 +08:00
HYzd766 1992623a50 Qidi profile updates: latest consumables and machine modifications (#6952)
* Qidi.json

* Qidi.json

* Qidi.json

* new change

new change
2024-10-03 23:38:46 +08:00
Andy ec94b9086f Russian translation update (#6939)
* Russian translation update

The next russian translation update OrcaSlicer V2.1.1 Official Release.
The work done to improve translation, corrected errors.
Thx.

* Russian translation update

The next russian translation update OrcaSlicer v2.2.0-beta2.
The work done to improve translation, corrected errors.
Thx.

* Russian translation update

The next russian translation update OrcaSlicer V2.2.0-beta2 + 3 lines in text.js
The work done to improve translation, corrected errors.
Thx.
2024-10-03 23:36:38 +08:00
Carlos Francisco Caruncho Serrano 71aa30f41f Fix Spanish String (#6946)
* Update OrcaSlicer_es.po
2024-10-03 23:36:12 +08:00
Noisyfox 53b08f213b Fix issue that z is not properly set in some cases when clipping polygon (#6955)
Fix issue that `z` is not properly set in some cases when clipping the polygon (SoftFever/OrcaSlicer#6933)

Apply the patch from https://sourceforge.net/p/polyclipping/bugs/160/
2024-10-03 23:35:05 +08:00
cochcoder cffa0033cb Initial add of K1 SE 2024-10-02 18:57:45 -04:00
azio25134 d52e2cc1b2 making all four corners of the grid sharp instead of round 2024-10-02 15:37:49 -07:00
cochcoder cfceb873c2 Merge branch 'main' into rat-rig-covers 2024-10-01 21:44:20 +00:00
SoftFever a5d2fa1aed Fix an issue that wrong z value was used if a new layer is started with wipe tower extrusions. 2024-10-01 23:28:24 +08:00
Ioannis Giannakas 5bb42bc0d5 Fix wipe tower issues with SEMM and ramming turned off (#6934)
* Fix wipe tower issues with SEMM and ramming turned off

* Purge tower last layer collision potential fix (for SEMM)

* Revert "Purge tower last layer collision potential fix (for SEMM)"

This reverts commit 9fc465c2d9.
2024-10-01 22:54:14 +08:00
dylan d6f89393d7 Merge branch 'main' into sm-profiles 2024-10-01 17:17:33 +08:00
Noisyfox cedb939f4e Fix compile error 2024-09-30 14:31:22 +08:00
Noisyfox ebed03ea92 Fix compile warning 2024-09-30 14:18:30 +08:00
Noisyfox ff265745c6 Update PrintObject::_generate_support_material() to match BBS 2024-09-30 14:12:30 +08:00
Noisyfox 97d1745e5a Update files related to support to match BambuStudio's project structure 2024-09-30 14:12:29 +08:00
cochcoder 23d597a302 Add PETG-CF10 filament type & RatRig filament vendor 2024-09-27 12:25:12 -04:00
cochcoder df2006858d Fix incorrect filament type for RatRig PunkFil PETG CF 2024-09-27 12:01:54 -04:00
cochcoder 0bcd897f75 Merge branch 'main' into rat-rig-covers 2024-09-27 15:33:11 +00:00
cochcoder 5b6232b084 Add filaments and improve machine parameters 2024-09-27 11:33:02 -04:00
KrisMorr 1b367b7df9 update Polish translations ( 2.2.0-beta2 ) (#6904) 2024-09-27 20:47:50 +08:00
Noisyfox 8709f22597 Allow reverse on odd without detect overhang wall (SoftFever/OrcaSlicer#6920) 2024-09-27 09:24:21 +08:00
cochcoder 548a998c2f Merge branch 'main' into rat-rig-covers 2024-09-26 18:41:54 +00:00
cochcoder e5f34a7f46 Revert "Initial add of V-Core 4 profiles from RatRig"
This reverts commit eeae83f445.
2024-09-26 14:39:59 -04:00
cochcoder de4af30921 Revert "Fix some bugs"
This reverts commit 2c42465352.
2024-09-26 14:39:54 -04:00
cochcoder 0e3a841f03 Revert "Fix parent errors"
This reverts commit f1b91b706e.
2024-09-26 14:39:48 -04:00
cochcoder d989da6047 Reapply "Fix parent errors"
This reverts commit dda540fa5d.
2024-09-26 14:39:44 -04:00
Noisyfox e755d781e1 Support multi-line progress information rendering 2024-09-26 16:22:15 +08:00
SoftFever 17492c1e5b Fix and update locale 2024-09-25 19:58:26 +08:00
fff4da56bd Fixed Make Overhangs Printable and Multicolor Printing conflict (#6896)
Co-authored-by: Jasper <idc@gmail.com>
Co-authored-by: SoftFever <softfeverever@gmail.com>
2024-09-25 19:52:38 +08:00
SoftFever 65fc14209d Fix a bug that wipe tower has missing extrusions when ramming is disabled (#6894)
* Fix a bug that wipe tower has missing extrusions when ramming is disabled.

* hide "Prime all printing extruders" for SEMM printers
2024-09-25 19:34:18 +08:00
NoisyfoxandYuSanka ed41e3e5ce Disable "cut to parts" when dovetail is selected. (#6891)
* Disable "cut to parts" when dovetail is selected.
Sync with latest PrusaSlicer code.

Co-authored-by: YuSanka <yusanka@gmail.com>
2024-09-25 19:31:17 +08:00
Thomas c552aae8a7 Added new french strings (#6895)
* Added new french strings
2024-09-25 19:30:51 +08:00
GlauTech d7bc7fa2b2 Update TURKISH translations (#6882)
* Update TURKISH translations
2024-09-25 19:30:19 +08:00
Vovodroid 23eb055cb5 Followup to clones auto arrange: use current plate (#6373)
* Use current plate for auto arrange clones
2024-09-25 19:29:21 +08:00
Azi 8d9ec11fe9 Feature/move plate to the front (#6262)
* WIP:only works after saving and then reloading

* working version of move plate to the front

* added icons for move to front

* removed a commented line

* fixed the move to front function to behave correctly with undo/redo actions

* Merge branch 'main' into feature/move_plate_to_the_front
2024-09-25 19:27:45 +08:00
SoftFever 473c7fb3ef Fix a bed type regression (#6893) 2024-09-24 19:42:47 +08:00
SoftFever cc950f2016 bump version to 2.2.0-beta2 2024-09-23 21:29:23 +08:00
SoftFever 04c65b750d bump profile version 2024-09-23 21:29:19 +08:00
Vladimir Vukicevic 746a2bfb2d Fix input box widths in calibration UI (#6587)
* Fix input box widths in calibration panels

* Merge branch 'main' into fix-calibration-ui
2024-09-23 20:48:25 +08:00
Robert Schiele 711ec0506b Fix building errors when precompiled header support is disabled (#6879)
Here are more missing header files recently identified by building
without precompiled header support.
2024-09-23 19:26:18 +08:00
Heiko Liebscher 11146b14cd add new de for new features (#6873) 2024-09-23 19:14:32 +08:00
Vovodroid 69f521fdcf Arachne "one top wall" fix and refactor (#6236)
* One top wall fixes

* Use one wall threshold set in GUI without limiting

* Updates to one wall top perimeter to address splitting top surface against too small segments and lettering overlap.

* Fix precise wall

* Merge branch 'main' into one-top-wall-fix-pr

* Merge branch 'main' into one-top-wall-fix-pr
2024-09-23 19:14:04 +08:00
inkelizandSoftFever 38cd758e94 Disable Arc Fitting for FlashForge (#6855)
Some printers (FlashForge Adventurer 5M and FlashForge Adventurer 5M Pro) have issues related to Arc Fitting.

Source:
https://www.reddit.com/r/FlashForge/comments/1cu1rnq/psa_disable_arc_fitting_in_orcaslicer_on_ad5m/
https://www.reddit.com/r/FlashForge/comments/1dw99d5/ad5m_pro_move_que_overflow/
https://www.reddit.com/r/FlashForge/comments/1ct0uck/my_a5m_stopped_mid_print/

Co-authored-by: SoftFever <softfeverever@gmail.com>
2024-09-23 00:42:32 +08:00
Noisyfox 9d3d242453 Improve fuzzy skin with modifier (#6759)
* Pass all compatible regions to perimeter generator

* Simplify & unify fuzzify detection

* Simplify `to_thick_polyline`

* Group regions by fuzzy skin settings

* Initial code structure of multi-regional fuzzy skin

* Determine fuzzy type by all compatible regions

* Add fuzzy region debug

* Implement the line split algorithm

* Do splitted fuzzy in classic mode

* Disable debug macros

* Fix infinit loop issue when segment points are out of order

* Fix path connection

* Implement splitted fuzzy in Arachne mode
2024-09-23 00:41:17 +08:00
SoftFever 3d3633f110 update locales 2024-09-23 00:37:29 +08:00
Heiko Liebscher 7d679fdc7d add new de translations for 2.2.0 beta (#6861)
add new translations
2024-09-23 00:18:26 +08:00
SoftFever 96effc179b support downloading from makerworld on Mac by default. (#6867)
handle bambustudioopen on Mac by default
2024-09-22 16:49:14 +08:00
SoftFever 99d4d0957a Add support for textured cool plate (#6860)
support textured cool plate
2024-09-22 16:48:49 +08:00
dylan 1d2c28f929 update gcodes
- add if 1==1 to switch the feature of wipe nozzles.
- fix the hold point of the right nozzle in J1 during multi-material printing.
2024-09-22 15:39:32 +08:00
SoftFever c28fd550f3 Add Mellow M1 printer profiles 2024-09-21 22:59:25 +08:00
Mikkel Schmidt 48c56e12ae Fix invalid START_PRINT in unofficial Rat Rig profiles. (#6838)
* Fix invalid START_PRINT in unofficial Rat Rig profiles.
2024-09-20 22:02:28 +08:00
cochcoder 661183b48f Fix not being able to create new filaments for Dremel 3D45, 3D40, & 3D20 (#6837)
* Allow users to base off the generic filament

* Merge branch 'SoftFever:main' into Dremel-3D45-fix
2024-09-20 21:56:51 +08:00
HYzd766 a7924a662e Qidi.json (#6841)
* Qidi.json

* Merge branch 'main' into p1
2024-09-20 21:55:57 +08:00
Tom 24ae14f1d8 Revert "Tsmith35 per BS PR4631 (#6709)" (#6845)
* Revert "Tsmith35 per BS PR4631 (#6709)"

This reverts commit c8216accfd.
2024-09-20 21:55:20 +08:00
cochcoder dda540fa5d Revert "Fix parent errors"
This reverts commit f1b91b706e.
2024-09-19 17:25:41 -04:00
cochcoder f1b91b706e Fix parent errors 2024-09-19 15:05:24 -04:00
cochcoder a98d3a21c0 Merge branch 'main' into rat-rig-covers 2024-09-19 18:33:57 +00:00
NobuandSoftFever d39947d204 Update Ender-3 V2 Neo start G-Code to include mesh leveling (#6832)
* feat: update Ender-3 V2 Neo start G-Code to include mesh leveling

* fix: semicolon format

---------

Co-authored-by: SoftFever <softfeverever@gmail.com>
2024-09-20 00:12:36 +08:00
SoftFever eb8f9bba4f update check profile to use 24.04 2024-09-20 00:10:58 +08:00
SoftFever ec3c48d95e fix profile error 2024-09-20 00:09:00 +08:00
cochcoder 2c42465352 Fix some bugs 2024-09-18 14:23:49 -04:00
cochcoder e4d282c6a4 Merge branch 'main' into rat-rig-covers 2024-09-18 18:11:32 +00:00
cochcoder eeae83f445 Initial add of V-Core 4 profiles from RatRig 2024-09-18 14:11:04 -04:00
Noisyfoxandzhou.xu 8b8c0cad2a FIX:open or replace 3MF file case insensitive (#6802)
jira: STUDIO-7678
Change-Id: I32b34efa053da25edab80ebff1cfe0a414042dd5
(cherry picked from commit fa07ae4d21d3c4cf5286a38f2cc0a35363a5f53a)

Co-authored-by: zhou.xu <zhou.xu@bambulab.com>
2024-09-19 00:03:57 +08:00
Noisyfox 47965b02d3 Fix small top/bottom solid infill filtering (#6794)
* Fix issue that small sparse gaps are not filtered out correctly

* Fix code order
2024-09-19 00:02:16 +08:00
Thomas 8aac37de6a New French translations and fixed c-boost format in pot/po files (#6803)
New French translations and fixed c-boost format in pot file.
2024-09-19 00:01:13 +08:00
SoftFever d5d3bab82e Fixed a bug that YOLO flow calibration didn't work for Fr/De languages 2024-09-18 23:59:46 +08:00
SoftFever 74bb4eb284 locale tweak 2024-09-18 23:58:59 +08:00
Andrey Helldar ad99c30bca Added Russian translation for missing phrases (2.1.1) (#6778)
* Translation of missing phrases into Russian. Part 1

* Translation of missing phrases into Russian. Part 2

* Returned special terms that do not require translation and corrected an error

* Update localization/i18n/ru/OrcaSlicer_ru.po

* Some fixes

* Removed unnecessary format check rules
2024-09-18 22:38:15 +08:00
Noisyfox ad6ea3fb06 Fix crash when first layer is empty (#6817)
* Fix crash when first layer is empty (SoftFever/OrcaSlicer#6807)
2024-09-18 22:34:36 +08:00
Co Print 3D Printing TechnologiesandYoussef Mohamed / Yusuf Kaya 587e839397 Adding Co Print profiles (#6791)
* Adding Co print profiles

* remove filament_z_hop_types

---------

Co-authored-by: Youssef Mohamed / Yusuf Kaya <38719545+yousefabohend@users.noreply.github.com>
2024-09-18 08:40:52 +08:00
artillery3dlabandchenyipeng 265bc8453c Artillery Resources Profiles Update (#6754)
* Artillery proflies update

* Artillery Resources Profiles Update

---------

Co-authored-by: chenyipeng <1192633120@qq.com>
2024-09-16 22:13:19 +08:00
Carlos Francisco Caruncho Serrano 4f70057727 Spanish translation update (#6779)
* Update OrcaSlicer_es.po
2024-09-15 23:31:47 +08:00
Noisyfox 375816d331 Fix fuzzy skin randomness for Arachne wall generator (#6770)
* Fix fuzzy skin randomness for Arachne wall generator (SoftFever/OrcaSlicer#6228)
2024-09-15 23:27:54 +08:00
SoftFever 6ca1741e83 Check and use data_dir folder if exists under application path (#6780) 2024-09-15 22:58:41 +08:00
TomandSimon ziehmon@users.noreply.github.com c8216accfd Tsmith35 per BS PR4631 (#6709)
ENH: support spiral lift with timelapse gcode
The existing implementation did only read the new Z position from the injected timelapse_gcode and flagged the position as unsafe because of this.

This change reads X, Y and Z pos from the timelapgse_gcode and will keep the position state correct to enable safety checks required for using spiral Z hop.

Because of this, spiral Z hop can be used everyhwere now. The same pattern is also applied for layer_change/toolhead gcode injection.

The set_current_position_clear method is unused but will be kept in implementation for future scenarios.

Co-authored-by: Simon ziehmon@users.noreply.github.com
2024-09-14 23:52:04 +08:00
Victor Usoltsev b34ac2bda3 Merge branch 'main' into feature/show-extruder-values-on-filament-overrides-tab 2024-08-28 20:22:40 +12:00
dylan 97eec47be6 update Snapmaker profiles
- add Breakaway Support filament
- add preheat params for Snapmaker Dual/IDEX printers
- update the check bounds code in start-gcode, which is now off by default
2024-08-27 01:14:19 +08:00
Victor Usoltsev c36ba2b8a1 Shows extruder's values on filament's Setting Overrides tab. 2024-08-07 23:26:00 +12:00
cochcoder 55ed305392 Merge branch 'main' into rat-rig-covers 2024-07-29 17:10:56 +00:00
cochcoder 52ea9c2d32 Merge branch 'main' into rat-rig-covers 2024-07-28 21:37:53 +00:00
cochcoder d715441c6c Merge branch 'main' into rat-rig-covers 2024-07-01 16:59:55 +00:00
cochcoder 5b549682bd Improve RatRig V-Core 4 covers 2024-07-01 10:48:10 -04:00
dylan 7fdb1a5862 Revert specific parameters 2024-06-19 12:08:41 +08:00
dylan ce4a648578 Fix compatible_printers 2024-06-19 12:06:56 +08:00
dylan 5170c0a057 Merge branch 'main' into sm-profiles 2024-06-19 10:46:17 +08:00
dylan 9efcacebaa Merge branch 'main' into sm-profiles 2024-06-19 10:43:59 +08:00
dylan 00d5b8900d fix ci 2024-05-15 17:59:23 +08:00
dylan 97ebb35bc9 remove pva for single extruder 2024-05-08 13:43:45 +08:00
dylan 9715ea9b3c fix compatible_printers 2024-05-08 13:36:28 +08:00
dylan 6e3e733dfb remove key 2024-05-08 13:21:40 +08:00
dylan 058dde29bc update snapmaker profiles
- add BracingKit for Snapmaker 2
- add Artisan profiles
2024-05-08 13:02:24 +08:00
601 changed files with 27957 additions and 20089 deletions
+1 -1
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
+8
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>
+31 -3
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-09-11 22:56+0800\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"
@@ -5516,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 ""
@@ -7247,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 ""
@@ -8904,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"
@@ -8930,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"
@@ -8948,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 ""
@@ -9799,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 "
@@ -9824,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 "
+35 -4
View File
@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-11 22:56+0800\n" "POT-Creation-Date: 2024-09-25 19:57+0800\n"
"PO-Revision-Date: 2024-07-07 18:43+0200\n" "PO-Revision-Date: 2024-07-07 18:43+0200\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: \n" "Language-Team: \n"
@@ -5927,6 +5927,9 @@ msgstr "Bloquejar la placa actual"
msgid "Edit current plate name" msgid "Edit current plate name"
msgstr "Editar el nom de la placa actual" msgstr "Editar el nom de la placa actual"
msgid "Move plate to the front"
msgstr ""
msgid "Customize current plate" msgid "Customize current plate"
msgstr "Personalitzar la placa actual" msgstr "Personalitzar la placa actual"
@@ -7903,6 +7906,14 @@ msgstr ""
"Temperatura del llit quan s'instal·la la Base Freda. El valor 0 significa " "Temperatura del llit quan s'instal·la la Base Freda. El valor 0 significa "
"que el filament no admet imprimir a la Base Freda" "que el filament no admet imprimir a la Base Freda"
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 "Base d'enginyeria" msgstr "Base d'enginyeria"
@@ -9793,6 +9804,11 @@ msgstr ""
msgid "°C" msgid "°C"
msgstr "°C" msgstr "°C"
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"
@@ -9827,6 +9843,11 @@ msgstr ""
"Temperatura del llit en la capa inicial. El valor 0 significa que el " "Temperatura del llit en la capa inicial. El valor 0 significa que el "
"filament no admet imprimir a la Base Freda" "filament no admet imprimir a la Base Freda"
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"
@@ -9851,12 +9872,18 @@ msgstr ""
msgid "Bed types supported by the printer" msgid "Bed types supported by the printer"
msgstr "Tipus de llit suportats per la impressora" msgstr "Tipus de llit suportats per la impressora"
msgid "Cool Plate" msgid "Smooth Cool Plate"
msgstr "Base Freda" msgstr ""
msgid "Engineering Plate" msgid "Engineering Plate"
msgstr "Base d'Enginyeria" msgstr "Base d'Enginyeria"
msgid "Smooth High Temp Plate"
msgstr ""
msgid "Textured Cool Plate"
msgstr ""
msgid "First layer print sequence" msgid "First layer print sequence"
msgstr "Seqüència d'impressió de primera capa" msgstr "Seqüència d'impressió de primera capa"
@@ -10892,7 +10919,7 @@ msgstr "Avanç de Pressió Lineal( Klipper ) AKA Factor d'Avanç Lineal( Marlin
msgid "Enable adaptive pressure advance (beta)" msgid "Enable adaptive pressure advance (beta)"
msgstr "" msgstr ""
#, c-format, 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 "
@@ -10917,6 +10944,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 "
@@ -17294,6 +17322,9 @@ msgstr ""
"augmentar adequadament la temperatura del llit pot reduir la probabilitat de " "augmentar adequadament la temperatura del llit pot reduir la probabilitat de "
"deformació." "deformació."
#~ msgid "Cool Plate"
#~ msgstr "Base Freda"
#~ msgid "Reverse on odd" #~ msgid "Reverse on odd"
#~ msgstr "Invertir en capes senars" #~ msgstr "Invertir en capes senars"
+35 -4
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-11 22:56+0800\n" "POT-Creation-Date: 2024-09-25 19:57+0800\n"
"PO-Revision-Date: 2023-09-30 15:15+0200\n" "PO-Revision-Date: 2023-09-30 15:15+0200\n"
"Last-Translator: René Mošner <Renemosner@seznam.cz>\n" "Last-Translator: René Mošner <Renemosner@seznam.cz>\n"
"Language-Team: \n" "Language-Team: \n"
@@ -5801,6 +5801,9 @@ msgstr "Zamknout aktuální podložku"
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 "Přizpůsobit aktuální podložku" msgstr "Přizpůsobit aktuální podložku"
@@ -7687,6 +7690,14 @@ msgstr ""
"Toto je teplota podložky, když je Cool podložka. Hodnota 0 znamená, že " "Toto je teplota podložky, když je Cool podložka. Hodnota 0 znamená, že "
"filament nepodporuje tisk na Cool Podložku" "filament nepodporuje tisk na Cool Podložku"
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 "Engineering podložka" msgstr "Engineering podložka"
@@ -9482,6 +9493,11 @@ msgstr ""
msgid "°C" msgid "°C"
msgstr "°C" msgstr "°C"
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"
@@ -9516,6 +9532,11 @@ msgstr ""
"Toto je teplota podložky první vrstvy. Hodnota 0 znamená filament " "Toto je teplota podložky první vrstvy. Hodnota 0 znamená filament "
"nepodporuje tisk na Cool Podložku" "nepodporuje tisk na Cool Podložku"
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"
@@ -9540,12 +9561,18 @@ msgstr ""
msgid "Bed types supported by the printer" msgid "Bed types supported by the printer"
msgstr "Typy podložek podporované tiskárnou" msgstr "Typy podložek podporované tiskárnou"
msgid "Cool Plate" msgid "Smooth Cool Plate"
msgstr "Cool Podložka" msgstr ""
msgid "Engineering Plate" msgid "Engineering Plate"
msgstr "Engineering Podložka" msgstr "Engineering Podložka"
msgid "Smooth High Temp Plate"
msgstr ""
msgid "Textured Cool Plate"
msgstr ""
msgid "First layer print sequence" msgid "First layer print sequence"
msgstr "Sekvence tisku první vrstvy" msgstr "Sekvence tisku první vrstvy"
@@ -10478,7 +10505,7 @@ msgstr "Předstih tlaku (Klipper) AKA Lineární faktor předstihu (Marlin)"
msgid "Enable adaptive pressure advance (beta)" msgid "Enable adaptive pressure advance (beta)"
msgstr "" msgstr ""
#, c-format, 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 "
@@ -10503,6 +10530,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 "
@@ -16273,6 +16301,9 @@ msgid ""
"probability of warping." "probability of warping."
msgstr "" msgstr ""
#~ msgid "Cool Plate"
#~ msgstr "Cool Podložka"
#~ msgid "Reverse on odd" #~ msgid "Reverse on odd"
#~ msgstr "Obrátit na lichých" #~ msgstr "Obrátit na lichých"
+77 -8
View File
@@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Orca Slicer\n" "Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-11 22:56+0800\n" "POT-Creation-Date: 2024-09-25 19:57+0800\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: Heiko Liebscher <hliebschergmail.com>\n" "Last-Translator: Heiko Liebscher <hliebschergmail.com>\n"
"Language-Team: \n" "Language-Team: \n"
@@ -4847,10 +4847,10 @@ msgid "Clone copies of selections"
msgstr "Ausgewählte Kopien duplizieren" msgstr "Ausgewählte Kopien duplizieren"
msgid "Duplicate Current Plate" msgid "Duplicate Current Plate"
msgstr "" msgstr "Aktuelle Druckplatte duplizieren"
msgid "Duplicate the current plate" msgid "Duplicate the current plate"
msgstr "" msgstr "Dupliziert die aktuelle Druckplatte"
msgid "Select all" msgid "Select all"
msgstr "Alles auswählen" msgstr "Alles auswählen"
@@ -5980,6 +5980,9 @@ msgstr "Speere aktuelle Platte"
msgid "Edit current plate name" msgid "Edit current plate name"
msgstr "Bearbeite den Namen der aktuellen Platte" msgstr "Bearbeite den Namen der aktuellen Platte"
msgid "Move plate to the front"
msgstr ""
msgid "Customize current plate" msgid "Customize current plate"
msgstr "Aktuelle Platte anpassen" msgstr "Aktuelle Platte anpassen"
@@ -7974,6 +7977,17 @@ msgstr ""
"Wert von 0 bedeutet, dass das Filament auf der kalten Druckplatte nicht " "Wert von 0 bedeutet, dass das Filament auf der kalten Druckplatte nicht "
"unterstützt." "unterstützt."
msgid "Textured Cool plate"
msgstr "Texturierte kalte Druckplatte"
msgid ""
"Bed temperature when cool plate is installed. Value 0 means the filament "
"does not support to print on the Textured Cool Plate"
msgstr ""
"Dies ist die Betttemperatur, wenn die kalte Druckplatte installiert ist. Ein "
"Wert von 0 bedeutet, dass das Filament auf der texturierten kalten "
"Druckplatte nicht unterstützt wird."
msgid "Engineering plate" msgid "Engineering plate"
msgstr "Technische Druckplatte" msgstr "Technische Druckplatte"
@@ -9893,6 +9907,14 @@ msgstr ""
msgid "°C" msgid "°C"
msgstr "°C" msgstr "°C"
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 ""
"Dies ist die Betttemperatur für Schichten mit Ausnahme der Ersten. Ein Wert "
"von 0 bedeutet, dass das Filament auf der strukturierten kalten Druckplatte "
"nicht unterstützt wird."
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"
@@ -9929,6 +9951,14 @@ msgstr ""
"Dies ist die Betttemperatur der ersten Schicht. Ein Wert von 0 bedeutet, " "Dies ist die Betttemperatur der ersten Schicht. Ein Wert von 0 bedeutet, "
"dass das Filament auf der kalten Druckplatte nicht unterstützt wird." "dass das Filament auf der kalten Druckplatte nicht unterstützt wird."
msgid ""
"Bed temperature of the initial layer. Value 0 means the filament does not "
"support to print on the Textured Cool Plate"
msgstr ""
"Dies ist die Betttemperatur der ersten Schicht. Ein Wert von 0 bedeutet, "
"dass das Filament auf der strukturierten kalten Druckplatte nicht "
"unterstützt wird."
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"
@@ -9953,12 +9983,18 @@ msgstr ""
msgid "Bed types supported by the printer" msgid "Bed types supported by the printer"
msgstr "Vom Drucker unterstützte Druckbettypen" msgstr "Vom Drucker unterstützte Druckbettypen"
msgid "Cool Plate" msgid "Smooth Cool Plate"
msgstr "Kalte Druckplatte" msgstr "Glatte kalte Druckplatte"
msgid "Engineering Plate" msgid "Engineering Plate"
msgstr "Technische Druckplatte" msgstr "Technische Druckplatte"
msgid "Smooth High Temp Plate"
msgstr "Glatte Hochtemperatur-Druckplatte"
msgid "Textured Cool Plate"
msgstr "Strukturierte kalte Druckplatte"
msgid "First layer print sequence" msgid "First layer print sequence"
msgstr "Erste Schicht Druckreihenfolge" msgstr "Erste Schicht Druckreihenfolge"
@@ -10272,7 +10308,7 @@ msgstr ""
"in denen Brücken nicht verankert werden können." "in denen Brücken nicht verankert werden können."
msgid "Reverse on even" msgid "Reverse on even"
msgstr "" msgstr "Umkehren auf geraden Schichten"
msgid "Overhang reversal" msgid "Overhang reversal"
msgstr "Überhangsumkehr" msgstr "Überhangsumkehr"
@@ -10285,6 +10321,12 @@ msgid ""
"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 "
"stresses in the part walls." "stresses in the part walls."
msgstr "" msgstr ""
"Extrudieren Sie Umfänge, die über einem Überhang liegen, in umgekehrter "
"Richtung auf geraden Schichten. Dieses abwechselnde Muster kann steile "
"Überhänge drastisch verbessern.\n"
"\n"
"Diese Einstellung kann auch dazu beitragen, das Verziehen des Teils aufgrund "
"der Reduzierung der Spannungen in den Teilwänden zu verringern."
msgid "Reverse only internal perimeters" msgid "Reverse only internal perimeters"
msgstr "Nur interne Umfänge umkehren" msgstr "Nur interne Umfänge umkehren"
@@ -10303,6 +10345,20 @@ msgid ""
"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 even layers irrespective of their overhang degree." "directions on even layers irrespective of their overhang degree."
msgstr "" msgstr ""
"Wenden Sie die Logik der umgekehrten Umfänge nur auf interne Umfänge an.\n"
"\n"
"Diese Einstellung reduziert die Spannungen im Teil erheblich, da sie jetzt "
"in abwechselnde Richtungen verteilt sind. Dies sollte das Verziehen des "
"Teils reduzieren und gleichzeitig die Qualität der äußeren Wand erhalten. "
"Diese Funktion kann sehr nützlich für Materialien sein, die zum Verziehen "
"neigen, wie ABS/ASA, und auch für elastische Filamente, wie TPU und Seiden-"
"PLA. Sie kann auch dazu beitragen, das Verziehen in schwebenden Bereichen "
"über Stützen zu reduzieren.\n"
"\n"
"Damit diese Einstellung am effektivsten ist, wird empfohlen, den "
"Umkehrschwellenwert auf 0 zu setzen, damit alle internen Wände auf geraden "
"Schichten unabhängig von ihrem Überhangswinkel in abwechselnden Richtungen "
"gedruckt werden."
msgid "Bridge counterbore holes" msgid "Bridge counterbore holes"
msgstr "Brücken für Senkungen" msgstr "Brücken für Senkungen"
@@ -10339,6 +10395,9 @@ msgid ""
"useful. Can be a % of the perimeter width.\n" "useful. Can be a % of the perimeter width.\n"
"Value 0 enables reversal on every even layers regardless." "Value 0 enables reversal on every even layers regardless."
msgstr "" msgstr ""
"Anzahl der Millimeter, die der Überhang betragen muss, damit die Umkehrung "
"als nützlich angesehen wird. Kann ein Prozentsatz der Umfangsbreite sein.\n"
"Der Wert 0 aktiviert die Umkehrung auf jeder geraden Schicht."
msgid "Classic mode" msgid "Classic mode"
msgstr "Klassicher Modus" msgstr "Klassicher Modus"
@@ -10942,6 +11001,12 @@ msgid ""
"\n" "\n"
"This option will be disabled if spiral vase mode is enabled." "This option will be disabled if spiral vase mode is enabled."
msgstr "" msgstr ""
"Die Richtung, in der die Wand-Schleifen extrudiert werdenStandardmäßig "
"werden alle Wände gegen den Uhrzeigersinn extrudiert, es sei denn, die "
"Option Umkehrung bei geraden Schichten ist aktiviert. Wenn diese Option auf "
"einen anderen Wert als Auto gesetzt wird, wird die Wandrichtung unabhängig "
"von der Umkehrung bei geraden Schichten festgelegt.\n"
"Diese Option wird deaktiviert, wenn der Spiral-Vase-Modus aktiviert ist."
msgid "Counter clockwise" msgid "Counter clockwise"
msgstr "Gegen den Uhrzeigersinn" msgstr "Gegen den Uhrzeigersinn"
@@ -11111,9 +11176,9 @@ msgid "Pressure advance(Klipper) AKA Linear advance factor(Marlin)"
msgstr "Pressure advance(Klipper)AKA Linear advance Faktor(Marlin)" msgstr "Pressure advance(Klipper)AKA Linear advance Faktor(Marlin)"
msgid "Enable adaptive pressure advance (beta)" msgid "Enable adaptive pressure advance (beta)"
msgstr "" msgstr "Adaptive Pressure Advance aktivieren (Beta)"
#, c-format, 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 "
@@ -11159,6 +11224,7 @@ msgstr ""
msgid "Adaptive pressure advance measurements (beta)" msgid "Adaptive pressure advance measurements (beta)"
msgstr "Adaptive Pressure Advance Messung (experimentell)" msgstr "Adaptive Pressure Advance Messung (experimentell)"
#, 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 "
@@ -17691,6 +17757,9 @@ msgstr ""
"wie z.B. ABS, durch eine entsprechende Erhöhung der Heizbetttemperatur die " "wie z.B. ABS, durch eine entsprechende Erhöhung der Heizbetttemperatur die "
"Wahrscheinlichkeit von Verwerfungen verringert werden kann." "Wahrscheinlichkeit von Verwerfungen verringert werden kann."
#~ msgid "Cool Plate"
#~ msgstr "Kalte Druckplatte"
#~ msgid "Reverse on odd" #~ msgid "Reverse on odd"
#~ msgstr "Umkehren bei ungeraden Schichten" #~ msgstr "Umkehren bei ungeraden Schichten"
+35 -4
View File
@@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Orca Slicer\n" "Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-11 22:56+0800\n" "POT-Creation-Date: 2024-09-25 19:57+0800\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: \n" "Language-Team: \n"
@@ -5755,6 +5755,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 ""
@@ -7652,6 +7655,14 @@ msgstr ""
"This is the bed temperature when the cool plate is installed. A value of 0 " "This is the bed temperature when the cool plate is installed. A value of 0 "
"means the filament does not support printing on the Cool Plate." "means the filament does not support printing on the Cool Plate."
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 "Engineering plate" msgstr "Engineering plate"
@@ -9429,6 +9440,11 @@ msgstr ""
msgid "°C" msgid "°C"
msgstr "°C" msgstr "°C"
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"
@@ -9463,6 +9479,11 @@ msgstr ""
"This is the bed temperature of the first layer. A value of 0 means the " "This is the bed temperature of the first layer. A value of 0 means the "
"filament does not support printing on the Cool Plate." "filament does not support printing on the Cool Plate."
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"
@@ -9487,12 +9508,18 @@ msgstr ""
msgid "Bed types supported by the printer" msgid "Bed types supported by the printer"
msgstr "Bed types supported by the printer" msgstr "Bed types supported by the printer"
msgid "Cool Plate" msgid "Smooth Cool Plate"
msgstr "Cool Plate" msgstr ""
msgid "Engineering Plate" msgid "Engineering Plate"
msgstr "Engineering Plate" msgstr "Engineering Plate"
msgid "Smooth High Temp Plate"
msgstr ""
msgid "Textured Cool Plate"
msgstr ""
msgid "First layer print sequence" msgid "First layer print sequence"
msgstr "First layer print sequence" msgstr "First layer print sequence"
@@ -10405,7 +10432,7 @@ msgstr ""
msgid "Enable adaptive pressure advance (beta)" msgid "Enable adaptive pressure advance (beta)"
msgstr "" msgstr ""
#, c-format, 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 "
@@ -10430,6 +10457,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 "
@@ -16116,6 +16144,9 @@ msgstr ""
"ABS, appropriately increasing the heatbed temperature can reduce the " "ABS, appropriately increasing the heatbed temperature can reduce the "
"probability of warping?" "probability of warping?"
#~ msgid "Cool Plate"
#~ msgstr "Cool Plate"
#~ msgid "" #~ msgid ""
#~ "While printing by Object, the extruder may collide skirt.\n" #~ "While printing by Object, the extruder may collide skirt.\n"
#~ "Thus, reset the skirt layer to 1 to avoid that." #~ "Thus, reset the skirt layer to 1 to avoid that."
+102 -13
View File
@@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Orca Slicer\n" "Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-11 22:56+0800\n" "POT-Creation-Date: 2024-09-25 19:57+0800\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: Carlos Fco. Caruncho Serrano <puzzlero@gmail.com>\n" "Last-Translator: Carlos Fco. Caruncho Serrano <puzzlero@gmail.com>\n"
"Language-Team: \n" "Language-Team: \n"
@@ -4837,10 +4837,10 @@ msgid "Clone copies of selections"
msgstr "Clonar copias de selecciones" msgstr "Clonar copias de selecciones"
msgid "Duplicate Current Plate" msgid "Duplicate Current Plate"
msgstr "" msgstr "Duplicar Placa Actual"
msgid "Duplicate the current plate" msgid "Duplicate the current plate"
msgstr "" msgstr "Duplicar la placa actual"
msgid "Select all" msgid "Select all"
msgstr "Seleccionar Todo" msgstr "Seleccionar Todo"
@@ -4891,7 +4891,7 @@ msgid "Show object overhang highlight in 3D scene"
msgstr "Mostrar resalte de voladizos de objeto en escena 3D" msgstr "Mostrar resalte de voladizos de objeto en escena 3D"
msgid "Show Selected Outline (Experimental)" msgid "Show Selected Outline (Experimental)"
msgstr "Mostrar esquema seleccionado (Experimental)" msgstr "Mostrar Contorno Seleccionado (Experimental)"
msgid "Show outline around selected object in 3D scene" msgid "Show outline around selected object in 3D scene"
msgstr "Mostrar el contorno alrededor del objeto seleccionado en la escena 3D" msgstr "Mostrar el contorno alrededor del objeto seleccionado en la escena 3D"
@@ -5961,6 +5961,9 @@ msgstr "Bloquear bandeja actual"
msgid "Edit current plate name" msgid "Edit current plate name"
msgstr "Editar el nombre de la bandeja actual" msgstr "Editar el nombre de la bandeja actual"
msgid "Move plate to the front"
msgstr ""
msgid "Customize current plate" msgid "Customize current plate"
msgstr "Personalizar bandeja actual" msgstr "Personalizar bandeja actual"
@@ -7946,6 +7949,14 @@ msgstr ""
"Un valor de 0 significa que el filamento no admite la impresión en la " "Un valor de 0 significa que el filamento no admite la impresión en la "
"Bandeja Fría" "Bandeja Fría"
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 "Bandeja de Ingeniería" msgstr "Bandeja de Ingeniería"
@@ -7976,7 +7987,7 @@ msgid ""
"Bed temperature when Textured PEI Plate is installed. Value 0 means the " "Bed temperature when Textured PEI Plate is installed. Value 0 means the "
"filament does not support to print on the Textured PEI Plate" "filament does not support to print on the Textured PEI Plate"
msgstr "" msgstr ""
"Temperatura del lecho cuando la Bandeja PEI Texturizada está instalada. El " "Temperatura de la cama cuando la Bandeja PEI Texturizada está instalada. El "
"valor 0 significa que el filamento no es compatible para imprimir en la " "valor 0 significa que el filamento no es compatible para imprimir en la "
"Bandeja PEI Texturizada" "Bandeja PEI Texturizada"
@@ -9851,6 +9862,11 @@ msgstr ""
msgid "°C" msgid "°C"
msgstr "°C" msgstr "°C"
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"
@@ -9887,6 +9903,11 @@ msgstr ""
"Esta es la temperatura de la cama de la primera capa. Un valor de 0 " "Esta es la temperatura de la cama de la primera capa. Un valor de 0 "
"significa que el filamento no admite la impresión en la Bandeja Fría" "significa que el filamento no admite la impresión en la Bandeja Fría"
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"
@@ -9913,12 +9934,18 @@ msgstr ""
msgid "Bed types supported by the printer" msgid "Bed types supported by the printer"
msgstr "Tipos de cama que admite la impresora" msgstr "Tipos de cama que admite la impresora"
msgid "Cool Plate" msgid "Smooth Cool Plate"
msgstr "Bandeja Fría" msgstr ""
msgid "Engineering Plate" msgid "Engineering Plate"
msgstr "Bandeja de Ingeniería" msgstr "Bandeja de Ingeniería"
msgid "Smooth High Temp Plate"
msgstr ""
msgid "Textured Cool Plate"
msgstr ""
msgid "First layer print sequence" msgid "First layer print sequence"
msgstr "Secuencia de impresión de primera capa" msgstr "Secuencia de impresión de primera capa"
@@ -10234,7 +10261,7 @@ msgstr ""
"puentes no pueden ser anclados." "puentes no pueden ser anclados."
msgid "Reverse on even" msgid "Reverse on even"
msgstr "" msgstr "Revertir en sentido inverso"
msgid "Overhang reversal" msgid "Overhang reversal"
msgstr "Inversión de voladizo" msgstr "Inversión de voladizo"
@@ -10247,6 +10274,12 @@ msgid ""
"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 "
"stresses in the part walls." "stresses in the part walls."
msgstr "" msgstr ""
"Extruya los perímetros que tienen una parte sobre un voladizo en sentido "
"inverso en capas pares. Este patrón alterno puede mejorar drásticamente los "
"voladizos pronunciados.\n"
"\n"
"Este ajuste también puede ayudar a reducir el warping de la pieza debido a "
"la reducción de tensiones en las paredes de la pieza."
msgid "Reverse only internal perimeters" msgid "Reverse only internal perimeters"
msgstr "Invertir solo los perímetros internos" msgstr "Invertir solo los perímetros internos"
@@ -10265,6 +10298,18 @@ msgid ""
"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 even layers irrespective of their overhang degree." "directions on even layers irrespective of their overhang degree."
msgstr "" msgstr ""
"Aplique la lógica de perímetros inversos sólo en perímetros internos.\n"
"\n"
"Esta configuración reduce en gran medida las tensiones de la pieza, ya que "
"ahora se distribuyen en direcciones alternas. Esto debería reducir el alabeo "
"de la pieza mientras se mantiene la calidad de la pared externa. Esta "
"característica puede ser muy útil para materiales propensos al alabeo, como "
"ABS/ASA, y también para filamentos elásticos, como TPU y Silk PLA. También "
"puede ayudar a reducir el alabeo en regiones flotantes sobre soportes.\n"
"\n"
"Para que este ajuste sea más eficaz, se recomienda establecer el Umbral "
"inverso en 0 para que todas las paredes internas se impriman en direcciones "
"alternas en capas iguales, independientemente de su grado de voladizo."
msgid "Bridge counterbore holes" msgid "Bridge counterbore holes"
msgstr "Crear puentes en agujeros con avellanado" msgstr "Crear puentes en agujeros con avellanado"
@@ -10302,6 +10347,9 @@ msgid ""
"useful. Can be a % of the perimeter width.\n" "useful. Can be a % of the perimeter width.\n"
"Value 0 enables reversal on every even layers regardless." "Value 0 enables reversal on every even layers regardless."
msgstr "" msgstr ""
"Número de mm que debe tener el voladizo para que la inversión se considere "
"útil. Puede ser % del ancho del perímetro.\n"
"El valor 0 permite la inversión en todas las capas pares."
msgid "Classic mode" msgid "Classic mode"
msgstr "Modo clásico" msgstr "Modo clásico"
@@ -10624,6 +10672,33 @@ msgid ""
"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 unnecessary bridges." "However, in most cases it creates too many unnecessary bridges."
msgstr "" msgstr ""
"Esta opción puede ayudar a reducir el acolchado en las superficies "
"superiores de los modelos muy inclinados o curvados.\n"
"\n"
"Por defecto, los pequeños puentes internos se filtran y el relleno sólido "
"interno se imprime directamente sobre el relleno disperso. Esto funciona "
"bien en la mayoría de los casos, acelerando la impresión sin comprometer "
"demasiado la calidad de la superficie superior.\n"
"\n"
"Sin embargo, en modelos muy inclinados o curvados, especialmente cuando se "
"utiliza una densidad de relleno disperso demasiado baja, esto puede dar "
"lugar a la curvatura del relleno sólido no soportado, causando pillowing.\n"
"\n"
"Si se desactiva esta opción, se imprimirá la capa puente interna sobre el "
"relleno sólido interno ligeramente sin soporte. Las opciones siguientes "
"controlan la cantidad de filtrado, es decir, la cantidad de puentes internos "
"creados.\n"
"\n"
"Filtro - active esta opción. Este es el comportamiento por defecto y "
"funciona bien en la mayoría de los casos.\n"
"\n"
"Filtrado limitado - crea puentes internos en superficies muy inclinadas, "
"evitando crear puentes internos innecesarios. Esto funciona bien para la "
"mayoría de los modelos difíciles.\n"
"\n"
"Sin filtro: crea puentes internos en todos los posibles salientes internos. "
"Esta opción es útil para modelos de superficie superior muy inclinada. Sin "
"embargo, en la mayoría de los casos crea demasiados puentes innecesarios."
msgid "Filter" msgid "Filter"
msgstr "Filtro" msgstr "Filtro"
@@ -10880,6 +10955,15 @@ msgid ""
"\n" "\n"
"This option will be disabled if spiral vase mode is enabled." "This option will be disabled if spiral vase mode is enabled."
msgstr "" msgstr ""
"La dirección en la que se extruyen los bucles de pared cuando se mira hacia "
"abajo desde la parte superior.\n"
"\n"
"Por defecto, todos los muros se extruyen en el sentido contrario a las "
"agujas del reloj, a menos que esté activada la opción Invertir en par. "
"Establecer esto a cualquier opción que no sea Auto forzará la dirección de "
"la pared independientemente de la Inversión en par.\n"
"\n"
"Esta opción estará desactivada si el modo jarrón en espiral está activado."
msgid "Counter clockwise" msgid "Counter clockwise"
msgstr "En sentido contrario a las agujas del reloj" msgstr "En sentido contrario a las agujas del reloj"
@@ -11051,7 +11135,7 @@ msgstr "Pressure Advance(Klipper) AKA Factor de avance lineal(Marlin)"
msgid "Enable adaptive pressure advance (beta)" msgid "Enable adaptive pressure advance (beta)"
msgstr "Activar Avance de Presión Lineal Adaptativo (beta)" msgstr "Activar Avance de Presión Lineal Adaptativo (beta)"
#, c-format, 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 "
@@ -11095,6 +11179,7 @@ msgstr ""
msgid "Adaptive pressure advance measurements (beta)" msgid "Adaptive pressure advance measurements (beta)"
msgstr "Medidas de avance lineal de presión adaptativo (beta)" msgstr "Medidas de avance lineal de presión adaptativo (beta)"
#, 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 "
@@ -15095,13 +15180,14 @@ msgstr "Tamaño del cuadro delimitador de la primera capa"
msgid "Bottom-left corner of print bed bounding box" msgid "Bottom-left corner of print bed bounding box"
msgstr "" msgstr ""
"Esquina inferior izquierda del cuadro delimitador del lecho de impresión" "Esquina inferior izquierda del cuadro delimitador de la cama de impresión"
msgid "Top-right corner of print bed bounding box" msgid "Top-right corner of print bed bounding box"
msgstr "Esquina superior derecha del cuadro delimitador del lecho de impresión" msgstr ""
"Esquina superior derecha del cuadro delimitador de la cama de impresión"
msgid "Size of the print bed bounding box" msgid "Size of the print bed bounding box"
msgstr "Tamaño del cuadro delimitador del lecho de impresión" msgstr "Tamaño del cuadro delimitador de la cama de impresión"
msgid "Timestamp" msgid "Timestamp"
msgstr "Marca de tiempo" msgstr "Marca de tiempo"
@@ -17644,9 +17730,12 @@ msgid ""
msgstr "" msgstr ""
"Evite la deformación\n" "Evite la deformación\n"
"Sabías que al imprimir materiales propensos a la deformación como el ABS, " "Sabías que al imprimir materiales propensos a la deformación como el ABS, "
"aumentar adecuadamente la temperatura del lecho térmico puede reducir la " "aumentar adecuadamente la temperatura de la cama térmica puede reducir la "
"probabilidad de deformaciones." "probabilidad de deformaciones."
#~ msgid "Cool Plate"
#~ msgstr "Bandeja Fría"
#~ msgid "Reverse on odd" #~ msgid "Reverse on odd"
#~ msgstr "Invertir en impar" #~ msgstr "Invertir en impar"
+197 -16
View File
@@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Orca Slicer\n" "Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-11 22:56+0800\n" "POT-Creation-Date: 2024-09-25 19:57+0800\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Guislain Cyril, Thomas Lété\n" "Language-Team: Guislain Cyril, Thomas Lété\n"
@@ -4832,10 +4832,10 @@ msgid "Clone copies of selections"
msgstr "Cloner des copies de sélections" msgstr "Cloner des copies de sélections"
msgid "Duplicate Current Plate" msgid "Duplicate Current Plate"
msgstr "" msgstr "Dupliquer la plaque actuelle"
msgid "Duplicate the current plate" msgid "Duplicate the current plate"
msgstr "" msgstr "Dupliquer la plaque actuelle"
msgid "Select all" msgid "Select all"
msgstr "Tout sélectionner" msgstr "Tout sélectionner"
@@ -5885,7 +5885,7 @@ msgid "Sensitivity of pausing is"
msgstr "La sensibilité de pause est" msgstr "La sensibilité de pause est"
msgid "Enable detection of build plate position" msgid "Enable detection of build plate position"
msgstr "Activation de la détection de la position de la plaque" msgstr "Activation de la détection de la position du plateau"
msgid "" msgid ""
"The localization tag of build plate is detected, and printing is paused if " "The localization tag of build plate is detected, and printing is paused if "
@@ -5963,6 +5963,9 @@ msgstr "Verrouiller le plateau actuel"
msgid "Edit current plate name" msgid "Edit current plate name"
msgstr "Modifier le nom du plateau actuel" msgstr "Modifier le nom du plateau actuel"
msgid "Move plate to the front"
msgstr ""
msgid "Customize current plate" msgid "Customize current plate"
msgstr "Personnaliser le plateau actuel" msgstr "Personnaliser le plateau actuel"
@@ -7990,6 +7993,17 @@ msgstr ""
"plate\") est installé. Une valeur à 0 signifie que ce filament ne peut pas " "plate\") est installé. Une valeur à 0 signifie que ce filament ne peut pas "
"être imprimé sur le plateau froid." "être imprimé sur le plateau froid."
msgid "Textured Cool plate"
msgstr "Plaque Cool plate texturée"
msgid ""
"Bed temperature when cool plate is installed. Value 0 means the filament "
"does not support to print on the Textured Cool Plate"
msgstr ""
"Température du plateau lorsque la plaque Cool plate est installée. La valeur "
"0 signifie que le filament ne peut pas être imprimé sur la plaque Cool plate "
"texturée."
msgid "Engineering plate" msgid "Engineering plate"
msgstr "Plaque Engineering" msgstr "Plaque Engineering"
@@ -9935,6 +9949,14 @@ msgstr ""
msgid "°C" msgid "°C"
msgstr "°C" msgstr "°C"
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 ""
"Température du plateau pour les couches à lexception de la couche initiale. "
"La valeur 0 signifie que le filament ne peut pas être imprimé sur la plaque "
"Cool plate texturée."
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"
@@ -9972,6 +9994,13 @@ msgstr ""
"0 signifie que ce filament ne peut pas être imprimé sur le plateau froid " "0 signifie que ce filament ne peut pas être imprimé sur le plateau froid "
"(\"Cool plate\")." "(\"Cool plate\")."
msgid ""
"Bed temperature of the initial layer. Value 0 means the filament does not "
"support to print on the Textured Cool Plate"
msgstr ""
"Température du plateau de la couche initiale. La valeur 0 signifie que le "
"filament ne peut pas être imprimé sur la plaque Cool plate texturée."
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"
@@ -9998,12 +10027,18 @@ msgstr ""
msgid "Bed types supported by the printer" msgid "Bed types supported by the printer"
msgstr "Types de plateaux pris en charge par l'imprimante" msgstr "Types de plateaux pris en charge par l'imprimante"
msgid "Cool Plate" msgid "Smooth Cool Plate"
msgstr "Cool Plate/Plaque PLA" msgstr "Plaque Cool plate lisse"
msgid "Engineering Plate" msgid "Engineering Plate"
msgstr "Plaque Engineering" msgstr "Plaque Engineering"
msgid "Smooth High Temp Plate"
msgstr "Plaque lisse haute température"
msgid "Textured Cool Plate"
msgstr "Plaque Cool plate texturée"
msgid "First layer print sequence" msgid "First layer print sequence"
msgstr "Séquence dimpression de la première couche" msgstr "Séquence dimpression de la première couche"
@@ -10321,7 +10356,7 @@ msgstr ""
"les zones où les ponts ne peuvent pas être ancrés. " "les zones où les ponts ne peuvent pas être ancrés. "
msgid "Reverse on even" msgid "Reverse on even"
msgstr "" msgstr "Inverser lors du passage pair"
msgid "Overhang reversal" msgid "Overhang reversal"
msgstr "Inversion du surplomb" msgstr "Inversion du surplomb"
@@ -10334,6 +10369,12 @@ msgid ""
"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 "
"stresses in the part walls." "stresses in the part walls."
msgstr "" msgstr ""
"Extruder les périmètres qui ont une partie au-dessus dun surplomb dans le "
"sens inverse sur des couches paires. Ce motif alternatif peut améliorer "
"considérablement les surplombs prononcés.\n"
"\n"
"Ce paramètre peut également contribuer à réduire la déformation de la pièce "
"en raison de la réduction des contraintes dans les parois de la pièce."
msgid "Reverse only internal perimeters" msgid "Reverse only internal perimeters"
msgstr "Inverser uniquement les périmètres internes" msgstr "Inverser uniquement les périmètres internes"
@@ -10352,6 +10393,21 @@ msgid ""
"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 even layers irrespective of their overhang degree." "directions on even layers irrespective of their overhang degree."
msgstr "" msgstr ""
"Appliquer la logique dinversion des périmètres uniquement sur les "
"périmètres internes. \n"
"\n"
"Ce paramètre réduit considérablement les contraintes exercées sur les "
"pièces, car elles sont désormais réparties dans des directions alternées. "
"Cela devrait réduire la déformation des pièces tout en maintenant la qualité "
"des parois externes. Cette fonction peut être très utile pour les matériaux "
"sujets à la déformation, comme lABS/ASA, ainsi que pour les filaments "
"élastiques, comme le TPU et le Silk PLA. Elle peut également contribuer à "
"réduire la déformation des régions flottantes sur les supports.\n"
"\n"
"Pour que ce paramètre soit le plus efficace possible, il est recommandé de "
"régler le seuil dinversion sur 0 afin que toutes les parois internes "
"simpriment dans des directions alternées sur des couches régulières, quel "
"que soit leur degré de surplomb."
msgid "Bridge counterbore holes" msgid "Bridge counterbore holes"
msgstr "Trous d'alésage pour le pont" msgstr "Trous d'alésage pour le pont"
@@ -10389,6 +10445,9 @@ msgid ""
"useful. Can be a % of the perimeter width.\n" "useful. Can be a % of the perimeter width.\n"
"Value 0 enables reversal on every even layers regardless." "Value 0 enables reversal on every even layers regardless."
msgstr "" msgstr ""
"Nombre de mm de dépassement nécessaire pour que linversion soit considérée "
"comme utile. Il peut sagir dun pourcentage de la largeur du périmètre.\n"
"La valeur 0 permet linversion sur toutes les couches paires."
msgid "Classic mode" msgid "Classic mode"
msgstr "Classique" msgstr "Classique"
@@ -10427,6 +10486,24 @@ msgid ""
"overhanging, with no wall supporting them from underneath, the 100% overhang " "overhanging, with no wall supporting them from underneath, the 100% overhang "
"speed will be applied." "speed will be applied."
msgstr "" msgstr ""
"Par exemple, un ralentissement supplémentaire sera appliqué lors de "
"limpression de surplombs sur des angles aigus comme lavant de la coque du "
"Benchy, réduisant ainsi lenroulement qui saggrave sur plusieurs couches.\n"
"\n"
"Il est généralement recommandé dactiver cette option à moins que le "
"refroidissement de votre imprimante soit suffisamment puissant ou que la "
"vitesse dimpression soit suffisamment lente pour que le recourbement du "
"périmètre ne se produise pas. Si vous imprimez avec une vitesse de périmètre "
"externe élevée, ce paramètre peut introduire de légers artefacts lors du "
"ralentissement en raison de la grande variance des vitesses dimpression. Si "
"vous remarquez des artefacts, assurez-vous que votre avance de pression est "
"réglée correctement.\n"
"\n"
"Remarque : lorsque cette option est activée, les périmètres en surplomb sont "
"traités comme des surplombs, ce qui signifie que la vitesse de surplomb est "
"appliquée même si le périmètre en surplomb fait partie dun pont. Par "
"exemple, lorsque les périmètres sont en surplomb de 100 %, sans paroi les "
"soutenant par en dessous, la vitesse de surplomb de 100 % sera appliquée."
msgid "mm/s or %" msgid "mm/s or %"
msgstr "mm/s ou %" msgstr "mm/s ou %"
@@ -10662,7 +10739,7 @@ msgstr ""
"à la désactiver si vous utilisez des buses larges." "à la désactiver si vous utilisez des buses larges."
msgid "Filter out small internal bridges (beta)" msgid "Filter out small internal bridges (beta)"
msgstr "" msgstr "Filtrer les petits ponts internes (beta)"
msgid "" msgid ""
"This option can help reducing pillowing on top surfaces in heavily slanted " "This option can help reducing pillowing on top surfaces in heavily slanted "
@@ -10692,9 +10769,38 @@ msgid ""
"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 unnecessary bridges." "However, in most cases it creates too many unnecessary bridges."
msgstr "" msgstr ""
"Cette option permet de réduire la formation de cavités sur les surfaces "
"supérieures des modèles fortement inclinés ou courbés.\n"
"\n"
"Par défaut, les petits ponts internes sont filtrés et le remplissage solide "
"interne est imprimé directement sur le remplissage peu dense. Cela "
"fonctionne bien dans la plupart des cas, accélérant l'impression sans trop "
"compromettre la qualité de la surface supérieure. \n"
"\n"
"Cependant, dans les modèles fortement inclinés ou courbés, en particulier "
"lorsque la densité de remplissage est trop faible, il peut en résulter un "
"gondolement du remplissage solide non soutenu, ce qui provoque un effet de "
"capitonnage.\n"
"\n"
"En désactivant cette option, la couche de pont interne sera imprimée sur un "
"remplissage solide interne légèrement non soutenu. Les options ci-dessous "
"contrôlent la quantité de filtrage, cest-à-dire la quantité de ponts "
"internes créés.\n"
"\n"
"Filtre - activez cette option. Cest le comportement par défaut et il "
"fonctionne bien dans la plupart des cas.\n"
"\n"
"Filtrage limité - crée des ponts internes sur les surfaces fortement "
"inclinées, tout en évitant de créer des ponts internes inutiles. Cette "
"option fonctionne bien pour la plupart des modèles difficiles.\n"
"\n"
"Pas de filtrage - crée des ponts internes sur chaque surplomb interne "
"potentiel. Cette option est utile pour les modèles à surface supérieure "
"fortement inclinée. Cependant, dans la plupart des cas, elle crée trop de "
"ponts inutiles."
msgid "Filter" msgid "Filter"
msgstr "" msgstr "Filtrer"
msgid "Limited filtering" msgid "Limited filtering"
msgstr "Filtrage limité" msgstr "Filtrage limité"
@@ -10955,6 +11061,16 @@ msgid ""
"\n" "\n"
"This option will be disabled if spiral vase mode is enabled." "This option will be disabled if spiral vase mode is enabled."
msgstr "" msgstr ""
"La direction dans laquelle les boucles de la paroi sont extrudées lorsque "
"lon regarde du haut vers le bas.\n"
"\n"
"Par défaut, toutes les parois sont extrudées dans le sens inverse des "
"aiguilles dune montre, sauf si loption Inverser le sens des aiguilles "
"dune montre est activée. Si vous choisissez une option autre quAuto, la "
"direction des parois sera forcée, indépendamment de loption Inverser le "
"sens des aiguilles dune montre.\n"
"\n"
"Cette option sera désactivée si le mode vase en spirale est activé."
msgid "Counter clockwise" msgid "Counter clockwise"
msgstr "Sens inverse des aiguilles dune montre" msgstr "Sens inverse des aiguilles dune montre"
@@ -11126,7 +11242,7 @@ msgstr "Pressure Advance (Klipper) AKA Linear Advance (Marlin)"
msgid "Enable adaptive pressure advance (beta)" msgid "Enable adaptive pressure advance (beta)"
msgstr "Activer lavance de pression adaptative (beta)" msgstr "Activer lavance de pression adaptative (beta)"
#, c-format, boost-format #, fuzzy, 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 "
@@ -11147,10 +11263,32 @@ msgid ""
"and for when tool changing.\n" "and for when tool changing.\n"
"\n" "\n"
msgstr "" msgstr ""
"Avec laugmentation des vitesses dimpression (et donc du débit volumétrique "
"à travers la buse) et des accélérations, il a été observé que la valeur "
"effective de PA diminue généralement. Cela signifie quune valeur PA unique "
"nest pas toujours optimale à 100% pour toutes les caractéristiques et "
"quune valeur de compromis est généralement utilisée pour éviter de trop "
"bomber les caractéristiques avec une vitesse d’écoulement et des "
"accélérations plus faibles, tout en évitant de créer des lacunes sur les "
"caractéristiques plus rapides.\n"
"\n"
"Cette fonction vise à remédier à cette limitation en modélisant la réponse "
"du système dextrusion de votre imprimante en fonction de la vitesse du flux "
"volumétrique et de laccélération de limpression. En interne, elle génère "
"un modèle ajusté qui peut extrapoler lavance de pression nécessaire pour "
"une vitesse de flux volumétrique et une accélération données, qui est "
"ensuite transmise à limprimante en fonction des conditions dimpression "
"actuelles.\n"
"\n"
"Lorsquelle est activée, la valeur de lavance de pression ci-dessus est "
"remplacée. Cependant, une valeur par défaut raisonnable est fortement "
"recommandée pour servir de solution de secours et en cas de changement "
"doutil.\n"
msgid "Adaptive pressure advance measurements (beta)" msgid "Adaptive pressure advance measurements (beta)"
msgstr "Mesures adaptatives de lavance de pression (beta)" msgstr "Mesures adaptatives de lavance de pression (beta)"
#, 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 "
@@ -11427,6 +11565,9 @@ msgid ""
"if you measure 94mm instead of 100mm). The part will be scaled in Z to " "if you measure 94mm instead of 100mm). The part will be scaled in Z to "
"compensate." "compensate."
msgstr "" msgstr ""
"Entrez le pourcentage de rétrécissement que le filament obtiendra après "
"refroidissement (94% si vous mesurez 94mm au lieu de 100mm). La pièce sera "
"mise à l’échelle en Z pour compenser."
msgid "Loading speed" msgid "Loading speed"
msgstr "Vitesse de chargement" msgstr "Vitesse de chargement"
@@ -12279,7 +12420,7 @@ msgstr ""
"hauteur de couche d'origine." "hauteur de couche d'origine."
msgid "Infill combination - Max layer height" msgid "Infill combination - Max layer height"
msgstr "" msgstr "Combinaison de remplissage - Hauteur maximale de la couche"
msgid "" msgid ""
"Maximum layer height for the combined sparse infill. \n" "Maximum layer height for the combined sparse infill. \n"
@@ -12293,6 +12434,19 @@ msgid ""
"Use either absolute mm values (eg. 0.32mm for a 0.4mm nozzle) or % values " "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." "(eg 80%). This value must not be larger than the nozzle diameter."
msgstr "" msgstr ""
"Hauteur maximale de la couche pour le remplissage peu dense combiné. \n"
"\n"
"Réglez cette valeur à 0 ou 100% pour utiliser le diamètre de la buse (pour "
"une réduction maximale du temps dimpression) ou une valeur de ~80% pour "
"maximiser la force du remplissage peu dense.\n"
"\n"
"Le nombre de couches sur lesquelles le remplissage est combiné est obtenu en "
"divisant cette valeur par la hauteur de la couche et arrondi à la décimale "
"inférieure la plus proche.\n"
"\n"
"Utilisez des valeurs absolues en mm (par exemple, 0,32 mm pour une buse de "
"0,4 mm) ou des valeurs en % (par exemple, 80 %). Cette valeur ne doit pas "
"être supérieure au diamètre de la buse."
msgid "Filament to print internal sparse infill." msgid "Filament to print internal sparse infill."
msgstr "Filament pour imprimer un remplissage interne." msgstr "Filament pour imprimer un remplissage interne."
@@ -13533,12 +13687,15 @@ msgid "Distance from skirt to brim or object"
msgstr "Distance de la jupe au bord ou à l'objet" msgstr "Distance de la jupe au bord ou à l'objet"
msgid "Skirt start point" msgid "Skirt start point"
msgstr "" msgstr "Point de départ de la jupe"
msgid "" msgid ""
"Angle from the object center to skirt start point. Zero is the most right " "Angle from the object center to skirt start point. Zero is the most right "
"position, counter clockwise is positive angle." "position, counter clockwise is positive angle."
msgstr "" msgstr ""
"Angle entre le centre de lobjet et le point de départ de la jupe. Le zéro "
"est la position la plus à droite, le sens inverse des aiguilles dune montre "
"est un angle positif."
msgid "Skirt height" msgid "Skirt height"
msgstr "Hauteur de la jupe" msgstr "Hauteur de la jupe"
@@ -13560,6 +13717,17 @@ msgid ""
"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 ""
"Un paravent est utile pour protéger une impression ABS ou ASA contre la "
"déformation et le détachement du plateau dimpression en raison des courants "
"dair. Il nest généralement nécessaire que pour les imprimantes à structure "
"ouverte, cest-à-dire sans boîtier. \n"
"\n"
"Activé = la hauteur de la jupe est égale à celle de lobjet imprimé le plus "
"haut. Sinon, cest la « hauteur de la jupe » qui est utilisée.\n"
"Remarque : lorsque le paravent est actif, la jupe est imprimée à la distance "
"de la jupe par rapport à lobjet. Par conséquent, si des bordures sont "
"actives, elle peut les croiser. Pour éviter cela, augmentez la valeur de la "
"distance de la jupe.\n"
msgid "Disabled" msgid "Disabled"
msgstr "Désactivé" msgstr "Désactivé"
@@ -13568,18 +13736,20 @@ msgid "Enabled"
msgstr "Activé" msgstr "Activé"
msgid "Skirt type" msgid "Skirt type"
msgstr "" msgstr "Type de jupe"
msgid "" msgid ""
"Combined - single skirt for all objects, Per object - individual object " "Combined - single skirt for all objects, Per object - individual object "
"skirt." "skirt."
msgstr "" msgstr ""
"Combiné - une seule jupe pour tous les objets, Par objet - une jupe pour "
"chaque objet."
msgid "Combined" msgid "Combined"
msgstr "" msgstr "Combiné"
msgid "Per object" msgid "Per object"
msgstr "" msgstr "Par objet"
msgid "Skirt loops" msgid "Skirt loops"
msgstr "Boucles de la jupe" msgstr "Boucles de la jupe"
@@ -13607,6 +13777,14 @@ msgid ""
"Final number of loops is not taling into account whli arranging or " "Final number of loops is not taling into account whli arranging or "
"validating objects distance. Increase loop number in such case. " "validating objects distance. Increase loop number in such case. "
msgstr "" msgstr ""
"Longueur minimale dextrusion du filament en mm lors de limpression de la "
"jupe. Zéro signifie que cette fonction est désactivée.\n"
"\n"
"Lutilisation dune valeur non nulle est utile si limprimante est "
"configurée pour imprimer sans ligne damorce.\n"
"Le nombre final de boucles nest pas pris en compte lors de la disposition "
"ou de la validation de la distance des objets. Dans ce cas, augmenter le "
"nombre de boucles. "
msgid "" msgid ""
"The printing speed in exported gcode will be slowed down, when the estimated " "The printing speed in exported gcode will be slowed down, when the estimated "
@@ -14064,7 +14242,7 @@ msgstr ""
"similaire aux supports normaux sous de grands surplombs plats." "similaire aux supports normaux sous de grands surplombs plats."
msgid "Default (Grid/Organic" msgid "Default (Grid/Organic"
msgstr "" msgstr "Défaut (Grille/Organique)"
msgid "Snug" msgid "Snug"
msgstr "Ajusté" msgstr "Ajusté"
@@ -17726,6 +17904,9 @@ msgstr ""
"déformer, tels que lABS, une augmentation appropriée de la température du " "déformer, tels que lABS, une augmentation appropriée de la température du "
"plateau chauffant peut réduire la probabilité de déformation." "plateau chauffant peut réduire la probabilité de déformation."
#~ msgid "Cool Plate"
#~ msgstr "Cool Plate/Plaque PLA"
#~ msgid "Reverse on odd" #~ msgid "Reverse on odd"
#~ msgstr "Parois inversées sur couches impaires" #~ msgstr "Parois inversées sur couches impaires"
+35 -4
View File
@@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Orca Slicer\n" "Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-11 22:56+0800\n" "POT-Creation-Date: 2024-09-25 19:57+0800\n"
"Language: hu\n" "Language: hu\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@@ -5800,6 +5800,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 ""
@@ -7725,6 +7728,14 @@ msgstr ""
"Asztalhőmérséklet a hideg tálca használatával. A 0 érték azt jelenti, hogy a " "Asztalhőmérséklet a hideg tálca használatával. A 0 érték azt jelenti, hogy a "
"filament nem támogatja a Cool Plate-re történő nyomtatást" "filament nem támogatja a Cool Plate-re történő nyomtatást"
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 "Engineering plate" msgstr "Engineering plate"
@@ -9542,6 +9553,11 @@ msgstr ""
msgid "°C" msgid "°C"
msgstr "°C" msgstr "°C"
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"
@@ -9576,6 +9592,11 @@ msgstr ""
"A kezdőréteg asztalhőmérséklete. A 0 érték azt jelenti, hogy a filament nem " "A kezdőréteg asztalhőmérséklete. A 0 érték azt jelenti, hogy a filament nem "
"támogatja a Cool Plate-re történő nyomtatást" "támogatja a Cool Plate-re történő nyomtatást"
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"
@@ -9600,12 +9621,18 @@ msgstr ""
msgid "Bed types supported by the printer" msgid "Bed types supported by the printer"
msgstr "Nyomtató által támogatott asztaltípusok" msgstr "Nyomtató által támogatott asztaltípusok"
msgid "Cool Plate" msgid "Smooth Cool Plate"
msgstr "Cool Plate" msgstr ""
msgid "Engineering Plate" msgid "Engineering Plate"
msgstr "Engineering Plate" msgstr "Engineering Plate"
msgid "Smooth High Temp Plate"
msgstr ""
msgid "Textured Cool Plate"
msgstr ""
msgid "First layer print sequence" msgid "First layer print sequence"
msgstr "Az első réteg nyomtatási sorrendje" msgstr "Az első réteg nyomtatási sorrendje"
@@ -10520,7 +10547,7 @@ msgstr ""
msgid "Enable adaptive pressure advance (beta)" msgid "Enable adaptive pressure advance (beta)"
msgstr "" msgstr ""
#, c-format, 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 "
@@ -10545,6 +10572,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 "
@@ -16304,6 +16332,9 @@ msgstr ""
"Tudtad, hogy a vetemedésre hajlamos anyagok (például ABS) nyomtatásakor a " "Tudtad, hogy a vetemedésre hajlamos anyagok (például ABS) nyomtatásakor a "
"tárgyasztal hőmérsékletének növelése csökkentheti a vetemedés valószínűségét?" "tárgyasztal hőmérsékletének növelése csökkentheti a vetemedés valószínűségét?"
#~ msgid "Cool Plate"
#~ msgstr "Cool Plate"
#~ msgid "" #~ msgid ""
#~ "While printing by Object, the extruder may collide skirt.\n" #~ "While printing by Object, the extruder may collide skirt.\n"
#~ "Thus, reset the skirt layer to 1 to avoid that." #~ "Thus, reset the skirt layer to 1 to avoid that."
+35 -4
View File
@@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Orca Slicer\n" "Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-11 22:56+0800\n" "POT-Creation-Date: 2024-09-25 19:57+0800\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: \n" "Language-Team: \n"
@@ -5915,6 +5915,9 @@ msgstr "Piastra corrente di blocco"
msgid "Edit current plate name" msgid "Edit current plate name"
msgstr "Modificare il nome del piatto corrente" msgstr "Modificare il nome del piatto corrente"
msgid "Move plate to the front"
msgstr ""
msgid "Customize current plate" msgid "Customize current plate"
msgstr "Personalizza la piastra corrente" msgstr "Personalizza la piastra corrente"
@@ -7878,6 +7881,14 @@ msgstr ""
"Temperatura del piano quando è installato il piatto Cool Plate. Il valore 0 " "Temperatura del piano quando è installato il piatto Cool Plate. Il valore 0 "
"significa che il filamento non supporta la stampa su piatto Cool Plate." "significa che il filamento non supporta la stampa su piatto Cool Plate."
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 "Engineering plate" msgstr "Engineering plate"
@@ -9766,6 +9777,11 @@ msgstr ""
msgid "°C" msgid "°C"
msgstr "°C" msgstr "°C"
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"
@@ -9800,6 +9816,11 @@ msgstr ""
"Indica la temperatura del piano del primo layer. Un valore pari a 0 indica " "Indica la temperatura del piano del primo layer. Un valore pari a 0 indica "
"che il filamento non supporta la stampa sul piatto Cool Plate." "che il filamento non supporta la stampa sul piatto Cool Plate."
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"
@@ -9824,12 +9845,18 @@ msgstr ""
msgid "Bed types supported by the printer" msgid "Bed types supported by the printer"
msgstr "Tipi di piatti supportati dalla stampante" msgstr "Tipi di piatti supportati dalla stampante"
msgid "Cool Plate" msgid "Smooth Cool Plate"
msgstr "Cool Plate" msgstr ""
msgid "Engineering Plate" msgid "Engineering Plate"
msgstr "Engineering Plate" msgstr "Engineering Plate"
msgid "Smooth High Temp Plate"
msgstr ""
msgid "Textured Cool Plate"
msgstr ""
msgid "First layer print sequence" msgid "First layer print sequence"
msgstr "Sequenza di stampa del primo strato" msgstr "Sequenza di stampa del primo strato"
@@ -10864,7 +10891,7 @@ msgstr ""
msgid "Enable adaptive pressure advance (beta)" msgid "Enable adaptive pressure advance (beta)"
msgstr "" msgstr ""
#, c-format, 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 "
@@ -10889,6 +10916,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 "
@@ -17149,6 +17177,9 @@ msgstr ""
"aumentare in modo appropriato la temperatura del piano riscaldato può " "aumentare in modo appropriato la temperatura del piano riscaldato può "
"ridurre la probabilità di deformazione." "ridurre la probabilità di deformazione."
#~ msgid "Cool Plate"
#~ msgstr "Cool Plate"
#~ msgid "Reverse on odd" #~ msgid "Reverse on odd"
#~ msgstr "Retromarcia su dispari" #~ msgstr "Retromarcia su dispari"
+35 -4
View File
@@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Orca Slicer\n" "Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-11 22:56+0800\n" "POT-Creation-Date: 2024-09-25 19:57+0800\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: \n" "Language-Team: \n"
@@ -5720,6 +5720,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 ""
@@ -7586,6 +7589,14 @@ msgstr ""
"常温プレートが装着時のベッド温度です。値が0の場合、フィラメントが常温プレート" "常温プレートが装着時のベッド温度です。値が0の場合、フィラメントが常温プレート"
"に使用できない意味です。" "に使用できない意味です。"
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 "エンジニアリングプレート"
@@ -9343,6 +9354,11 @@ msgstr ""
msgid "°C" msgid "°C"
msgstr "°C" msgstr "°C"
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"
@@ -9377,6 +9393,11 @@ msgstr ""
"1層目のベッド温度です。値が0の場合、フィラメントが常温プレートに使用できない" "1層目のベッド温度です。値が0の場合、フィラメントが常温プレートに使用できない"
"意味です。" "意味です。"
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"
@@ -9401,12 +9422,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 "First layer print sequence" msgstr "First layer print sequence"
@@ -10295,7 +10322,7 @@ msgstr ""
msgid "Enable adaptive pressure advance (beta)" msgid "Enable adaptive pressure advance (beta)"
msgstr "" msgstr ""
#, c-format, 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 "
@@ -10320,6 +10347,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 "
@@ -15981,6 +16009,9 @@ msgstr ""
"ABS, appropriately increasing the heatbed temperature can reduce the " "ABS, appropriately increasing the heatbed temperature can reduce the "
"probability of warping?" "probability of warping?"
#~ msgid "Cool Plate"
#~ msgstr "常温プレート"
#~ msgid "" #~ msgid ""
#~ "While printing by Object, the extruder may collide skirt.\n" #~ "While printing by Object, the extruder may collide skirt.\n"
#~ "Thus, reset the skirt layer to 1 to avoid that." #~ "Thus, reset the skirt layer to 1 to avoid that."
+35 -4
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Orca Slicer\n" "Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-11 22:56+0800\n" "POT-Creation-Date: 2024-09-25 19:57+0800\n"
"PO-Revision-Date: 2024-05-31 23:33+0900\n" "PO-Revision-Date: 2024-05-31 23:33+0900\n"
"Last-Translator: ElectricalBoy <15651807+ElectricalBoy@users.noreply.github." "Last-Translator: ElectricalBoy <15651807+ElectricalBoy@users.noreply.github."
"com>\n" "com>\n"
@@ -5763,6 +5763,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 "사용자 정의 플레이트"
@@ -7650,6 +7653,14 @@ msgstr ""
"쿨 플레이트 설치 시 베드 온도. 값 0은 필라멘트가 쿨 플레이트에 출력하는 것을 " "쿨 플레이트 설치 시 베드 온도. 값 0은 필라멘트가 쿨 플레이트에 출력하는 것을 "
"지원하지 않음을 의미합니다" "지원하지 않음을 의미합니다"
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 "엔지니어링 플레이트"
@@ -9461,6 +9472,11 @@ msgstr ""
msgid "°C" msgid "°C"
msgstr "°C" msgstr "°C"
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"
@@ -9495,6 +9511,11 @@ msgstr ""
"초기 레이어의 베드 온도. 값 0은 필라멘트가 쿨 플레이트 출력을 지원하지 않음" "초기 레이어의 베드 온도. 값 0은 필라멘트가 쿨 플레이트 출력을 지원하지 않음"
"을 의미합니다" "을 의미합니다"
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"
@@ -9519,12 +9540,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 "첫 레이어 출력 순서"
@@ -10502,7 +10529,7 @@ msgstr "프레셔 어드밴스(Klipper)/리니어 어드밴스(Marlin)"
msgid "Enable adaptive pressure advance (beta)" msgid "Enable adaptive pressure advance (beta)"
msgstr "" msgstr ""
#, c-format, 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 "
@@ -10527,6 +10554,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 "
@@ -16533,6 +16561,9 @@ msgstr ""
"ABS와 같이 뒤틀림이 발생하기 쉬운 소재를 출력할 때, 히트베드 온도를 적절하게 " "ABS와 같이 뒤틀림이 발생하기 쉬운 소재를 출력할 때, 히트베드 온도를 적절하게 "
"높이면 뒤틀림 가능성을 줄일 수 있다는 사실을 알고 계셨나요?" "높이면 뒤틀림 가능성을 줄일 수 있다는 사실을 알고 계셨나요?"
#~ msgid "Cool Plate"
#~ msgstr "쿨 플레이트"
#~ msgid "Reverse on odd" #~ msgid "Reverse on odd"
#~ msgstr "홀수에 반전" #~ msgstr "홀수에 반전"
+35 -4
View File
@@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Orca Slicer\n" "Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-11 22:56+0800\n" "POT-Creation-Date: 2024-09-25 19:57+0800\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: \n" "Language-Team: \n"
@@ -5853,6 +5853,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 ""
@@ -7836,6 +7839,14 @@ msgstr ""
"Dit is de bedtemperatuur wanneer de koelplaat is geïnstalleerd. Een waarde " "Dit is de bedtemperatuur wanneer de koelplaat is geïnstalleerd. Een waarde "
"van 0 betekent dat het filament printen op de Cool Plate niet ondersteunt." "van 0 betekent dat het filament printen op de Cool Plate niet ondersteunt."
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 "Engineering plaat" msgstr "Engineering plaat"
@@ -9676,6 +9687,11 @@ msgstr ""
msgid "°C" msgid "°C"
msgstr "°C" msgstr "°C"
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"
@@ -9711,6 +9727,11 @@ msgstr ""
"Dit is de bedtemperatuur van de beginlaag. Een waarde van 0 betekent dat het " "Dit is de bedtemperatuur van de beginlaag. Een waarde van 0 betekent dat het "
"filament printen op de Cool Plate niet ondersteunt." "filament printen op de Cool Plate niet ondersteunt."
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"
@@ -9735,12 +9756,18 @@ msgstr ""
msgid "Bed types supported by the printer" msgid "Bed types supported by the printer"
msgstr "Printbedden ondersteund door de printer" msgstr "Printbedden ondersteund door de printer"
msgid "Cool Plate" msgid "Smooth Cool Plate"
msgstr "Cool (koud) printbed" msgstr ""
msgid "Engineering Plate" msgid "Engineering Plate"
msgstr "Engineering plate (technisch printbed)" msgstr "Engineering plate (technisch printbed)"
msgid "Smooth High Temp Plate"
msgstr ""
msgid "Textured Cool Plate"
msgstr ""
msgid "First layer print sequence" msgid "First layer print sequence"
msgstr "Afdrukvolgorde van de eerste laag" msgstr "Afdrukvolgorde van de eerste laag"
@@ -10664,7 +10691,7 @@ msgstr ""
msgid "Enable adaptive pressure advance (beta)" msgid "Enable adaptive pressure advance (beta)"
msgstr "" msgstr ""
#, c-format, 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 "
@@ -10689,6 +10716,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 "
@@ -16555,6 +16583,9 @@ msgstr ""
"kromtrekken, zoals ABS, een juiste verhoging van de temperatuur van het " "kromtrekken, zoals ABS, een juiste verhoging van de temperatuur van het "
"warmtebed de kans op kromtrekken kan verkleinen?" "warmtebed de kans op kromtrekken kan verkleinen?"
#~ msgid "Cool Plate"
#~ msgstr "Cool (koud) printbed"
#~ msgid "Reverse on odd" #~ msgid "Reverse on odd"
#~ msgstr "Overhang omkering" #~ msgstr "Overhang omkering"
+288 -31
View File
@@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: OrcaSlicer 2.1\n" "Project-Id-Version: OrcaSlicer 2.1\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-11 22:56+0800\n" "POT-Creation-Date: 2024-09-25 19:57+0800\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: Krzysztof Morga <tlumaczeniebs@gmail.com>\n" "Last-Translator: Krzysztof Morga <tlumaczeniebs@gmail.com>\n"
"Language-Team: \n" "Language-Team: \n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 " "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 "
"|| n%100>14) ? 1 : 2);\n" "|| n%100>14) ? 1 : 2);\n"
"X-Generator: Poedit 3.4.4\n" "X-Generator: Poedit 3.5\n"
msgid "Supports Painting" msgid "Supports Painting"
msgstr "Malowanie podpór" msgstr "Malowanie podpór"
@@ -1983,7 +1983,7 @@ msgid "Center"
msgstr "Wyśrodkuj" msgstr "Wyśrodkuj"
msgid "Drop" msgid "Drop"
msgstr "" msgstr "Upuść"
msgid "Edit Process Settings" msgid "Edit Process Settings"
msgstr "Edytuj ustawienia procesu" msgstr "Edytuj ustawienia procesu"
@@ -4793,10 +4793,10 @@ msgid "Clone copies of selections"
msgstr "Tworzy kopie zaznaczeń" msgstr "Tworzy kopie zaznaczeń"
msgid "Duplicate Current Plate" msgid "Duplicate Current Plate"
msgstr "" msgstr "Duplikuj bieżącą płytę"
msgid "Duplicate the current plate" msgid "Duplicate the current plate"
msgstr "" msgstr "Duplikuj bieżącą płytę"
msgid "Select all" msgid "Select all"
msgstr "Zaznacz wszystko" msgstr "Zaznacz wszystko"
@@ -4847,10 +4847,10 @@ msgid "Show object overhang highlight in 3D scene"
msgstr "Pokaż podświetlenie nawisów obiektów w scenie 3D" msgstr "Pokaż podświetlenie nawisów obiektów w scenie 3D"
msgid "Show Selected Outline (Experimental)" msgid "Show Selected Outline (Experimental)"
msgstr "" msgstr "Wyświetl zaznaczony kontur (eksperymentalne)"
msgid "Show outline around selected object in 3D scene" msgid "Show outline around selected object in 3D scene"
msgstr "" msgstr "Pokaż kontur wokół zaznaczonego obiektu w scenie 3D"
msgid "Preferences" msgid "Preferences"
msgstr "Preferencje" msgstr "Preferencje"
@@ -4874,16 +4874,16 @@ msgid "Flow rate test - Pass 2"
msgstr "Test natężenia przepływu - Procedura 2" msgstr "Test natężenia przepływu - Procedura 2"
msgid "YOLO (Recommended)" msgid "YOLO (Recommended)"
msgstr "" msgstr "YOLO (Zalecane)"
msgid "Orca YOLO flowrate calibration, 0.01 step" msgid "Orca YOLO flowrate calibration, 0.01 step"
msgstr "" msgstr "Orca YOLO-kalibracja przepływu, krok 0.01"
msgid "YOLO (perfectionist version)" msgid "YOLO (perfectionist version)"
msgstr "" msgstr "YOLO (wersja perfekcjonistyczna)"
msgid "Orca YOLO flowrate calibration, 0.005 step" msgid "Orca YOLO flowrate calibration, 0.005 step"
msgstr "" msgstr "Orca YOLO-kalibracja przepływu, krok 0.005"
msgid "Flow rate" msgid "Flow rate"
msgstr "Natężenie przepływu" msgstr "Natężenie przepływu"
@@ -5916,6 +5916,9 @@ msgstr "Zablokuj bieżący stół"
msgid "Edit current plate name" msgid "Edit current plate name"
msgstr "Edytuj aktualną nazwę płyty" msgstr "Edytuj aktualną nazwę płyty"
msgid "Move plate to the front"
msgstr "Umieść płytę jako pierwszą"
msgid "Customize current plate" msgid "Customize current plate"
msgstr "Dostosuj bieżący stół" msgstr "Dostosuj bieżący stół"
@@ -7878,6 +7881,16 @@ msgstr ""
"Temperatura stołu, gdy zainstalowana jest Cool Plate. Wartość 0 oznacza, że " "Temperatura stołu, gdy zainstalowana jest Cool Plate. Wartość 0 oznacza, że "
"filament nie jest przystosowany do druku na Cool Plate" "filament nie jest przystosowany do druku na Cool Plate"
msgid "Textured Cool plate"
msgstr "Textured Cool plate"
msgid ""
"Bed temperature when cool plate is installed. Value 0 means the filament "
"does not support to print on the Textured Cool Plate"
msgstr ""
"Temperatura stołu przy zainstalowanej Cool Plate. Wartość 0 oznacza, że "
"filament nie jest przystosowany do druku na Textured Cool Plate"
msgid "Engineering plate" msgid "Engineering plate"
msgstr "Engineering Plate" msgstr "Engineering Plate"
@@ -8652,7 +8665,7 @@ msgid "Collapse/Expand the sidebar"
msgstr "Zwiń/Rozwiń pasek boczny" msgstr "Zwiń/Rozwiń pasek boczny"
msgid "⌘+Any arrow" msgid "⌘+Any arrow"
msgstr "" msgstr "⌘+Dowolna strzałka"
msgid "Movement in camera space" msgid "Movement in camera space"
msgstr "Ruch w przestrzeni kamery" msgstr "Ruch w przestrzeni kamery"
@@ -9343,6 +9356,8 @@ msgid ""
"While the object %1% itself fits the build volume, it exceeds the maximum " "While the object %1% itself fits the build volume, it exceeds the maximum "
"build volume height because of material shrinkage compensation." "build volume height because of material shrinkage compensation."
msgstr "" msgstr ""
"Chociaż obiekt %1% mieści się w objętości roboczej, przekracza maksymalną "
"jej wysokość z powodu kompensacji skurczu materiału."
#, boost-format #, boost-format
msgid "The object %1% exceeds the maximum build volume height." msgid "The object %1% exceeds the maximum build volume height."
@@ -9561,6 +9576,8 @@ msgid ""
"Filament shrinkage will not be used because filament shrinkage for the used " "Filament shrinkage will not be used because filament shrinkage for the used "
"filaments differs significantly." "filaments differs significantly."
msgstr "" msgstr ""
"Kompensacja skurczu filamentu nie będzie zastosowana, ponieważ skurcz "
"używanych filamentów jest zbyt zróżnicowany."
msgid "Generating skirt & brim" msgid "Generating skirt & brim"
msgstr "Generowanie Skirtu i Brimu" msgstr "Generowanie Skirtu i Brimu"
@@ -9775,6 +9792,13 @@ msgstr ""
msgid "°C" msgid "°C"
msgstr "°C" msgstr "°C"
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 ""
"Temperatura stołu dla warstw, z wyjątkiem pierwszej. Wartość 0 oznacza, że "
"filament nie nadaje się do druku na Textured Cool Plate"
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"
@@ -9809,6 +9833,13 @@ msgstr ""
"Temperatura stołu pierwszej warstwy. Wartość 0 oznacza, że filament nie " "Temperatura stołu pierwszej warstwy. Wartość 0 oznacza, że filament nie "
"obsługuje drukowania na Cool Plate" "obsługuje drukowania na Cool Plate"
msgid ""
"Bed temperature of the initial layer. Value 0 means the filament does not "
"support to print on the Textured Cool Plate"
msgstr ""
"Temperatura stołu dla pierwszej warstwy. Wartość 0 oznacza, że filament nie "
"nadaje się do druku na Textured Cool Plate"
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"
@@ -9833,12 +9864,18 @@ msgstr ""
msgid "Bed types supported by the printer" msgid "Bed types supported by the printer"
msgstr "Rodzaje płyt roboczych obsługiwanych przez drukarkę" msgstr "Rodzaje płyt roboczych obsługiwanych przez drukarkę"
msgid "Cool Plate" msgid "Smooth Cool Plate"
msgstr "Cool Plate / PLA Plate" msgstr "Smooth Cool Plate"
msgid "Engineering Plate" msgid "Engineering Plate"
msgstr "Engineering Plate" msgstr "Engineering Plate"
msgid "Smooth High Temp Plate"
msgstr "Smooth High Temp Plate"
msgid "Textured Cool Plate"
msgstr "Textured Cool Plate"
msgid "First layer print sequence" msgid "First layer print sequence"
msgstr "Sekwencja druku pierwszej warstwy" msgstr "Sekwencja druku pierwszej warstwy"
@@ -9916,6 +9953,33 @@ msgid ""
"generator and use this option to control whether the cosmetic top and bottom " "generator and use this option to control whether the cosmetic top and bottom "
"surface gap fill is generated" "surface gap fill is generated"
msgstr "" msgstr ""
"Włącza wypełnienie szczelin dla zaznaczonych powierzchni stałych. Minimalna "
"długość szczeliny, która zostanie wypełniona, może być kontrolowana z opcji "
"filtruj małe szczeliny znajdującej się poniżej.\n"
"Opcje:\n"
"1. Wszędzie: Zastosowuje wypełnienie szczelin do górnych, dolnych i "
"wewnętrznych pełnych powierzchni dla maksymalnej wytrzymałości.\n"
"2. Powierzchnie górne i dolne: Zastosowuje wypełnienie szczelin tylko do "
"powierzchni górnej i dolnej, równoważąc szybkość druku, zmniejszając "
"potencjalne nadmierne wytłaczanie dla wypełnienia pełnego i zapewniając, że "
"górne i dolne powierzchnie nie mają dziur.\n"
"3. Nigdzie: Wyłącza wypełnienie szczelin dla wszystkich obszarów pełnego "
"wypełnienia.\n"
"Zauważ, że jeśli używasz klasycznego generatora obrysów, wypełnienie "
"szczelin może być również generowane między obrysami, jeśli linia o pełnej "
"szerokości nie może się między nimi zmieścić. To wypełnienie szczelin między "
"obrysami nie jest kontrolowane przez tę opcję.\n"
"\n"
"Jeśli chcesz usunąć wszystkie wypełnienia szczelin, w tym generowane przez "
"klasyczny obrys, ustaw wartość filtra dla małych szczelin na dużą liczbę, na "
"przykład 999999.\n"
"\n"
"Jednak nie jest to zalecane, ponieważ wypełnienie szczelin między obrysami "
"przyczynia się do wytrzymałości modelu. Dla modeli, w których generowane "
"jest nadmierne wypełnienie szczelin między obrysami, lepszą opcją byłoby "
"przełączenie się na generator ścian arachne i użycie tej opcji do "
"kontrolowania, czy kosmetyczne wypełnienie szczelin na górnej i dolnej "
"powierzchni ma być generowane."
msgid "Everywhere" msgid "Everywhere"
msgstr "Wszędzie" msgstr "Wszędzie"
@@ -9995,6 +10059,12 @@ msgid ""
"The actual bridge flow used is calculated by multiplying this value with the " "The actual bridge flow used is calculated by multiplying this value with the "
"filament flow ratio, and if set, the object's flow ratio." "filament flow ratio, and if set, the object's flow ratio."
msgstr "" msgstr ""
"Zmniejsz tę wartość (na przykład do 0.9), aby zredukować ilość materiału "
"używanego do wydruku mostu i poprawić jego stabilność.\n"
"\n"
"Rzeczywisty przepływ materiału dla mostu oblicza się, mnożąc tę wartość "
"przez stosunek przepływu filamentu oraz (jeśli ustawiono) przez stosunek "
"przepływu obiektu."
msgid "Internal bridge flow ratio" msgid "Internal bridge flow ratio"
msgstr "Współczynnik przepływu dla wewnętrznych mostów" msgstr "Współczynnik przepływu dla wewnętrznych mostów"
@@ -10008,6 +10078,13 @@ msgid ""
"with the bridge flow ratio, the filament flow ratio, and if set, the " "with the bridge flow ratio, the filament flow ratio, and if set, the "
"object's flow ratio." "object's flow ratio."
msgstr "" msgstr ""
"Ta wartość reguluje grubość wewnętrznej warstwy mostu. Jest to pierwsza "
"warstwa nad rzadkim wypełnieniem. Nieznacznie zmniejsz tę wartość (na "
"przykład 0.9), aby poprawić jakość powierzchni nad rzadkim wypełnieniem.\n"
"\n"
"Rzeczywisty przepływ wewnętrz mostu oblicza się, mnożąc tę wartość przez "
"współczynnik przepływu mostu, współczynnik przepływu filamentu oraz (jeśli "
"jest ustawiony) współczynnik przepływu obiektu."
msgid "Top surface flow ratio" msgid "Top surface flow ratio"
msgstr "Współczynnik przepływu górnej powierzchni" msgstr "Współczynnik przepływu górnej powierzchni"
@@ -10019,6 +10096,13 @@ msgid ""
"The actual top surface flow used is calculated by multiplying this value " "The actual top surface flow used is calculated by multiplying this value "
"with the filament flow ratio, and if set, the object's flow ratio." "with the filament flow ratio, and if set, the object's flow ratio."
msgstr "" msgstr ""
"Ten współczynnik wpływa na ilość materiału dla górnego pełnego wypełnienia. "
"Możesz go nieznacznie zmniejszyć, aby uzyskać gładkie wykończenie "
"powierzchni.\n"
"\n"
"Rzeczywisty przepływ górnej powierzchni oblicza się, mnożąc tę wartość przez "
"współczynnik przepływu filamentu oraz (jeśli jest ustawiony) przez "
"współczynnik przepływu obiektu."
msgid "Bottom surface flow ratio" msgid "Bottom surface flow ratio"
msgstr "Współczynnik przepływu dolnej powierzchni" msgstr "Współczynnik przepływu dolnej powierzchni"
@@ -10029,6 +10113,11 @@ msgid ""
"The actual bottom solid infill flow used is calculated by multiplying this " "The actual bottom solid infill flow used is calculated by multiplying this "
"value with the filament flow ratio, and if set, the object's flow ratio." "value with the filament flow ratio, and if set, the object's flow ratio."
msgstr "" msgstr ""
"Ten współczynnik wpływa na ilość materiału dla dolnego pełnego wypełnienia.\n"
"\n"
"Rzeczywisty przepływ dolnego wypełnienia stałego oblicza się, mnożąc tę "
"wartość przez współczynnik przepływu filamentu oraz (jeśli jest ustawiony) "
"przez współczynnik przepływu obiektu."
msgid "Precise wall" msgid "Precise wall"
msgstr "Ściany o wysokiej precyzji" msgstr "Ściany o wysokiej precyzji"
@@ -10099,7 +10188,7 @@ msgstr ""
"można zakotwiczyć mostów. " "można zakotwiczyć mostów. "
msgid "Reverse on even" msgid "Reverse on even"
msgstr "" msgstr "Odwróć na parzystych"
msgid "Overhang reversal" msgid "Overhang reversal"
msgstr "Przeciwny kierunek przy nawisach" msgstr "Przeciwny kierunek przy nawisach"
@@ -10112,6 +10201,12 @@ msgid ""
"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 "
"stresses in the part walls." "stresses in the part walls."
msgstr "" msgstr ""
"Wydrukuj obwody, które mają swoją część nad nawisem, w przeciwnym kierunku "
"na warstwach parzystych. Taki naprzemienny wzór może znacznie poprawić "
"jakość wydruków z dużymi nawisami.\n"
"\n"
"Ten parametr może także pomóc w zmniejszeniu odkształceń elementu, ponieważ "
"redukuje napięcia w ściankach wydruku."
msgid "Reverse only internal perimeters" msgid "Reverse only internal perimeters"
msgstr "Przeciwny kierunek tylko dla wewnętrznych obrysów" msgstr "Przeciwny kierunek tylko dla wewnętrznych obrysów"
@@ -10130,6 +10225,20 @@ msgid ""
"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 even layers irrespective of their overhang degree." "directions on even layers irrespective of their overhang degree."
msgstr "" msgstr ""
"Zastosuj logikę odwracania obwodów tylko do obwodów wewnętrznych.\n"
"\n"
"Ten parametr znacznie redukuje napięcia działające na elementy, ponieważ są "
"one teraz rozłożone w różnych kierunkach. Powinno to zmniejszyć "
"odkształcenia elementów, zachowując jednocześnie jakość zewnętrznych ścian. "
"Funkcja ta może być szczególnie przydatna dla materiałów podatnych na "
"odkształcenia, takich jak ABS/ASA, a także dla elastycznych filamentów, "
"takich jak TPU i Silk PLA. Może również pomóc w redukcji odkształceń w "
"podpartych obszarach.\n"
"\n"
"Aby ten parametr był jak najskuteczniejszy, zaleca się ustawienie progu "
"odwrócenia na 0, aby wszystkie wewnętrzne ściany były drukowane w "
"naprzemiennych kierunkach na warstwach parzystych, niezależnie od ich "
"stopnia nawisu."
msgid "Bridge counterbore holes" msgid "Bridge counterbore holes"
msgstr "Mostek dla fazowanych otworów" msgstr "Mostek dla fazowanych otworów"
@@ -10166,6 +10275,9 @@ msgid ""
"useful. Can be a % of the perimeter width.\n" "useful. Can be a % of the perimeter width.\n"
"Value 0 enables reversal on every even layers regardless." "Value 0 enables reversal on every even layers regardless."
msgstr "" msgstr ""
"Liczba milimetrów, które musi wynosić nawis, aby odwrócenie było uważane za "
"użyteczne. Może być procentem szerokości obwodu.\n"
"Wartość 0 aktywuje odwrócenie na każdej parzystej warstwie."
msgid "Classic mode" msgid "Classic mode"
msgstr "Tryb klasyczny" msgstr "Tryb klasyczny"
@@ -10202,6 +10314,23 @@ msgid ""
"overhanging, with no wall supporting them from underneath, the 100% overhang " "overhanging, with no wall supporting them from underneath, the 100% overhang "
"speed will be applied." "speed will be applied."
msgstr "" msgstr ""
"Włącz tę opcję, aby spowolnić drukowanie w obszarach, gdzie obwody mogą się "
"unosić do góry. Na przykład dodatkowe spowolnienie będzie stosowane podczas "
"drukowania nawisów na ostrych krawędziach, takich jak przód Benchy, co "
"zmniejszy podwijanie (Curling), które kumuluje się w kolejnych warstwach.\n"
"\n"
"Ogólnie zaleca się, aby ta opcja była włączona, chyba że chłodzenie Twojej "
"drukarki jest wystarczająco mocne lub prędkość druku jest wystarczająco "
"wolna, aby to zjawisko nie występowało. Jeśli drukujesz zewnętrzny obwód z "
"wysoką prędkością, ten parametr może wprowadzać niewielkie artefakty podczas "
"spowolnień z powodu dużej zmienności prędkości druku. Jeśli zauważysz "
"artefakty, upewnij się, że Twoje dostosowanie ciśnienia (PA) jest prawidłowo "
"skalibrowane.\n"
"\n"
"Uwaga: Gdy ta opcja jest włączona, obwody nawisów traktowane są jak nawis, "
"co oznacza, że prędkość dla nawisów jest stosowana nawet jeśli unoszący się "
"obwód jest częścią mostu. Na przykład, gdy obwody są w 100% nawisające, bez "
"żadnej podpory pod nimi, zastosowana zostanie prędkość dla nawisu 100%."
msgid "mm/s or %" msgid "mm/s or %"
msgstr "mm/s lub %" msgstr "mm/s lub %"
@@ -10228,6 +10357,8 @@ msgid ""
"Speed of internal bridges. If the value is expressed as a percentage, it " "Speed of internal bridges. If the value is expressed as a percentage, it "
"will be calculated based on the bridge_speed. Default value is 150%." "will be calculated based on the bridge_speed. Default value is 150%."
msgstr "" msgstr ""
"Prędkość wewnętrznych mostów. Jeśli wartość jest wyrażona w procentach, "
"będzie obliczana na podstawie prędkości mostu. Wartość domyślna wynosi 150%."
msgid "Brim width" msgid "Brim width"
msgstr "Szerokość Brimu" msgstr "Szerokość Brimu"
@@ -10427,7 +10558,7 @@ msgstr ""
"użycie tej funkcji. Jednak rozważ jej wyłączenie, jeśli używasz dużych dysz." "użycie tej funkcji. Jednak rozważ jej wyłączenie, jeśli używasz dużych dysz."
msgid "Filter out small internal bridges (beta)" msgid "Filter out small internal bridges (beta)"
msgstr "" msgstr "Filtruj małe mosty wewnętrzne (beta)"
msgid "" msgid ""
"This option can help reducing pillowing on top surfaces in heavily slanted " "This option can help reducing pillowing on top surfaces in heavily slanted "
@@ -10457,9 +10588,36 @@ msgid ""
"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 unnecessary bridges." "However, in most cases it creates too many unnecessary bridges."
msgstr "" msgstr ""
"Ta opcja może pomóc w redukcji efektu 'pillowingu' na górnych powierzchniach "
"w mocno nachylonych lub zakrzywionych modelach.\n"
"\n"
"Domyślnie, małe wewnętrzne mosty są filtrowane, a wewnętrzne pełne "
"wypełnienie jest drukowane bezpośrednio na rzadkim wypełnieniu. To "
"rozwiązanie sprawdza się w większości przypadków, przyspieszając drukowanie "
"bez zbytniego kompromisu w jakości górnej powierzchni.\n"
"\n"
"Jednak w mocno nachylonych lub zakrzywionych modelach, szczególnie przy zbyt "
"niskiej gęstości rzadkiego wypełnienia, może to prowadzić do odkształcania "
"się niepodpartej części wypełnienia, powodując 'pillowing'.\n"
"\n"
"Wyłączenie tej opcji spowoduje wydrukowanie warstwy mostu wewnętrznego nad "
"niepodpartym wewnętrznym pełnym wypełnieniem. Opcje poniżej kontrolują "
"stopień filtrowania, czyli ilość stworzonych wewnętrznych mostów.\n"
"\n"
"Filtruj włącz tę opcję. Jest to domyślne zachowanie, które dobrze sprawdza "
"się w większości przypadków.\n"
"\n"
"Ograniczone filtrowanie - tworzy wewnętrzne mosty na mocno pochylonych "
"powierzchniach, jednocześnie unikając tworzenia niepotrzebnych wewnętrznych "
"mostów. Działa to dobrze w przypadku większości trudnych modeli.\n"
"\n"
"Brak filtrowania tworzy wewnętrzne mosty na każdym potencjalnym "
"wewnętrznym nawisie. Ta opcja jest przydatna dla modeli z mocno nachyloną "
"górną powierzchnią. Jednak w większości przypadków niepotrzebnie tworzy ich "
"zbyt wiele."
msgid "Filter" msgid "Filter"
msgstr "" msgstr "Filtr"
msgid "Limited filtering" msgid "Limited filtering"
msgstr "Ograniczona filtracja" msgstr "Ograniczona filtracja"
@@ -10712,6 +10870,14 @@ msgid ""
"\n" "\n"
"This option will be disabled if spiral vase mode is enabled." "This option will be disabled if spiral vase mode is enabled."
msgstr "" msgstr ""
"Kierunek, w którym wytłaczane są pętle ścian, patrząc z góry.\n"
"\n"
"Domyślnie wszystkie ściany są wytłaczane w kierunku przeciwnym do ruchu "
"wskazówek zegara, chyba że opcja Odwróć na parzystych jest włączona. "
"Ustawienie tej opcji na coś innego niż Auto wymusi kierunek ściany, "
"niezależnie od ustawienia Odwróć na parzystych.\n"
"\n"
"Ta opcja będzie wyłączona, jeśli tryb Wazy jest włączony."
msgid "Counter clockwise" msgid "Counter clockwise"
msgstr "Przeciwnie" msgstr "Przeciwnie"
@@ -10854,6 +11020,14 @@ msgid ""
"The final object flow ratio is this value multiplied by the filament flow " "The final object flow ratio is this value multiplied by the filament flow "
"ratio." "ratio."
msgstr "" msgstr ""
"Materiał może mieć zmiany objętości po przejściu między stanem ciekłym a "
"stanem krystalicznym. Ta opcja zmienia proporcjonalnie cały przepływ "
"wytłaczania filamentu w gcode. Zalecany zakres wartości to od 0,95 do 1,05. "
"Może warto dostosować tę wartość, aby uzyskać ładną, gładką powierzchnię, "
"gdy występuje niewielkie przepełnienie lub niedobór.\n"
"\n"
"Ostateczny współczynnik przepływu dla obiektu to ta wartość pomnożona przez "
"współczynnik przepływu filamentu."
msgid "Enable pressure advance" msgid "Enable pressure advance"
msgstr "Włącz wzrost ciśnienia (PA)" msgstr "Włącz wzrost ciśnienia (PA)"
@@ -10872,7 +11046,7 @@ msgstr ""
msgid "Enable adaptive pressure advance (beta)" msgid "Enable adaptive pressure advance (beta)"
msgstr "Włącz adaptacyjny wzrost ciśnienia (beta)" msgstr "Włącz adaptacyjny wzrost ciśnienia (beta)"
#, c-format, 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 "
@@ -10894,8 +11068,8 @@ msgid ""
"\n" "\n"
msgstr "" msgstr ""
"Wraz ze wzrostem prędkości druku zaobserwowano, że efektywna wartość PA " "Wraz ze wzrostem prędkości druku zaobserwowano, że efektywna wartość PA "
"zazwyczaj maleje. Oznacza to, że pojedyncza wartość PA nie jest w " "zazwyczaj maleje. Oznacza to, że pojedyncza wartość PA nie jest w 100% "
"100% optymalna dla wszystkich elementów i zwykle stosowana jest wartość " "optymalna dla wszystkich elementów i zwykle stosowana jest wartość "
"kompromisowa, która nie powoduje zbyt dużego \"wypuklenia\" na elementach " "kompromisowa, która nie powoduje zbyt dużego \"wypuklenia\" na elementach "
"drukowanych wolniej, a jednocześnie nie powoduje przerw na elementach " "drukowanych wolniej, a jednocześnie nie powoduje przerw na elementach "
"drukowanych szybciej.\n" "drukowanych szybciej.\n"
@@ -10913,6 +11087,7 @@ msgstr ""
msgid "Adaptive pressure advance measurements (beta)" msgid "Adaptive pressure advance measurements (beta)"
msgstr "Adaptacyjny pomiar ciśnienia (beta)" msgstr "Adaptacyjny pomiar ciśnienia (beta)"
#, 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 "
@@ -11099,6 +11274,10 @@ msgid ""
"single-extruder multi-material machines. For tool changers or multi-tool " "single-extruder multi-material machines. For tool changers or multi-tool "
"machines, it's typically 0. For statistics only" "machines, it's typically 0. For statistics only"
msgstr "" msgstr ""
"Czas na załadowanie nowego filamentu przy jego zmianie. Zwykle dotyczy to "
"maszyn wielomateriałowych z jednym ekstruderem. Dla maszyn z wymiennym "
"narzędziem lub maszyn wielonarzędziowych zazwyczaj wynosi 0. Tylko do "
"statystyk."
msgid "Filament unload time" msgid "Filament unload time"
msgstr "Czas rozładowania filamentu" msgstr "Czas rozładowania filamentu"
@@ -11108,15 +11287,22 @@ msgid ""
"for single-extruder multi-material machines. For tool changers or multi-tool " "for single-extruder multi-material machines. For tool changers or multi-tool "
"machines, it's typically 0. For statistics only" "machines, it's typically 0. For statistics only"
msgstr "" msgstr ""
"Czas na rozładowanie starego filamentu przy jego zmianie. Zwykle dotyczy to "
"maszyn wielomateriałowych z jednym ekstruderem. Dla maszyn z wymiennym "
"narzędziem lub maszyn wielonarzędziowych zazwyczaj wynosi 0. Tylko do "
"statystyk."
msgid "Tool change time" msgid "Tool change time"
msgstr "" msgstr "Czas zmiany narzędzia"
msgid "" msgid ""
"Time taken to switch tools. It's usually applicable for tool changers or " "Time taken to switch tools. It's usually applicable for tool changers or "
"multi-tool machines. For single-extruder multi-material machines, it's " "multi-tool machines. For single-extruder multi-material machines, it's "
"typically 0. For statistics only" "typically 0. For statistics only"
msgstr "" msgstr ""
"Czas potrzebny na zmianę narzędzia. Zwykle dotyczy to maszyn z wymiennym "
"narzędziem lub maszyn wielonarzędziowych. Dla maszyn wielomateriałowych z "
"jednym ekstruderem zazwyczaj wynosi 0. Tylko do statystyk."
msgid "" msgid ""
"Filament diameter is used to calculate extrusion in gcode, so it's important " "Filament diameter is used to calculate extrusion in gcode, so it's important "
@@ -11146,7 +11332,7 @@ msgstr ""
"średnica_filamentu = sqrt( (4 * współczynnik_przepływu_granulatu) / PI )" "średnica_filamentu = sqrt( (4 * współczynnik_przepływu_granulatu) / PI )"
msgid "Shrinkage (XY)" msgid "Shrinkage (XY)"
msgstr "" msgstr "Skurcz (XY)"
#, no-c-format, no-boost-format #, no-c-format, no-boost-format
msgid "" msgid ""
@@ -11163,7 +11349,7 @@ msgstr ""
"ponieważ ta kompensacja jest wykonywana po przeprowadzeniu kontroli." "ponieważ ta kompensacja jest wykonywana po przeprowadzeniu kontroli."
msgid "Shrinkage (Z)" msgid "Shrinkage (Z)"
msgstr "" msgstr "Skurcz (Z)"
#, no-c-format, no-boost-format #, no-c-format, no-boost-format
msgid "" msgid ""
@@ -11171,6 +11357,9 @@ msgid ""
"if you measure 94mm instead of 100mm). The part will be scaled in Z to " "if you measure 94mm instead of 100mm). The part will be scaled in Z to "
"compensate." "compensate."
msgstr "" msgstr ""
"Wprowadź procent skurczu, jaki filament uzyska po schłodzeniu (94%, jeśli "
"mierzysz 94 mm zamiast 100 mm). Część będzie skalowana w osi Z, aby to "
"zrekompensować."
msgid "Loading speed" msgid "Loading speed"
msgstr "Prędkość ładowania" msgstr "Prędkość ładowania"
@@ -11735,6 +11924,9 @@ msgid ""
"(in mm). This setting applies to top, bottom and solid infill and, if using " "(in mm). This setting applies to top, bottom and solid infill and, if using "
"the classic perimeter generator, to wall gap fill. " "the classic perimeter generator, to wall gap fill. "
msgstr "" msgstr ""
"Nie drukuj wypełnienia szczelin, których długość jest mniejsza niż określony "
"próg (w mm). Ustawienie to dotyczy górnego i dolnego pełnego wypełnienia "
"oraz, gdy używany jest klasyczny generator ścian."
msgid "" msgid ""
"Speed of gap infill. Gap usually has irregular line width and should be " "Speed of gap infill. Gap usually has irregular line width and should be "
@@ -12005,7 +12197,7 @@ msgstr ""
"warstwy." "warstwy."
msgid "Infill combination - Max layer height" msgid "Infill combination - Max layer height"
msgstr "" msgstr "Kombinacja wypełnienia - Maks. wysokość warstwy"
msgid "" msgid ""
"Maximum layer height for the combined sparse infill. \n" "Maximum layer height for the combined sparse infill. \n"
@@ -12019,6 +12211,18 @@ msgid ""
"Use either absolute mm values (eg. 0.32mm for a 0.4mm nozzle) or % values " "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." "(eg 80%). This value must not be larger than the nozzle diameter."
msgstr "" msgstr ""
"Maksymalna wysokość warstwy dla kombinacji łączenia rzadkiego wypełnienia.\n"
"\n"
"Ustaw ją na 0 lub 100%, aby użyć średnicy dyszy (dla maksymalnej redukcji "
"czasu druku) lub na wartość ~80%, aby zmaksymalizować wytrzymałość rzadkiego "
"wypełnienia.\n"
"\n"
"Liczba warstw, w których wypełnienie jest łączone, jest obliczana przez "
"podzielenie tej wartości przez wysokość warstwy i zaokrąglenie w dół do "
"najbliższej liczby całkowitej.\n"
"\n"
"Użyj wartości absolutnych w mm (np. 0,32 mm dla dyszy 0,4 mm) lub wartości "
"procentowych (np. 80%). Ta wartość nie może być większa niż średnica dyszy."
msgid "Filament to print internal sparse infill." msgid "Filament to print internal sparse infill."
msgstr "" msgstr ""
@@ -13240,12 +13444,15 @@ msgid "Distance from skirt to brim or object"
msgstr "Odległość Skirtu do Brimu albo od obiektu" msgstr "Odległość Skirtu do Brimu albo od obiektu"
msgid "Skirt start point" msgid "Skirt start point"
msgstr "" msgstr "Punkt początkowy Skirtu"
msgid "" msgid ""
"Angle from the object center to skirt start point. Zero is the most right " "Angle from the object center to skirt start point. Zero is the most right "
"position, counter clockwise is positive angle." "position, counter clockwise is positive angle."
msgstr "" msgstr ""
"Kąt między środkiem obiektu a punktem początkowym Skirtu. Zero to pozycja "
"najbardziej po prawej stronie, a w kieruneku przeciwnym do ruchu wskazówek "
"zegara to kąt dodatni."
msgid "Skirt height" msgid "Skirt height"
msgstr "Wysokość Skirtu" msgstr "Wysokość Skirtu"
@@ -13267,6 +13474,17 @@ msgid ""
"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 ""
"Draft Shield (\"ochrona przed przeciągiem\")jest przydatna do ochrony "
"wydruku z ABS lub ASA przed wypaczaniem i oderwaniem się od stołu drukarki z "
"powodu podmuchów powietrza. Zazwyczaj jest to potrzebne tylko w przypadku "
"drukarek otwartych, czyli bez obudowy.\n"
"\n"
"Włączony = skirt ma wysokość równą najwyższemu wydrukowanemu obiektowi. W "
"przeciwnym razie stosuje się \"wysokość obramowania\".\n"
"Uwaga: Aktywując funkcję Draft Shield, Skirt zostanie wydrukowany w takiej "
"odległości od obiektu jak określono w odstęp Skirtu od obiektu. Jeśli w tym "
"samym czasie Brim jest też aktywny, może dojść do jego przecięcia się ze "
"Skirt-em. Aby temu zapobiec, zwiększ wartość odległości od Skirtu\n"
msgid "Disabled" msgid "Disabled"
msgstr "Wyłączony" msgstr "Wyłączony"
@@ -13275,18 +13493,20 @@ msgid "Enabled"
msgstr "Włączony" msgstr "Włączony"
msgid "Skirt type" msgid "Skirt type"
msgstr "" msgstr "Rodzaj Skirtu"
msgid "" msgid ""
"Combined - single skirt for all objects, Per object - individual object " "Combined - single skirt for all objects, Per object - individual object "
"skirt." "skirt."
msgstr "" msgstr ""
"Połączony - pojedynczy skirt dla wszystkich obiektów.\n"
"Dla obiektu - indywidualny skirt dla każdego obiektu."
msgid "Combined" msgid "Combined"
msgstr "" msgstr "Połączony"
msgid "Per object" msgid "Per object"
msgstr "" msgstr "Dla obiektu"
msgid "Skirt loops" msgid "Skirt loops"
msgstr "Ilość pętli Skirtu" msgstr "Ilość pętli Skirtu"
@@ -13314,6 +13534,13 @@ msgid ""
"Final number of loops is not taling into account whli arranging or " "Final number of loops is not taling into account whli arranging or "
"validating objects distance. Increase loop number in such case. " "validating objects distance. Increase loop number in such case. "
msgstr "" msgstr ""
"Minimalna długość ekstruzji filamentu w mm podczas drukowania skirtu. Zero "
"oznacza, że ta funkcja jest wyłączona.\n"
"\n"
"Użycie wartości większej od zera jest przydatne, jeśli drukarka jest "
"skonfigurowana do drukowania bez linii wstępnej. Ostateczna liczba pętli nie "
"uwzględnia odległości między obiektami podczas ich układania lub "
"weryfikacji. W takim przypadku zwiększ liczbę pętli."
msgid "" msgid ""
"The printing speed in exported gcode will be slowed down, when the estimated " "The printing speed in exported gcode will be slowed down, when the estimated "
@@ -13767,7 +13994,7 @@ msgstr ""
"płaskimi nawisami." "płaskimi nawisami."
msgid "Default (Grid/Organic" msgid "Default (Grid/Organic"
msgstr "" msgstr "Domyślne (Kratka/Organiczne)"
msgid "Snug" msgid "Snug"
msgstr "Przylegający" msgstr "Przylegający"
@@ -13953,6 +14180,15 @@ msgid ""
"either via macros or natively and is usually used when an active chamber " "either via macros or natively and is usually used when an active chamber "
"heater is installed." "heater is installed."
msgstr "" msgstr ""
"Włącz tę opcję, aby automatycznie kontrolować temperaturę komory. Ta opcja "
"aktywuje wysyłanie polecenia M191 przed \"machine_start_gcode\", które "
"ustawia temperaturę komory i czeka, aż zostanie osiągnięta. Dodatkowo na "
"końcu druku wysyła polecenie M141, aby wyłączyć podgrzewacz komory, jeśli "
"jest obecny.\n"
"\n"
"Ta opcja opiera się na poleceniach M191 i M141 wspieranych przez "
"oprogramowanie układowe, czy to za pomocą makr, czy natywnie i jest używana, "
"gdy zainstalowany jest aktywna podgrzewacz."
msgid "Chamber temperature" msgid "Chamber temperature"
msgstr "Temperatura komory" msgstr "Temperatura komory"
@@ -13976,6 +14212,24 @@ msgid ""
"desire to handle heat soaking in the print start macro if no active chamber " "desire to handle heat soaking in the print start macro if no active chamber "
"heater is installed." "heater is installed."
msgstr "" msgstr ""
"Dla materiałów wysokotemperaturowych, takich jak ABS, ASA, PC i PA, wyższa "
"temperatura komory może pomóc w tłumieniu lub redukcji odkształceń i "
"potencjalnie prowadzić do wyższej siły połączeń międzywarstwowych. Jednak "
"jednocześnie wyższa temperatura komory obniża efektywność filtracji "
"powietrza dla ABS i ASA.\n"
"\n"
"Dla PLA, PETG, TPU, PVA i innych materiałów niskotemperaturowych ta opcja "
"powinna być wyłączona (ustawiona na 0), ponieważ temperatura komory powinna "
"być niska, aby uniknąć zatykania ekstrudera spowodowanego zmiękczeniem "
"materiału w miejscu przejścia ciepła.\n"
"\n"
"Jeśli włączona, ten parametr ustawia także zmienną gcode o nazwie "
"chamber_temperature, która może być użyta do przekazania żądanej temperatury "
"komory do makra rozpoczynającego drukowanie, lub makra utrzymywania ciepła, "
"na przykład: PRINT_START (inne zmienne) CHAMBER_TEMP=[chamber_temperature]. "
"Może to być przydatne, jeśli twoja drukarka nie obsługuje poleceń M141/M191 "
"lub jeśli chcesz zarządzać utrzymywaniem ciepła w makrze rozpoczynającym "
"drukowanie, jeśli nie jest zainstalowany aktywna podgrzewacz komory."
msgid "Nozzle temperature for layers after the initial one" msgid "Nozzle temperature for layers after the initial one"
msgstr "Temperatura dyszy dla warstw po początkowej" msgstr "Temperatura dyszy dla warstw po początkowej"
@@ -16209,7 +16463,7 @@ msgid "Process presets(.zip)"
msgstr "Profile procesu (.zip)" msgstr "Profile procesu (.zip)"
msgid "initialize fail" msgid "initialize fail"
msgstr "Błąd inicjalizacji" msgstr "błąd inicjalizacji"
msgid "add file fail" msgid "add file fail"
msgstr "Dodawanie pliku nie powiodło się" msgstr "Dodawanie pliku nie powiodło się"
@@ -16218,7 +16472,7 @@ msgid "add bundle structure file fail"
msgstr "Błąd dodawania pliku struktury pakietu konfiguracji" msgstr "Błąd dodawania pliku struktury pakietu konfiguracji"
msgid "finalize fail" msgid "finalize fail"
msgstr "Finalizacja nie powiodła się" msgstr "finalizacja nie powiodła się"
msgid "open zip written fail" msgid "open zip written fail"
msgstr "błąd zapisu ZIP" msgstr "błąd zapisu ZIP"
@@ -17297,6 +17551,9 @@ msgstr ""
"takimi jak ABS, odpowiednie zwiększenie temperatury podgrzewanej płyty może " "takimi jak ABS, odpowiednie zwiększenie temperatury podgrzewanej płyty może "
"zmniejszyć prawdopodobieństwo odkształceń." "zmniejszyć prawdopodobieństwo odkształceń."
#~ msgid "Cool Plate"
#~ msgstr "Cool Plate / PLA Plate"
#~ msgid "Reverse on odd" #~ msgid "Reverse on odd"
#~ msgstr "Przeciwny kierunek na nieparzystych warstwach" #~ msgstr "Przeciwny kierunek na nieparzystych warstwach"
+35 -4
View File
@@ -2,7 +2,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-11 22:56+0800\n" "POT-Creation-Date: 2024-09-25 19:57+0800\n"
"PO-Revision-Date: 2024-06-01 21:51-0300\n" "PO-Revision-Date: 2024-06-01 21:51-0300\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Portuguese, Brazilian\n" "Language-Team: Portuguese, Brazilian\n"
@@ -5911,6 +5911,9 @@ msgstr "Bloquear a mesa atual"
msgid "Edit current plate name" msgid "Edit current plate name"
msgstr "Editar nome da mesa atual" msgstr "Editar nome da mesa atual"
msgid "Move plate to the front"
msgstr ""
msgid "Customize current plate" msgid "Customize current plate"
msgstr "Personalizar a mesa atual" msgstr "Personalizar a mesa atual"
@@ -7878,6 +7881,14 @@ msgstr ""
"Temperatura da mesa quando a cool plate (mesa fria) está instalada. Valor 0 " "Temperatura da mesa quando a cool plate (mesa fria) está instalada. Valor 0 "
"significa que o filamento não suporta impressão na cool plate" "significa que o filamento não suporta impressão na cool plate"
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 "Mesa de engenharia" msgstr "Mesa de engenharia"
@@ -9739,6 +9750,11 @@ msgstr ""
msgid "°C" msgid "°C"
msgstr "°C" msgstr "°C"
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"
@@ -9773,6 +9789,11 @@ msgstr ""
"Temperatura da mesa na primeira camada. O valor 0 significa que o filamento " "Temperatura da mesa na primeira camada. O valor 0 significa que o filamento "
"não suporta a impressão na Cool Plate (Mesa Fria)" "não suporta a impressão na Cool Plate (Mesa Fria)"
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"
@@ -9797,12 +9818,18 @@ msgstr ""
msgid "Bed types supported by the printer" msgid "Bed types supported by the printer"
msgstr "Tipos de mesa suportadas pela impressora" msgstr "Tipos de mesa suportadas pela impressora"
msgid "Cool Plate" msgid "Smooth Cool Plate"
msgstr "Mesa Fria" msgstr ""
msgid "Engineering Plate" msgid "Engineering Plate"
msgstr "Engenharia Plate" msgstr "Engenharia Plate"
msgid "Smooth High Temp Plate"
msgstr ""
msgid "Textured Cool Plate"
msgstr ""
msgid "First layer print sequence" msgid "First layer print sequence"
msgstr "Sequência de impressão da primeira camada" msgstr "Sequência de impressão da primeira camada"
@@ -10832,7 +10859,7 @@ msgstr ""
msgid "Enable adaptive pressure advance (beta)" msgid "Enable adaptive pressure advance (beta)"
msgstr "" msgstr ""
#, c-format, 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 "
@@ -10857,6 +10884,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 "
@@ -17117,6 +17145,9 @@ msgstr ""
"aumentar adequadamente a temperatura da mesa aquecida pode reduzir a " "aumentar adequadamente a temperatura da mesa aquecida pode reduzir a "
"probabilidade de empenamento?" "probabilidade de empenamento?"
#~ msgid "Cool Plate"
#~ msgstr "Mesa Fria"
#~ msgid "Reverse on odd" #~ msgid "Reverse on odd"
#~ msgstr "Inverter em ímpares" #~ msgstr "Inverter em ímpares"
File diff suppressed because it is too large Load Diff
+35 -4
View File
@@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Orca Slicer\n" "Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-11 22:56+0800\n" "POT-Creation-Date: 2024-09-25 19:57+0800\n"
"Language: sv\n" "Language: sv\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@@ -5766,6 +5766,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 ""
@@ -7676,6 +7679,14 @@ msgstr ""
"Detta är byggplattans temperatur när Cool Plate är installerad. Värdet 0 " "Detta är byggplattans temperatur när Cool Plate är installerad. Värdet 0 "
"betyder att filamentet inte stöder utskrift på Cool Plate." "betyder att filamentet inte stöder utskrift på Cool Plate."
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 "Engineering plate" msgstr "Engineering plate"
@@ -9449,6 +9460,11 @@ msgstr ""
msgid "°C" msgid "°C"
msgstr "° C" msgstr "° C"
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"
@@ -9483,6 +9499,11 @@ msgstr ""
"Detta är byggplattans temperatur för första lager. Värdet 0 betyder att " "Detta är byggplattans temperatur för första lager. Värdet 0 betyder att "
"filamentet inte stöder utskrift på Cool Plate." "filamentet inte stöder utskrift på Cool Plate."
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"
@@ -9507,12 +9528,18 @@ msgstr ""
msgid "Bed types supported by the printer" msgid "Bed types supported by the printer"
msgstr "Byggplattans typ stöds av skrivaren" msgstr "Byggplattans typ stöds av skrivaren"
msgid "Cool Plate" msgid "Smooth Cool Plate"
msgstr "Cool Plate" msgstr ""
msgid "Engineering Plate" msgid "Engineering Plate"
msgstr "Engineering Plate" msgstr "Engineering Plate"
msgid "Smooth High Temp Plate"
msgstr ""
msgid "Textured Cool Plate"
msgstr ""
msgid "First layer print sequence" msgid "First layer print sequence"
msgstr "Första lagrets utskrifts ordning" msgstr "Första lagrets utskrifts ordning"
@@ -10421,7 +10448,7 @@ msgstr ""
msgid "Enable adaptive pressure advance (beta)" msgid "Enable adaptive pressure advance (beta)"
msgstr "" msgstr ""
#, c-format, 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 "
@@ -10446,6 +10473,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 "
@@ -16145,6 +16173,9 @@ msgstr ""
"ABS, kan en lämplig ökning av värmebäddens temperatur minska sannolikheten " "ABS, kan en lämplig ökning av värmebäddens temperatur minska sannolikheten "
"för vridning." "för vridning."
#~ msgid "Cool Plate"
#~ msgstr "Cool Plate"
#~ msgid "" #~ msgid ""
#~ "While printing by Object, the extruder may collide skirt.\n" #~ "While printing by Object, the extruder may collide skirt.\n"
#~ "Thus, reset the skirt layer to 1 to avoid that." #~ "Thus, reset the skirt layer to 1 to avoid that."
File diff suppressed because it is too large Load Diff
+35 -4
View File
@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-11 22:56+0800\n" "POT-Creation-Date: 2024-09-25 19:57+0800\n"
"PO-Revision-Date: 2024-06-30 23:05+0300\n" "PO-Revision-Date: 2024-06-30 23:05+0300\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: \n" "Language-Team: \n"
@@ -5910,6 +5910,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 "Налаштувати поточну пластину"
@@ -7868,6 +7871,14 @@ msgstr ""
"філамент\n" "філамент\n"
"не підтримує друк на Холодному столі" "не підтримує друк на Холодному столі"
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 "Інженерний стіл"
@@ -9737,6 +9748,11 @@ msgstr ""
msgid "°C" msgid "°C"
msgstr "°C" msgstr "°C"
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"
@@ -9771,6 +9787,11 @@ msgstr ""
"Температура першого шару. Значення 0 означає, що філамент не підтримує друк " "Температура першого шару. Значення 0 означає, що філамент не підтримує друк "
"на холодному столі" "на холодному столі"
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"
@@ -9795,12 +9816,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 "Послідовність друку першого шару"
@@ -10810,7 +10837,7 @@ msgstr ""
msgid "Enable adaptive pressure advance (beta)" msgid "Enable adaptive pressure advance (beta)"
msgstr "" msgstr ""
#, c-format, 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 "
@@ -10835,6 +10862,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 "
@@ -17065,6 +17093,9 @@ msgstr ""
"ABS, відповідне підвищення температури гарячого ліжка може зменшити " "ABS, відповідне підвищення температури гарячого ліжка може зменшити "
"ймовірність деформації." "ймовірність деформації."
#~ msgid "Cool Plate"
#~ msgstr "Холодна пластина"
#~ msgid "Reverse on odd" #~ msgid "Reverse on odd"
#~ msgstr "Зворотній на непарних" #~ msgstr "Зворотній на непарних"
+58 -25
View File
@@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Slic3rPE\n" "Project-Id-Version: Slic3rPE\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-11 22:56+0800\n" "POT-Creation-Date: 2024-09-25 19:57+0800\n"
"PO-Revision-Date: 2024-07-28 07:12+0000\n" "PO-Revision-Date: 2024-07-28 07:12+0000\n"
"Last-Translator: Handle <mail@bysb.net>\n" "Last-Translator: Handle <mail@bysb.net>\n"
"Language-Team: \n" "Language-Team: \n"
@@ -5652,6 +5652,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 "自定义当前板"
@@ -7443,7 +7446,7 @@ msgid "Recommended nozzle temperature range of this filament. 0 means no set"
msgstr "该材料的建议喷嘴温度范围。0表示未设置" msgstr "该材料的建议喷嘴温度范围。0表示未设置"
msgid "Flow ratio and Pressure Advance" msgid "Flow ratio and Pressure Advance"
msgstr "" msgstr "流量和压力提前"
msgid "Print chamber temperature" msgid "Print chamber temperature"
msgstr "打印仓温度" msgstr "打印仓温度"
@@ -7465,6 +7468,15 @@ msgid ""
"does not support to print on the Cool Plate" "does not support to print on the Cool Plate"
msgstr "安装低温打印热床时的热床温度。0值表示这个耗材丝不支持低温打印热床" msgstr "安装低温打印热床时的热床温度。0值表示这个耗材丝不支持低温打印热床"
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 ""
"安装纹理低温打印热床时的热床温度。0值表示这个耗材丝不支持纹理低温打印热床"
msgid "Engineering plate" msgid "Engineering plate"
msgstr "工程材料热床" msgstr "工程材料热床"
@@ -9196,6 +9208,11 @@ msgstr "非首层热床温度。0值表示这个耗材丝不支持低温打印
msgid "°C" msgid "°C"
msgstr "°C" msgstr "°C"
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 "非首层热床温度。0值表示这个耗材丝不支持纹理低温打印热床"
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"
@@ -9222,6 +9239,11 @@ msgid ""
"support to print on the Cool Plate" "support to print on the Cool Plate"
msgstr "首层热床温度。0值表示这个耗材丝不支持低温打印热床" msgstr "首层热床温度。0值表示这个耗材丝不支持低温打印热床"
msgid ""
"Bed temperature of the initial layer. Value 0 means the filament does not "
"support to print on the Textured Cool Plate"
msgstr "首层热床温度。0值表示这个耗材丝不支持纹理低温打印热床"
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"
@@ -9240,12 +9262,18 @@ msgstr "首层热床温度。0值表示这个耗材丝不支持纹理PEI热床"
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 "第一层打印顺序"
@@ -9552,8 +9580,9 @@ 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 even layers regardless." "Value 0 enables reversal on every even layers regardless."
msgstr "判定悬垂反转需要的值(毫米),可以是线宽的百分比。" msgstr ""
"0值表示在每个偶数层上都启用反转。" "判定悬垂反转需要的值(毫米),可以是线宽的百分比。0值表示在每个偶数层上都启用"
"反转。"
msgid "Classic mode" msgid "Classic mode"
msgstr "经典模式" msgstr "经典模式"
@@ -9797,7 +9826,7 @@ msgstr ""
"虑关闭它。" "虑关闭它。"
msgid "Filter out small internal bridges (beta)" msgid "Filter out small internal bridges (beta)"
msgstr "" msgstr "过滤细微内部桥接(试验)"
msgid "" msgid ""
"This option can help reducing pillowing on top surfaces in heavily slanted " "This option can help reducing pillowing on top surfaces in heavily slanted "
@@ -10187,9 +10216,9 @@ msgid "Pressure advance(Klipper) AKA Linear advance factor(Marlin)"
msgstr "压力提前(Klipper)或者线性提前(Marlin)" msgstr "压力提前(Klipper)或者线性提前(Marlin)"
msgid "Enable adaptive pressure advance (beta)" msgid "Enable adaptive pressure advance (beta)"
msgstr "" msgstr "启用自适应压力提前(试验)"
#, c-format, 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 "
@@ -10212,8 +10241,9 @@ msgid ""
msgstr "" 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 "
@@ -10245,7 +10275,7 @@ msgid ""
msgstr "" msgstr ""
msgid "Enable adaptive pressure advance for overhangs (beta)" msgid "Enable adaptive pressure advance for overhangs (beta)"
msgstr "" msgstr "为悬垂启用自适应压力提前(试验)"
msgid "" msgid ""
"Enable adaptive PA for overhangs as well as when flow changes within the " "Enable adaptive PA for overhangs as well as when flow changes within the "
@@ -10255,7 +10285,7 @@ msgid ""
msgstr "" msgstr ""
msgid "Pressure advance for bridges" msgid "Pressure advance for bridges"
msgstr "" msgstr "为搭桥启用压力提前"
msgid "" msgid ""
"Pressure advance value for bridges. Set to 0 to disable. \n" "Pressure advance value for bridges. Set to 0 to disable. \n"
@@ -10365,7 +10395,7 @@ msgid ""
msgstr "" msgstr ""
msgid "Tool change time" msgid "Tool change time"
msgstr "" msgstr "换工具头所需时间"
msgid "" msgid ""
"Time taken to switch tools. It's usually applicable for tool changers or " "Time taken to switch tools. It's usually applicable for tool changers or "
@@ -10392,7 +10422,7 @@ msgid ""
msgstr "" msgstr ""
msgid "Shrinkage (XY)" msgid "Shrinkage (XY)"
msgstr "" msgstr "收缩率(XY"
#, no-c-format, no-boost-format #, no-c-format, no-boost-format
msgid "" msgid ""
@@ -10408,7 +10438,7 @@ msgstr ""
"请确保物体之间有足够的间距,因为补偿是在边界检查之后进行" "请确保物体之间有足够的间距,因为补偿是在边界检查之后进行"
msgid "Shrinkage (Z)" msgid "Shrinkage (Z)"
msgstr "" msgstr "收缩率(Z"
#, no-c-format, no-boost-format #, no-c-format, no-boost-format
msgid "" msgid ""
@@ -11218,7 +11248,7 @@ msgid ""
msgstr "" msgstr ""
msgid "Use beam interlocking" msgid "Use beam interlocking"
msgstr "" msgstr "启用互锁梁"
msgid "" msgid ""
"Generate interlocking beam structure at the locations where different " "Generate interlocking beam structure at the locations where different "
@@ -11227,19 +11257,19 @@ msgid ""
msgstr "" msgstr ""
msgid "Interlocking beam width" msgid "Interlocking beam width"
msgstr "" msgstr "互锁梁宽度"
msgid "The width of the interlocking structure beams." msgid "The width of the interlocking structure beams."
msgstr "" msgstr "互锁梁的宽度"
msgid "Interlocking direction" msgid "Interlocking direction"
msgstr "" msgstr "互锁方向"
msgid "Orientation of interlock beams." msgid "Orientation of interlock beams."
msgstr "" msgstr "互锁梁的方向"
msgid "Interlocking beam layers" msgid "Interlocking beam layers"
msgstr "" msgstr "互锁梁层数"
msgid "" msgid ""
"The height of the beams of the interlocking structure, measured in number of " "The height of the beams of the interlocking structure, measured in number of "
@@ -11255,12 +11285,12 @@ msgid ""
msgstr "" msgstr ""
msgid "Interlocking boundary avoidance" msgid "Interlocking boundary avoidance"
msgstr "" msgstr "互锁与边界的留白量"
msgid "" msgid ""
"The distance from the outside of a model where interlocking structures will " "The distance from the outside of a model where interlocking structures will "
"not be generated, measured in cells." "not be generated, measured in cells."
msgstr "" msgstr "模型边框与互锁结构的距离,以单元格为单位。"
msgid "Ironing Type" msgid "Ironing Type"
msgstr "熨烫类型" msgstr "熨烫类型"
@@ -11911,7 +11941,7 @@ msgid "Spiral"
msgstr "螺旋" msgstr "螺旋"
msgid "Traveling angle" msgid "Traveling angle"
msgstr "" msgstr "空驶抬高角度"
msgid "" msgid ""
"Traveling angle for Slope and Spiral Z hop type. Setting it to 90° results " "Traveling angle for Slope and Spiral Z hop type. Setting it to 90° results "
@@ -13107,7 +13137,7 @@ msgid ""
msgstr "" msgstr ""
msgid "Idle temperature" msgid "Idle temperature"
msgstr "" msgstr "待机温度"
msgid "" msgid ""
"Nozzle temperature when the tool is currently not used in multi-tool setups." "Nozzle temperature when the tool is currently not used in multi-tool setups."
@@ -15863,6 +15893,9 @@ msgstr ""
"避免翘曲\n" "避免翘曲\n"
"您知道吗?打印ABS这类易翘曲材料时,适当提高热床温度可以降低翘曲的概率。" "您知道吗?打印ABS这类易翘曲材料时,适当提高热床温度可以降低翘曲的概率。"
#~ msgid "Cool Plate"
#~ msgstr "低温打印热床"
#~ msgid "Reverse on odd" #~ msgid "Reverse on odd"
#~ msgstr "反转奇数层悬垂方向" #~ msgstr "反转奇数层悬垂方向"
+36 -5
View File
@@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Orca Slicer\n" "Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-11 22:56+0800\n" "POT-Creation-Date: 2024-09-25 19:57+0800\n"
"PO-Revision-Date: 2023-11-06 14:37+0800\n" "PO-Revision-Date: 2023-11-06 14:37+0800\n"
"Last-Translator: ablegods <ablegods@gmail.com>\n" "Last-Translator: ablegods <ablegods@gmail.com>\n"
"Language-Team: \n" "Language-Team: \n"
@@ -5835,6 +5835,9 @@ msgstr "鎖定列印板"
msgid "Edit current plate name" msgid "Edit current plate name"
msgstr "" msgstr ""
msgid "Move plate to the front"
msgstr ""
#, fuzzy #, fuzzy
msgid "Customize current plate" msgid "Customize current plate"
msgstr "自訂列印板參數" msgstr "自訂列印板參數"
@@ -7734,6 +7737,14 @@ msgid ""
"does not support to print on the Cool Plate" "does not support to print on the Cool Plate"
msgstr "使用低溫列印板時的熱床溫度。0 值表示這個線材不支援低溫列印板" msgstr "使用低溫列印板時的熱床溫度。0 值表示這個線材不支援低溫列印板"
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 ""
#, fuzzy #, fuzzy
msgid "Engineering plate" msgid "Engineering plate"
msgstr "工程高溫列印板" msgstr "工程高溫列印板"
@@ -9532,6 +9543,11 @@ msgstr "除首層外的床溫。0 值表示這個線材不支援低溫列印板"
msgid "°C" msgid "°C"
msgstr "°C" msgstr "°C"
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 ""
#, fuzzy #, fuzzy
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 "
@@ -9562,6 +9578,11 @@ msgid ""
"support to print on the Cool Plate" "support to print on the Cool Plate"
msgstr "首層熱床溫度。0 值表示這個線材不支援低溫列印板" msgstr "首層熱床溫度。0 值表示這個線材不支援低溫列印板"
msgid ""
"Bed temperature of the initial layer. Value 0 means the filament does not "
"support to print on the Textured Cool Plate"
msgstr ""
#, fuzzy #, fuzzy
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 "
@@ -9584,14 +9605,19 @@ msgstr "首層熱床溫度。0 值表示這個線材不支援金屬紋理 PEI
msgid "Bed types supported by the printer" msgid "Bed types supported by the printer"
msgstr "列印設備所支援的列印板類型" msgstr "列印設備所支援的列印板類型"
#, fuzzy msgid "Smooth Cool Plate"
msgid "Cool Plate" msgstr ""
msgstr "低溫列印板"
#, fuzzy #, fuzzy
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 "首層列印順序"
@@ -10522,7 +10548,7 @@ msgstr "壓力提前(Klipper)或者線性提前(Marlin"
msgid "Enable adaptive pressure advance (beta)" msgid "Enable adaptive pressure advance (beta)"
msgstr "" msgstr ""
#, c-format, 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 "
@@ -10547,6 +10573,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 "
@@ -16117,6 +16144,10 @@ msgid ""
"probability of warping." "probability of warping."
msgstr "" msgstr ""
#, fuzzy
#~ msgid "Cool Plate"
#~ msgstr "低溫列印板"
#, fuzzy #, fuzzy
#~ msgid "Reverse on odd" #~ msgid "Reverse on odd"
#~ msgstr "反轉奇數層懸空方向" #~ msgstr "反轉奇數層懸空方向"
+98
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

+74
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

@@ -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

@@ -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

@@ -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

+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "Anker", "name": "Anker",
"version": "02.02.00.00", "version": "02.02.00.01",
"force_update": "0", "force_update": "0",
"description": "Anker configurations", "description": "Anker configurations",
"machine_model_list": [ "machine_model_list": [
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "Anycubic", "name": "Anycubic",
"version": "02.02.00.00", "version": "02.02.00.01",
"force_update": "0", "force_update": "0",
"description": "Anycubic configurations", "description": "Anycubic configurations",
"machine_model_list": [ "machine_model_list": [
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "Artillery", "name": "Artillery",
"version": "02.02.00.00", "version": "02.02.00.01",
"force_update": "0", "force_update": "0",
"description": "Artillery configurations", "description": "Artillery configurations",
"machine_model_list": [ "machine_model_list": [
@@ -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"
} }
@@ -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"
} }
@@ -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"
} }
@@ -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"
} }
@@ -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"
} }
@@ -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"
} }
@@ -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"
} }
@@ -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",
@@ -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",
@@ -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": "",
@@ -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": "",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "BIQU", "name": "BIQU",
"version": "02.02.00.00", "version": "02.02.00.01",
"force_update": "0", "force_update": "0",
"description": "BIQU configurations", "description": "BIQU configurations",
"machine_model_list": [ "machine_model_list": [
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "CONSTRUCT3D", "name": "CONSTRUCT3D",
"version": "02.02.00.00", "version": "02.02.00.01",
"force_update": "0", "force_update": "0",
"description": "Construct3D configurations", "description": "Construct3D configurations",
"machine_model_list": [ "machine_model_list": [
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "Chuanying", "name": "Chuanying",
"url": "", "url": "",
"version": "02.02.00.00", "version": "02.02.00.01",
"force_update": "0", "force_update": "0",
"description": "Chuanying configurations", "description": "Chuanying configurations",
"machine_model_list": [ "machine_model_list": [
+55
View File
@@ -0,0 +1,55 @@
{
"name": "Co Print",
"version": "02.02.00.01",
"force_update": "0",
"description": "CoPrint configurations",
"machine_model_list": [
{
"name": "Co Print ChromaSet",
"sub_path": "machine/Co Print ChromaSet.json"
}
],
"process_list": [
{
"name": "fdm_process_common",
"sub_path": "process/fdm_process_common.json"
}, {
"name": "fdm_process_coprint_common",
"sub_path": "process/fdm_process_coprint_common.json"
}, {
"name": "0.2mm Standard @Co Print ChromaSet 0.4",
"sub_path": "process/0.2mm Standard @Co Print ChromaSet 0.4.json"
}, {
"name": "0.2mm Fast @Co Print ChromaSet 0.4",
"sub_path": "process/0.2mm Fast @Co Print ChromaSet 0.4.json"
}
],
"filament_list": [
{
"name": "fdm_filament_common",
"sub_path": "filament/fdm_filament_common.json"
},
{
"name": "fdm_filament_pla",
"sub_path": "filament/fdm_filament_pla.json"
},
{
"name": "CoPrint Generic PLA",
"sub_path": "filament/CoPrint Generic PLA.json"
}
],
"machine_list": [
{
"name": "fdm_machine_common",
"sub_path": "machine/fdm_machine_common.json"
},
{
"name": "Co Print ChromaSet 0.4 nozzle",
"sub_path": "machine/Co Print ChromaSet 0.4 nozzle.json"
},
{
"name": "Co Print ChromaSet 0.4 nozzle fast",
"sub_path": "machine/Co Print ChromaSet 0.4 nozzle fast.json"
}
]
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

@@ -0,0 +1,254 @@
solid OBJECT
facet normal -0.38268222937202628 0.92388003080641146 -0
outer loop
vertex -110.5 112.5 0
vertex -111.91421508789062 111.91421508789062 0
vertex -111.91421508789062 111.91421508789062 0.30000001192092896
endloop
endfacet
facet normal -0.38268222937202628 0.92388003080641146 0
outer loop
vertex -110.5 112.5 0
vertex -111.91421508789062 111.91421508789062 0.30000001192092896
vertex -110.5 112.5 0.30000001192092896
endloop
endfacet
facet normal -0.92388003080641146 0.38268222937202628 -0
outer loop
vertex -111.91421508789062 111.91421508789062 0
vertex -112.5 110.5 0
vertex -112.5 110.5 0.30000001192092896
endloop
endfacet
facet normal -0.92388003080641146 0.38268222937202628 -0
outer loop
vertex -111.91421508789062 111.91421508789062 0
vertex -112.5 110.5 0.30000001192092896
vertex -111.91421508789062 111.91421508789062 0.30000001192092896
endloop
endfacet
facet normal -1 -0 -0
outer loop
vertex -112.5 110.5 0
vertex -112.5 -110.5 0
vertex -112.5 -110.5 0.30000001192092896
endloop
endfacet
facet normal -1 -0 -0
outer loop
vertex -112.5 110.5 0
vertex -112.5 -110.5 0.30000001192092896
vertex -112.5 110.5 0.30000001192092896
endloop
endfacet
facet normal -0.70710678118654746 -0.70710678118654746 -0
outer loop
vertex -112.5 -110.5 0
vertex -110.5 -112.5 0
vertex -110.5 -112.5 0.30000001192092896
endloop
endfacet
facet normal -0.70710678118654746 -0.70710678118654746 -0
outer loop
vertex -112.5 -110.5 0
vertex -110.5 -112.5 0.30000001192092896
vertex -112.5 -110.5 0.30000001192092896
endloop
endfacet
facet normal 0 -1 -0
outer loop
vertex -110.5 -112.5 0
vertex 110.5 -112.5 0
vertex 110.5 -112.5 0.30000001192092896
endloop
endfacet
facet normal 0 -1 -0
outer loop
vertex -110.5 -112.5 0
vertex 110.5 -112.5 0.30000001192092896
vertex -110.5 -112.5 0.30000001192092896
endloop
endfacet
facet normal 0.38268222937202628 -0.92388003080641146 -0
outer loop
vertex 110.5 -112.5 0
vertex 111.91421508789062 -111.91421508789062 0
vertex 111.91421508789062 -111.91421508789062 0.30000001192092896
endloop
endfacet
facet normal 0.38268222937202628 -0.92388003080641146 -0
outer loop
vertex 110.5 -112.5 0
vertex 111.91421508789062 -111.91421508789062 0.30000001192092896
vertex 110.5 -112.5 0.30000001192092896
endloop
endfacet
facet normal 0.92388003080641146 -0.38268222937202628 -0
outer loop
vertex 111.91421508789062 -111.91421508789062 0
vertex 112.5 -110.5 0
vertex 112.5 -110.5 0.30000001192092896
endloop
endfacet
facet normal 0.92388003080641146 -0.38268222937202628 0
outer loop
vertex 111.91421508789062 -111.91421508789062 0
vertex 112.5 -110.5 0.30000001192092896
vertex 111.91421508789062 -111.91421508789062 0.30000001192092896
endloop
endfacet
facet normal 1 -0 0
outer loop
vertex 112.5 -110.5 0
vertex 112.5 110.5 0
vertex 112.5 110.5 0.30000001192092896
endloop
endfacet
facet normal 1 -0 0
outer loop
vertex 112.5 -110.5 0
vertex 112.5 110.5 0.30000001192092896
vertex 112.5 -110.5 0.30000001192092896
endloop
endfacet
facet normal 0.70710678118654746 0.70710678118654746 -0
outer loop
vertex 112.5 110.5 0
vertex 110.5 112.5 0
vertex 110.5 112.5 0.30000001192092896
endloop
endfacet
facet normal 0.70710678118654746 0.70710678118654746 0
outer loop
vertex 112.5 110.5 0
vertex 110.5 112.5 0.30000001192092896
vertex 112.5 110.5 0.30000001192092896
endloop
endfacet
facet normal 0 1 0
outer loop
vertex 110.5 112.5 0
vertex -110.5 112.5 0
vertex -110.5 112.5 0.30000001192092896
endloop
endfacet
facet normal 0 1 0
outer loop
vertex 110.5 112.5 0
vertex -110.5 112.5 0.30000001192092896
vertex 110.5 112.5 0.30000001192092896
endloop
endfacet
facet normal -0 0 -1
outer loop
vertex 112.5 110.5 0
vertex 112.5 -110.5 0
vertex -110.5 -112.5 0
endloop
endfacet
facet normal 0 -0 -1
outer loop
vertex 111.91421508789062 -111.91421508789062 0
vertex 110.5 -112.5 0
vertex 112.5 -110.5 0
endloop
endfacet
facet normal 0 -0 -1
outer loop
vertex 112.5 -110.5 0
vertex 110.5 -112.5 0
vertex -110.5 -112.5 0
endloop
endfacet
facet normal 0 0 -1
outer loop
vertex -110.5 112.5 0
vertex 110.5 112.5 0
vertex 112.5 110.5 0
endloop
endfacet
facet normal -0 0 -1
outer loop
vertex -112.5 110.5 0
vertex -111.91421508789062 111.91421508789062 0
vertex -110.5 112.5 0
endloop
endfacet
facet normal 0 0 -1
outer loop
vertex -110.5 -112.5 0
vertex -112.5 -110.5 0
vertex 112.5 110.5 0
endloop
endfacet
facet normal 0 -0 -1
outer loop
vertex -112.5 -110.5 0
vertex -112.5 110.5 0
vertex 112.5 110.5 0
endloop
endfacet
facet normal -0 0 -1
outer loop
vertex -110.5 112.5 0
vertex 112.5 110.5 0
vertex -112.5 110.5 0
endloop
endfacet
facet normal 0 -0 1
outer loop
vertex 112.5 110.5 0.30000001192092896
vertex -110.5 -112.5 0.30000001192092896
vertex 112.5 -110.5 0.30000001192092896
endloop
endfacet
facet normal 0 0 1
outer loop
vertex 111.91421508789062 -111.91421508789062 0.30000001192092896
vertex 112.5 -110.5 0.30000001192092896
vertex 110.5 -112.5 0.30000001192092896
endloop
endfacet
facet normal 0 -0 1
outer loop
vertex 112.5 -110.5 0.30000001192092896
vertex -110.5 -112.5 0.30000001192092896
vertex 110.5 -112.5 0.30000001192092896
endloop
endfacet
facet normal 0 0 1
outer loop
vertex -110.5 112.5 0.30000001192092896
vertex 112.5 110.5 0.30000001192092896
vertex 110.5 112.5 0.30000001192092896
endloop
endfacet
facet normal -0 0 1
outer loop
vertex -112.5 110.5 0.30000001192092896
vertex -110.5 112.5 0.30000001192092896
vertex -111.91421508789062 111.91421508789062 0.30000001192092896
endloop
endfacet
facet normal 0 0 1
outer loop
vertex -110.5 -112.5 0.30000001192092896
vertex 112.5 110.5 0.30000001192092896
vertex -112.5 -110.5 0.30000001192092896
endloop
endfacet
facet normal -0 0 1
outer loop
vertex -112.5 -110.5 0.30000001192092896
vertex 112.5 110.5 0.30000001192092896
vertex -112.5 110.5 0.30000001192092896
endloop
endfacet
facet normal -0 -0 1
outer loop
vertex -110.5 112.5 0.30000001192092896
vertex -112.5 110.5 0.30000001192092896
vertex 112.5 110.5 0.30000001192092896
endloop
endfacet
endsolid OBJECT
Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

@@ -0,0 +1,19 @@
{
"type": "filament",
"filament_id": "GFL99",
"setting_id": "GFSA04",
"name": "CoPrint Generic PLA",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pla",
"filament_load_time": [
"10"
],
"filament_unload_time": [
"10"
],
"compatible_printers": [
"Co Print ChromaSet 0.4 nozzle",
"Co Print ChromaSet 0.4 nozzle fast"
]
}
@@ -0,0 +1,136 @@
{
"type": "filament",
"name": "fdm_filament_common",
"from": "system",
"instantiation": "false",
"cool_plate_temp" : [
"60"
],
"eng_plate_temp" : [
"60"
],
"hot_plate_temp" : [
"60"
],
"textured_plate_temp" : [
"60"
],
"cool_plate_temp_initial_layer" : [
"60"
],
"eng_plate_temp_initial_layer" : [
"60"
],
"hot_plate_temp_initial_layer" : [
"60"
],
"textured_plate_temp_initial_layer" : [
"60"
],
"overhang_fan_threshold": [
"95%"
],
"overhang_fan_speed": [
"100"
],
"slow_down_for_layer_cooling": [
"1"
],
"close_fan_the_first_x_layers": [
"3"
],
"filament_flow_ratio": [
"0.91"
],
"reduce_fan_stop_start_freq": [
"0"
],
"fan_cooling_layer_time": [
"60"
],
"filament_cost": [
"0"
],
"filament_density": [
"0"
],
"filament_deretraction_speed": [
"nil"
],
"filament_diameter": [
"1.75"
],
"filament_max_volumetric_speed": [
"15"
],
"filament_minimal_purge_on_wipe_tower": [
"15"
],
"filament_retraction_minimum_travel": [
"nil"
],
"filament_retract_before_wipe": [
"nil"
],
"filament_retract_when_changing_layer": [
"nil"
],
"filament_retraction_length": [
"nil"
],
"filament_z_hop": [
"nil"
],
"filament_retract_restart_extra": [
"nil"
],
"filament_retraction_speed": [
"nil"
],
"filament_settings_id": [
""
],
"filament_soluble": [
"0"
],
"filament_type": [
"PLA"
],
"filament_vendor": [
"Co Print"
],
"filament_wipe": [
"nil"
],
"filament_wipe_distance": [
"nil"
],
"bed_type": [
"Cool Plate"
],
"nozzle_temperature_initial_layer": [
"200"
],
"full_fan_speed_layer": [
"0"
],
"fan_max_speed": [
"100"
],
"fan_min_speed": [
"100"
],
"slow_down_min_speed": [
"10"
],
"slow_down_layer_time": [
"8"
],
"nozzle_temperature": [
"200"
],
"temperature_vitrification": [
"100"
]
}
@@ -0,0 +1,207 @@
{
"type": "filament",
"name": "fdm_filament_pla",
"from": "system",
"instantiation": "false",
"inherits": "fdm_filament_common",
"activate_air_filtration": [
"0"
],
"additional_cooling_fan_speed": [
"70"
],
"chamber_temperatures": [
"0"
],
"close_fan_the_first_x_layers": [
"1"
],
"complete_print_exhaust_fan_speed": [
"100"
],
"cool_plate_temp": [
"35"
],
"cool_plate_temp_initial_layer": [
"35"
],
"during_print_exhaust_fan_speed": [
"100"
],
"eng_plate_temp": [
"0"
],
"eng_plate_temp_initial_layer": [
"0"
],
"fan_cooling_layer_time": [
"50"
],
"fan_max_speed": [
"100"
],
"fan_min_speed": [
"100"
],
"filament_cost": [
"20"
],
"filament_density": [
"1.24"
],
"filament_deretraction_speed": [
"nil"
],
"filament_diameter": [
"1.75"
],
"filament_flow_ratio": [
"0.91"
],
"filament_is_support": [
"0"
],
"filament_max_volumetric_speed": [
"15"
],
"filament_minimal_purge_on_wipe_tower": [
"15"
],
"filament_retract_before_wipe": [
"nil"
],
"filament_retract_restart_extra": [
"nil"
],
"filament_retract_when_changing_layer": [
"nil"
],
"filament_retraction_length": [
"nil"
],
"filament_retraction_minimum_travel": [
"nil"
],
"filament_retraction_speed": [
"nil"
],
"filament_settings_id": [
""
],
"filament_soluble": [
"0"
],
"filament_type": [
"PLA"
],
"filament_vendor": [
"Co Print"
],
"filament_wipe": [
"nil"
],
"filament_wipe_distance": [
"nil"
],
"filament_z_hop": [
"nil"
],
"full_fan_speed_layer": [
"3"
],
"hot_plate_temp": [
"60"
],
"hot_plate_temp_initial_layer": [
"60"
],
"nozzle_temperature": [
"210"
],
"nozzle_temperature_initial_layer": [
"210"
],
"nozzle_temperature_range_low": [
"190"
],
"nozzle_temperature_range_high": [
"250"
],
"overhang_fan_speed": [
"100"
],
"overhang_fan_threshold": [
"50%"
],
"reduce_fan_stop_start_freq": [
"1"
],
"required_nozzle_HRC": [
"3"
],
"slow_down_for_layer_cooling": [
"1"
],
"slow_down_layer_time": [
"5"
],
"slow_down_min_speed": [
"10"
],
"temperature_vitrification": [
"45"
],
"textured_plate_temp": [
"55"
],
"textured_plate_temp_initial_layer": [
"55"
],
"compatible_printers": [],
"filament_shrink": [
"100"
],
"filament_loading_speed_start": [
"3"
],
"filament_loading_speed": [
"28"
],
"filament_unloading_speed_start": [
"100"
],
"filament_unloading_speed": [
"90"
],
"filament_load_time": [
"0"
],
"filament_unload_time": [
"0"
],
"filament_toolchange_delay": [
"0"
],
"filament_cooling_moves": [
"0"
],
"filament_cooling_initial_speed": [
"2.2"
],
"filament_cooling_final_speed": [
"3.4"
],
"enable_pressure_advance": [
"1"
],
"pressure_advance": [
"0.05"
]
}
@@ -0,0 +1,149 @@
{
"type": "machine",
"setting_id": "GM001",
"name": "Co Print ChromaSet 0.4 nozzle fast",
"from": "system",
"instantiation": "true",
"inherits": "fdm_machine_common",
"printer_model": "Co Print ChromaSet",
"default_print_profile": "0.2mm Fast @Co Print ChromaSet 0.4",
"printer_variant": "0.4",
"nozzle_diameter": [
"0.4"
],
"retract_before_wipe": [
"70%"
],
"printable_area": [
"0x0",
"225x0",
"225x225",
"0x225"
],
"printable_height": "345",
"gcode_flavor": "klipper",
"retraction_length": [
"1"
],
"machine_max_speed_e": [
"20"
],
"machine_max_speed_x": [
"700"
],
"machine_max_speed_y": [
"700"
],
"machine_max_speed_z": [
"20"
],
"machine_max_acceleration_e": [
"5000"
],
"machine_max_acceleration_extruding": [
"20000"
],
"machine_max_acceleration_retracting": [
"5000"
],
"machine_max_acceleration_travel": [
"40000"
],
"machine_max_acceleration_x": [
"20000"
],
"machine_max_acceleration_y": [
"20000"
],
"machine_max_acceleration_z": [
"500"
],
"machine_max_jerk_e": [
"5"
],
"machine_max_jerk_x": [
"20"
],
"machine_max_jerk_y": [
"20"
],
"machine_max_jerk_z": [
"0.5"
],
"z_hop": [
"0.2"
],
"retraction_speed": [
"30"
],
"deretraction_speed": [
"30"
],
"retraction_minimum_travel": [
"1"
],
"retract_length_toolchange": [
"2"
],
"wipe": [
"1"
],
"wipe_distance": [
"2"
],
"thumbnails": [
"300x300",
"400x300",
"32x32"
],
"retract_lift_below": [
"343"
],
"thumbnails_format": "PNG",
"machine_start_gcode": "start_print EXTRUDER=[initial_extruder] EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single]",
"machine_end_gcode": "end_print",
"change_filament_gcode": "FILAMENT_CHANGE LAYER_NUM=[layer_num] NEXT_EXTRUDER=[next_extruder]",
"default_filament_profile": [
"Co Print PLA"
],
"extruder_clearance_radius": [
"65"
],
"extruder_clearance_height_to_rod": [
"36"
],
"extruder_clearance_height_to_lid": [
"140"
],
"min_layer_height": [
"0.08"
],
"max_layer_height": [
"0.32"
],
"retract_restart_extra": [
"0"
],
"cooling_tube_retraction": [
"0"
],
"cooling_tube_length": [
"0"
],
"parking_pos_retraction": [
"25"
],
"retract_when_changing_layer": [
"1"
],
"extra_loading_move": [
"0"
],
"high_current_on_filament_swap": [
"1"
],
"z_hop_types": "Normal Lift"
}
@@ -0,0 +1,149 @@
{
"type": "machine",
"setting_id": "GM001",
"name": "Co Print ChromaSet 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_machine_common",
"printer_model": "Co Print ChromaSet",
"default_print_profile": "0.2mm Standard @Co Print ChromaSet 0.4",
"printer_variant": "0.4",
"nozzle_diameter": [
"0.4"
],
"retract_before_wipe": [
"70%"
],
"printable_area": [
"0x0",
"225x0",
"225x225",
"0x225"
],
"printable_height": "345",
"gcode_flavor": "klipper",
"retraction_length": [
"1"
],
"machine_max_speed_e": [
"100"
],
"machine_max_speed_x": [
"500"
],
"machine_max_speed_y": [
"500"
],
"machine_max_speed_z": [
"20"
],
"machine_max_acceleration_e": [
"2500"
],
"machine_max_acceleration_extruding": [
"5000"
],
"machine_max_acceleration_retracting": [
"2500"
],
"machine_max_acceleration_travel": [
"40000"
],
"machine_max_acceleration_x": [
"5000"
],
"machine_max_acceleration_y": [
"5000"
],
"machine_max_acceleration_z": [
"500"
],
"machine_max_jerk_e": [
"2.5"
],
"machine_max_jerk_x": [
"10"
],
"machine_max_jerk_y": [
"10"
],
"machine_max_jerk_z": [
"0.2"
],
"z_hop": [
"0.2"
],
"retraction_speed": [
"50"
],
"deretraction_speed": [
"50"
],
"retraction_minimum_travel": [
"1"
],
"retract_length_toolchange": [
"2"
],
"wipe": [
"0"
],
"wipe_distance": [
"2"
],
"thumbnails": [
"300x300",
"400x300",
"32x32"
],
"retract_lift_below": [
"343"
],
"thumbnails_format": "PNG",
"machine_start_gcode": "start_print EXTRUDER=[initial_extruder] EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single]",
"machine_end_gcode": "end_print",
"change_filament_gcode": "FILAMENT_CHANGE LAYER_NUM=[layer_num] NEXT_EXTRUDER=[next_extruder]",
"default_filament_profile": [
"Co Print PLA"
],
"extruder_clearance_radius": [
"65"
],
"extruder_clearance_height_to_rod": [
"36"
],
"extruder_clearance_height_to_lid": [
"140"
],
"min_layer_height": [
"0.08"
],
"max_layer_height": [
"0.32"
],
"retract_restart_extra": [
"0"
],
"cooling_tube_retraction": [
"0"
],
"cooling_tube_length": [
"0"
],
"parking_pos_retraction": [
"25"
],
"retract_when_changing_layer": [
"1"
],
"extra_loading_move": [
"0"
],
"high_current_on_filament_swap": [
"1"
],
"z_hop_types": "Normal Lift"
}
@@ -0,0 +1,12 @@
{
"type": "machine_model",
"name": "Co Print ChromaSet",
"model_id": "Co_Print_ChromaSet",
"nozzle_diameter": "0.4",
"machine_tech": "FFF",
"family": "Co Print",
"bed_model": "",
"bed_texture": "Co_Print_ChromaSet_buildplate_texture.png",
"hotend_model": "",
"default_materials": "Co Print PLA"
}
@@ -0,0 +1,136 @@
{
"type": "machine",
"name": "fdm_coprint_common",
"from": "system",
"instantiation": "true",
"inherits": "fdm_machine_common",
"default_print_profile": "0.20mm Standard @Co Print ChromaSet 0.4",
"printer_variant": "0.4",
"nozzle_diameter": [
"0.4"
],
"retract_before_wipe": [
"70%"
],
"printable_area": [
"0x0",
"350x0",
"350x350",
"0x350"
],
"printable_height": "345",
"gcode_flavor": "klipper",
"retraction_length": [
"1"
],
"machine_max_speed_e": [
"100"
],
"machine_max_speed_x": [
"500"
],
"machine_max_speed_y": [
"500"
],
"machine_max_speed_z": [
"20"
],
"machine_max_acceleration_e": [
"2500"
],
"machine_max_acceleration_extruding": [
"5000"
],
"machine_max_acceleration_retracting": [
"2500"
],
"machine_max_acceleration_travel": [
"40000"
],
"machine_max_acceleration_x": [
"5000"
],
"machine_max_acceleration_y": [
"5000"
],
"machine_max_acceleration_z": [
"500"
],
"machine_max_jerk_e": [
"2.5"
],
"machine_max_jerk_x": [
"10"
],
"machine_max_jerk_y": [
"10"
],
"machine_max_jerk_z": [
"0.2"
],
"z_hop": [
"0.2"
],
"retraction_speed": [
"50"
],
"deretraction_speed": [
"50"
],
"retraction_minimum_travel": [
"1"
],
"retract_length_toolchange": [
"2"
],
"wipe_distance": [
"2"
],
"thumbnails": [
"300x300",
"400x300",
"32x32"
],
"retract_lift_below": [
"343"
],
"thumbnails_format": "PNG",
"before_layer_change_gcode": "TIMELAPSE_TAKE_FRAME\nG92 E0",
"machine_start_gcode": "start_print EXTRUDER=[initial_extruder] EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single]",
"machine_end_gcode": "end_print",
"default_filament_profile": [
"Co Print PLA"
],
"extruder_clearance_radius": [
"65"
],
"extruder_clearance_height_to_rod": [
"36"
],
"extruder_clearance_height_to_lid": [
"36"
],
"min_layer_height": [
"0.08"
],
"max_layer_height": [
"0.32"
],
"retract_restart_extra": [
"0"
],
"cooling_tube_retraction": [
"0"
],
"cooling_tube_length": [
"0"
],
"parking_pos_retraction": [
"10"
],
"extra_loading_move": [
"0"
]
}
@@ -0,0 +1,112 @@
{
"type": "machine",
"name": "fdm_machine_common",
"from": "system",
"instantiation": "false",
"printer_technology": "FFF",
"deretraction_speed": [
"50"
],
"extruder_colour": [
"#FCE94F"
],
"extruder_offset": [
"0x0"
],
"gcode_flavor": "klipper",
"silent_mode": "0",
"machine_max_acceleration_e": [
"5000"
],
"machine_max_acceleration_extruding": [
"10000"
],
"machine_max_acceleration_retracting": [
"1000"
],
"machine_max_acceleration_x": [
"10000"
],
"machine_max_acceleration_y": [
"10000"
],
"machine_max_acceleration_z": [
"500"
],
"machine_max_speed_e": [
"60"
],
"machine_max_speed_x": [
"500"
],
"machine_max_speed_y": [
"500"
],
"machine_max_speed_z": [
"10"
],
"machine_max_jerk_e": [
"5"
],
"machine_max_jerk_x": [
"8"
],
"machine_max_jerk_y": [
"8"
],
"machine_max_jerk_z": [
"0.4"
],
"machine_min_extruding_rate": [
"0"
],
"machine_min_travel_rate": [
"0"
],
"max_layer_height": [
"0.32"
],
"min_layer_height": [
"0.08"
],
"printable_height": "250",
"extruder_clearance_radius": "65",
"extruder_clearance_height_to_rod": "36",
"extruder_clearance_height_to_lid": "140",
"nozzle_diameter": [
"0.4"
],
"printer_settings_id": "",
"printer_variant": "0.4",
"retraction_minimum_travel": [
"2"
],
"retract_before_wipe": [
"70%"
],
"retract_when_changing_layer": [
"1"
],
"retraction_length": [
"1"
],
"retract_length_toolchange": [
"1"
],
"z_hop": [
"0"
],
"retract_restart_extra": [
"0"
],
"retract_restart_extra_toolchange": [
"0"
],
"retraction_speed": [
"50"
],
"single_extruder_multi_material": "1",
"wipe": [
"1"
]
}
@@ -0,0 +1,31 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.2mm Fast @Co Print ChromaSet 0.4",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_coprint_common",
"elefant_foot_compensation": "0.15",
"initial_layer_speed": "60",
"initial_layer_infill_speed": "100",
"inner_wall_speed": "300",
"small_perimeter_speed": "50%",
"internal_solid_infill_speed": "300",
"travel_speed": "500",
"gap_infill_speed": "300",
"outer_wall_speed":"100",
"top_surface_speed": "150",
"default_acceleration": "10000",
"outer_wall_acceleration": "3000",
"inner_wall_acceleration": "8000",
"bridge_acceleration": "80%",
"sparse_infill_acceleration": "80%",
"initial_layer_acceleration": "1500",
"internal_solid_infill_acceleration": "80%",
"top_surface_acceleration": "2000",
"travel_acceleration": "10000",
"default_jerk": "9",
"compatible_printers": [
"Co Print ChromaSet 0.4 nozzle fast"
]
}
@@ -0,0 +1,12 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.2mm Standard @Co Print ChromaSet 0.4",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_coprint_common",
"default_acceleration": "5000",
"compatible_printers": [
"Co Print ChromaSet 0.4 nozzle"
]
}
@@ -0,0 +1,108 @@
{
"type": "process",
"name": "fdm_process_common",
"from": "system",
"instantiation": "false",
"adaptive_layer_height": "0",
"reduce_crossing_wall": "0",
"bridge_flow": "0.9031",
"bridge_speed": "25",
"internal_bridge_speed": "100",
"brim_width": "5",
"compatible_printers": [],
"print_sequence": "by layer",
"default_acceleration": "5000",
"bridge_no_support": "0",
"elefant_foot_compensation": "0.1",
"outer_wall_line_width": "0.4",
"outer_wall_speed": "60",
"line_width": "0.4",
"infill_direction": "45",
"sparse_infill_density": "10%",
"sparse_infill_pattern": "grid",
"initial_layer_line_width": "0.5",
"layer_height": "0.2",
"initial_layer_print_height": "0.2",
"initial_layer_speed": "60",
"gap_infill_speed": "200",
"infill_combination": "0",
"sparse_infill_line_width": "0.45",
"infill_wall_overlap": "30%",
"sparse_infill_speed": "300",
"interface_shells": "0",
"detect_overhang_wall": "1",
"reduce_infill_retraction": "1",
"filename_format": "{input_filename_base}{filament_type[0]}{layer_height}_{print_time}.gcode",
"wall_loops": "2",
"inner_wall_line_width": "0.4",
"inner_wall_speed": "200",
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",
"seam_gap": "5%",
"skirt_distance": "4",
"skirt_height": "1",
"minimum_sparse_infill_area": "0",
"internal_solid_infill_line_width": "0.4",
"internal_solid_infill_speed": "200",
"spiral_mode": "0",
"standby_temperature_delta": "-5",
"enable_support": "0",
"support_filament": "0",
"support_line_width": "0.4",
"support_interface_filament": "0",
"support_on_build_plate_only": "0",
"support_top_z_distance": "0",
"support_interface_loop_pattern": "0",
"support_interface_top_layers": "0",
"support_interface_spacing": "0",
"support_interface_speed": "200",
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2",
"support_speed": "200",
"extra_perimeters_on_overhangs": "0",
"initial_layer_infill_speed": "100",
"support_threshold_angle": "30",
"support_object_xy_distance": "0.5",
"detect_thin_wall": "1",
"top_surface_line_width": "0.4",
"top_surface_speed": "80",
"travel_speed": "350",
"enable_prime_tower": "1",
"prime_tower_width": "120",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"resolution": "0.012",
"wall_generator": "classic",
"wall_sequence": "inner wall/outer wall",
"print_flow_ratio": "1",
"top_shell_layers": "4",
"internal_bridge_flow": "0.9031",
"slow_down_layers": "3",
"gap_fill_target": "everywhere",
"skirt_loops": "6",
"skirt_speed": "50",
"draft_shield": "disabled",
"brim_type": "no_brim",
"exclude_object": "1",
"inner_wall_acceleration": "3000",
"top_solid_infill_flow_ratio": "1",
"bottom_solid_infill_flow_ratio": "1",
"outer_wall_acceleration": "1000",
"bridge_acceleration": "800%",
"sparse_infill_acceleration": "80%",
"internal_solid_infill_acceleration": "80%",
"infill_layer_acceleration": "1500",
"top_surface_acceleration": "1000",
"travel_acceleration": "5000",
"accel_to_decel_enable": "1",
"top_shell_thickness": "1",
"infill_anchor": "400%",
"infill_anchor_max": "20",
"accel_to_decel": "50%",
"overhang_1_4_speed": "80",
"overhang_2_4_speed": "50",
"overhang_3_4_speed": "30",
"overhang_4_4_speed": "10",
"initial_layer_acceleration": "1500"
}
@@ -0,0 +1,114 @@
{
"type": "process",
"name": "fdm_process_coprint_common",
"from": "system",
"instantiation": "false",
"inherits": "fdm_process_common",
"adaptive_layer_height": "0",
"reduce_crossing_wall": "0",
"bridge_flow": "0.9031",
"bridge_speed": "25",
"default_jerk": "9",
"infill_jerk": "12",
"inner_wall_jerk": "7",
"outer_wall_jerk": "7",
"wipe_speed": "60%",
"tree_support_wall_count": "2",
"role_based_wipe_speed": "0",
"staggered_inner_seams": "1",
"internal_bridge_speed": "100",
"brim_width": "5",
"layer_height": "0.2",
"print_sequence": "by layer",
"default_acceleration": "5000",
"bridge_no_support": "0",
"elefant_foot_compensation": "0.1",
"outer_wall_line_width": "0.4",
"outer_wall_speed": "60",
"line_width": "0.4",
"infill_direction": "45",
"sparse_infill_density": "10%",
"sparse_infill_pattern": "grid",
"initial_layer_line_width": "0.5",
"initial_layer_print_height": "0.2",
"initial_layer_speed": "60",
"gap_infill_speed": "200",
"infill_combination": "0",
"sparse_infill_line_width": "0.45",
"infill_wall_overlap": "30%",
"sparse_infill_speed": "300",
"interface_shells": "0",
"detect_overhang_wall": "1",
"reduce_infill_retraction": "1",
"filename_format": "{input_filename_base}{filament_type[0]}{layer_height}_{print_time}.gcode",
"wall_loops": "2",
"inner_wall_line_width": "0.4",
"inner_wall_speed": "200",
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",
"seam_gap": "5%",
"skirt_distance": "4",
"skirt_height": "1",
"support_type": "tree(manual)",
"minimum_sparse_infill_area": "0",
"internal_solid_infill_line_width": "0.4",
"internal_solid_infill_speed": "200",
"spiral_mode": "0",
"standby_temperature_delta": "-5",
"enable_support": "0",
"support_filament": "0",
"support_line_width": "0.4",
"support_interface_filament": "0",
"initial_layer_infill_speed": "100",
"support_on_build_plate_only": "0",
"support_top_z_distance": "0",
"support_interface_loop_pattern": "0",
"support_interface_top_layers": "0",
"support_interface_spacing": "0",
"support_interface_speed": "200",
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2",
"support_speed": "200",
"support_threshold_angle": "30",
"support_object_xy_distance": "0.5",
"detect_thin_wall": "1",
"top_surface_line_width": "0.4",
"top_surface_speed": "80",
"travel_speed": "350",
"enable_prime_tower": "1",
"prime_tower_width": "120",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"resolution": "0.012",
"wall_generator": "classic",
"wall_sequence": "inner wall/outer wall",
"print_flow_ratio": "1",
"internal_bridge_flow": "0.9031",
"gap_fill_target": "everywhere",
"slow_down_layers": "3",
"top_shell_layers": "4",
"skirt_loops": "6",
"skirt_speed": "50",
"extra_perimeters_on_overhangs": "0",
"bottom_solid_infill_flow_ratio": "1",
"top_solid_infill_flow_ratio": "1",
"draft_shield": "disabled",
"brim_type": "no_brim",
"exclude_object": "1",
"inner_wall_acceleration": "3000",
"outer_wall_acceleration": "1000",
"bridge_acceleration": "80%",
"sparse_infill_acceleration": "80%",
"internal_solid_infill_acceleration": "80%",
"infill_layer_acceleration": "1500",
"top_surface_acceleration": "1000",
"travel_acceleration": "5000",
"accel_to_decel_enable": "1",
"accel_to_decel": "50%",
"infill_anchor": "400%",
"infill_anchor_max": "20",
"top_shell_thickness": "1",
"initial_layer_acceleration": "1500"
}
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "Comgrow", "name": "Comgrow",
"version": "02.02.00.00", "version": "02.02.00.01",
"force_update": "0", "force_update": "0",
"description": "Comgrow configurations", "description": "Comgrow configurations",
"machine_model_list": [ "machine_model_list": [
+173 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "Creality", "name": "Creality",
"version": "02.02.00.00", "version": "02.02.00.01",
"force_update": "0", "force_update": "0",
"description": "Creality configurations", "description": "Creality configurations",
"machine_model_list": [ "machine_model_list": [
@@ -24,6 +24,10 @@
"name": "Creality CR-6 Max", "name": "Creality CR-6 Max",
"sub_path": "machine/Creality CR-6 Max.json" "sub_path": "machine/Creality CR-6 Max.json"
}, },
{
"name": "Creality CR-M4",
"sub_path": "machine/Creality CR-M4.json"
},
{ {
"name": "Creality Ender-3 V2", "name": "Creality Ender-3 V2",
"sub_path": "machine/Creality Ender-3 V2.json" "sub_path": "machine/Creality Ender-3 V2.json"
@@ -107,6 +111,14 @@
{ {
"name": "Creality K1 Max", "name": "Creality K1 Max",
"sub_path": "machine/Creality K1 Max.json" "sub_path": "machine/Creality K1 Max.json"
},
{
"name": "Creality K1 SE",
"sub_path": "machine/Creality K1 SE.json"
},
{
"name": "Creality K2 Plus",
"sub_path": "machine/Creality K2 Plus.json"
} }
], ],
"process_list": [ "process_list": [
@@ -246,6 +258,14 @@
"name": "0.08mm SuperDetail @Creality Ender5Pro (2019) 0.3", "name": "0.08mm SuperDetail @Creality Ender5Pro (2019) 0.3",
"sub_path": "process/0.08mm SuperDetail @Creality Ender5Pro (2019) 0.3.json" "sub_path": "process/0.08mm SuperDetail @Creality Ender5Pro (2019) 0.3.json"
}, },
{
"name": "0.08mm SuperDetail @Creality K2 Plus 0.2 nozzle",
"sub_path": "process/0.08mm SuperDetail @Creality K2 Plus 0.2 nozzle.json"
},
{
"name": "0.08mm SuperDetail @Creality K2 Plus 0.4 nozzle",
"sub_path": "process/0.08mm SuperDetail @Creality K2 Plus 0.4 nozzle.json"
},
{ {
"name": "0.10mm HighDetail @Creality CR-6 0.4.json", "name": "0.10mm HighDetail @Creality CR-6 0.4.json",
"sub_path": "process/0.10mm HighDetail @Creality CR-6 0.4.json" "sub_path": "process/0.10mm HighDetail @Creality CR-6 0.4.json"
@@ -262,6 +282,14 @@
"name": "0.10mm HighDetail @Creality Ender5Pro (2019) 0.3", "name": "0.10mm HighDetail @Creality Ender5Pro (2019) 0.3",
"sub_path": "process/0.10mm HighDetail @Creality Ender5Pro (2019) 0.3.json" "sub_path": "process/0.10mm HighDetail @Creality Ender5Pro (2019) 0.3.json"
}, },
{
"name": "0.10mm HighDetail @Creality CR-M4",
"sub_path": "process/0.10mm HighDetail @Creality CR-M4.json"
},
{
"name": "0.10mm HighDetail @Creality K2 Plus 0.2 nozzle",
"sub_path": "process/0.10mm HighDetail @Creality K2 Plus 0.2 nozzle.json"
},
{ {
"name": "0.12mm Detail @Creality Ender3 0.2", "name": "0.12mm Detail @Creality Ender3 0.2",
"sub_path": "process/0.12mm Fine @Creality Ender3 0.2.json" "sub_path": "process/0.12mm Fine @Creality Ender3 0.2.json"
@@ -374,6 +402,26 @@
"name": "0.12mm Detail @Creality Ender5Pro (2019) 0.5", "name": "0.12mm Detail @Creality Ender5Pro (2019) 0.5",
"sub_path": "process/0.12mm Detail @Creality Ender5Pro (2019) 0.5.json" "sub_path": "process/0.12mm Detail @Creality Ender5Pro (2019) 0.5.json"
}, },
{
"name": "0.15mm Detail @Creality CR-M4",
"sub_path": "process/0.15mm Detail @Creality CR-M4.json"
},
{
"name": "0.12mm Detail @Creality K2 Plus 0.2 nozzle",
"sub_path": "process/0.12mm Detail @Creality K2 Plus 0.2 nozzle.json"
},
{
"name": "0.12mm Detail @Creality K2 Plus 0.4 nozzle",
"sub_path": "process/0.12mm Detail @Creality K2 Plus 0.4 nozzle.json"
},
{
"name": "0.18mm Detail @Creality K2 Plus 0.6 nozzle",
"sub_path": "process/0.18mm Detail @Creality K2 Plus 0.6 nozzle.json"
},
{
"name": "0.24mm Detail @Creality K2 Plus 0.8 nozzle",
"sub_path": "process/0.24mm Detail @Creality K2 Plus 0.8 nozzle.json"
},
{ {
"name": "0.16mm Optimal @Creality CR10V2", "name": "0.16mm Optimal @Creality CR10V2",
"sub_path": "process/0.16mm Optimal @Creality CR10V2.json" "sub_path": "process/0.16mm Optimal @Creality CR10V2.json"
@@ -530,6 +578,22 @@
"name": "0.16mm Optimal @Creality K1Max (0.4 nozzle)", "name": "0.16mm Optimal @Creality K1Max (0.4 nozzle)",
"sub_path": "process/0.16mm Optimal @Creality K1Max (0.4 nozzle).json" "sub_path": "process/0.16mm Optimal @Creality K1Max (0.4 nozzle).json"
}, },
{
"name": "0.14mm Optimal @Creality K2 Plus 0.2 nozzle",
"sub_path": "process/0.14mm Optimal @Creality K2 Plus 0.2 nozzle.json"
},
{
"name": "0.16mm Optimal @Creality K2 Plus 0.4 nozzle",
"sub_path": "process/0.16mm Optimal @Creality K2 Plus 0.4 nozzle.json"
},
{
"name": "0.24mm Optimal @Creality K2 Plus 0.6 nozzle",
"sub_path": "process/0.24mm Optimal @Creality K2 Plus 0.6 nozzle.json"
},
{
"name": "0.32mm Optimal @Creality K2 Plus 0.8 nozzle",
"sub_path": "process/0.32mm Optimal @Creality K2 Plus 0.8 nozzle.json"
},
{ {
"name": "0.20mm Standard @Creality CR10V2", "name": "0.20mm Standard @Creality CR10V2",
"sub_path": "process/0.20mm Standard @Creality CR10V2.json" "sub_path": "process/0.20mm Standard @Creality CR10V2.json"
@@ -686,6 +750,10 @@
"name": "0.20mm Standard @Creality Ender6", "name": "0.20mm Standard @Creality Ender6",
"sub_path": "process/0.20mm Standard @Creality Ender6.json" "sub_path": "process/0.20mm Standard @Creality Ender6.json"
}, },
{
"name": "0.20mm Standard @Creality CR-M4",
"sub_path": "process/0.20mm Standard @Creality CR-M4.json"
},
{ {
"name": "0.20mm Standard @Creality K1 (0.4 nozzle)", "name": "0.20mm Standard @Creality K1 (0.4 nozzle)",
"sub_path": "process/0.20mm Standard @Creality K1 (0.4 nozzle).json" "sub_path": "process/0.20mm Standard @Creality K1 (0.4 nozzle).json"
@@ -698,6 +766,22 @@
"name": "0.20mm Standard @Creality K1Max (0.4 nozzle)", "name": "0.20mm Standard @Creality K1Max (0.4 nozzle)",
"sub_path": "process/0.20mm Standard @Creality K1Max (0.4 nozzle).json" "sub_path": "process/0.20mm Standard @Creality K1Max (0.4 nozzle).json"
}, },
{
"name": "0.20mm Standard @Creality K2 Plus 0.4 nozzle",
"sub_path": "process/0.20mm Standard @Creality K2 Plus 0.4 nozzle.json"
},
{
"name": "0.30mm Standard @Creality K2 Plus 0.6 nozzle",
"sub_path": "process/0.30mm Standard @Creality K2 Plus 0.6 nozzle.json"
},
{
"name": "0.40mm Standard @Creality K2 Plus 0.8 nozzle",
"sub_path": "process/0.40mm Standard @Creality K2 Plus 0.8 nozzle.json"
},
{
"name": "0.20mm Fast @Creality K1 SE 0.4",
"sub_path": "process/0.20mm Fast @Creality K1 SE 0.4.json"
},
{ {
"name": "0.24mm Draft @Creality Ender3 0.2", "name": "0.24mm Draft @Creality Ender3 0.2",
"sub_path": "process/0.24mm Draft @Creality Ender3 0.2.json" "sub_path": "process/0.24mm Draft @Creality Ender3 0.2.json"
@@ -826,6 +910,18 @@
"name": "0.24mm Draft @Creality Ender5Pro (2019) 0.8", "name": "0.24mm Draft @Creality Ender5Pro (2019) 0.8",
"sub_path": "process/0.24mm Draft @Creality Ender5Pro (2019) 0.8.json" "sub_path": "process/0.24mm Draft @Creality Ender5Pro (2019) 0.8.json"
}, },
{
"name": "0.24mm Draft @Creality K2 Plus 0.4 nozzle",
"sub_path": "process/0.24mm Draft @Creality K2 Plus 0.4 nozzle.json"
},
{
"name": "0.36mm Draft @Creality K2 Plus 0.6 nozzle",
"sub_path": "process/0.36mm Draft @Creality K2 Plus 0.6 nozzle.json"
},
{
"name": "0.48mm Draft @Creality K2 Plus 0.8 nozzle",
"sub_path": "process/0.48mm Draft @Creality K2 Plus 0.8 nozzle.json"
},
{ {
"name": "0.28mm SuperDraft @Creality Ender3 0.2", "name": "0.28mm SuperDraft @Creality Ender3 0.2",
"sub_path": "process/0.28mm SuperDraft @Creality Ender3 0.2.json" "sub_path": "process/0.28mm SuperDraft @Creality Ender3 0.2.json"
@@ -882,6 +978,18 @@
"name": "0.28mm SuperDraft @Creality Ender5Pro (2019) 1.0", "name": "0.28mm SuperDraft @Creality Ender5Pro (2019) 1.0",
"sub_path": "process/0.28mm SuperDraft @Creality Ender5Pro (2019) 1.0.json" "sub_path": "process/0.28mm SuperDraft @Creality Ender5Pro (2019) 1.0.json"
}, },
{
"name": "0.28mm SuperDraft @Creality K2 Plus 0.4 nozzle",
"sub_path": "process/0.28mm SuperDraft @Creality K2 Plus 0.4 nozzle.json"
},
{
"name": "0.42mm SuperDraft @Creality K2 Plus 0.6 nozzle",
"sub_path": "process/0.42mm SuperDraft @Creality K2 Plus 0.6 nozzle.json"
},
{
"name": "0.56mm SuperDraft @Creality K2 Plus 0.8 nozzle",
"sub_path": "process/0.56mm SuperDraft @Creality K2 Plus 0.8 nozzle.json"
},
{ {
"name": "0.32mm Chunky @Creality CR-6 0.6", "name": "0.32mm Chunky @Creality CR-6 0.6",
"sub_path": "process/0.32mm Chunky @Creality CR-6 0.6.json" "sub_path": "process/0.32mm Chunky @Creality CR-6 0.6.json"
@@ -1179,6 +1287,46 @@
{ {
"name": "Creality Generic TPU @K1-all", "name": "Creality Generic TPU @K1-all",
"sub_path": "filament/Creality Generic TPU @K1-all.json" "sub_path": "filament/Creality Generic TPU @K1-all.json"
},
{
"name": "Creality Generic ABS @K2-all",
"sub_path": "filament/Creality Generic ABS @K2-all.json"
},
{
"name": "Creality Generic ASA @K2-all",
"sub_path": "filament/Creality Generic ASA @K2-all.json"
},
{
"name": "Creality Generic PETG @K2-all",
"sub_path": "filament/Creality Generic PETG @K2-all.json"
},
{
"name": "Creality Generic PLA @K2-all",
"sub_path": "filament/Creality Generic PLA @K2-all.json"
},
{
"name": "Creality Generic PLA High Speed @K2-all",
"sub_path": "filament/Creality Generic PLA High Speed @K2-all.json"
},
{
"name": "Creality Generic PLA Matte @K2-all",
"sub_path": "filament/Creality Generic PLA Matte @K2-all.json"
},
{
"name": "Creality Generic PLA Silk @K2-all",
"sub_path": "filament/Creality Generic PLA Silk @K2-all.json"
},
{
"name": "Creality Generic TPU @K2-all",
"sub_path": "filament/Creality Generic TPU @K2-all.json"
},
{
"name": "Creality Generic PLA-CF @K2-all",
"sub_path": "filament/Creality Generic PLA-CF @K2-all.json"
},
{
"name": "Creality Generic PA-CF @K2-all",
"sub_path": "filament/Creality Generic PA-CF @K2-all.json"
} }
], ],
"machine_list": [ "machine_list": [
@@ -1250,6 +1398,10 @@
"name": "Creality CR-6 Max 0.8 nozzle", "name": "Creality CR-6 Max 0.8 nozzle",
"sub_path": "machine/Creality CR-6 Max 0.8 nozzle.json" "sub_path": "machine/Creality CR-6 Max 0.8 nozzle.json"
}, },
{
"name": "Creality CR-M4 0.4 nozzle",
"sub_path": "machine/Creality CR-M4 0.4 nozzle.json"
},
{ {
"name": "Creality Ender-3 V2 0.4 nozzle", "name": "Creality Ender-3 V2 0.4 nozzle",
"sub_path": "machine/Creality Ender-3 V2 0.4 nozzle.json" "sub_path": "machine/Creality Ender-3 V2 0.4 nozzle.json"
@@ -1426,6 +1578,10 @@
"name": "Creality K1C 0.8 nozzle", "name": "Creality K1C 0.8 nozzle",
"sub_path": "machine/Creality K1C 0.8 nozzle.json" "sub_path": "machine/Creality K1C 0.8 nozzle.json"
}, },
{
"name": "Creality K1 SE 0.4 nozzle",
"sub_path": "machine/Creality K1 SE 0.4 nozzle.json"
},
{ {
"name": "Creality K1 Max (0.4 nozzle)", "name": "Creality K1 Max (0.4 nozzle)",
"sub_path": "machine/Creality K1 Max (0.4 nozzle).json" "sub_path": "machine/Creality K1 Max (0.4 nozzle).json"
@@ -1437,6 +1593,22 @@
{ {
"name": "Creality K1 Max (0.8 nozzle)", "name": "Creality K1 Max (0.8 nozzle)",
"sub_path": "machine/Creality K1 Max (0.8 nozzle).json" "sub_path": "machine/Creality K1 Max (0.8 nozzle).json"
},
{
"name": "Creality K2 Plus 0.2 nozzle",
"sub_path": "machine/Creality K2 Plus 0.2 nozzle.json"
},
{
"name": "Creality K2 Plus 0.4 nozzle",
"sub_path": "machine/Creality K2 Plus 0.4 nozzle.json"
},
{
"name": "Creality K2 Plus 0.6 nozzle",
"sub_path": "machine/Creality K2 Plus 0.6 nozzle.json"
},
{
"name": "Creality K2 Plus 0.8 nozzle",
"sub_path": "machine/Creality K2 Plus 0.8 nozzle.json"
} }
] ]
} }
Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

@@ -17,6 +17,7 @@
"compatible_printers": [ "compatible_printers": [
"Creality K1C 0.4 nozzle", "Creality K1C 0.4 nozzle",
"Creality K1C 0.6 nozzle", "Creality K1C 0.6 nozzle",
"Creality K1C 0.8 nozzle" "Creality K1C 0.8 nozzle",
"Creality K1 SE 0.4 nozzle"
] ]
} }
@@ -0,0 +1,26 @@
{
"type": "filament",
"setting_id": "GFSA04_CREALITY_00",
"name": "Creality Generic ABS @K2-all",
"from": "system",
"instantiation": "true",
"inherits": "Creality Generic ABS",
"filament_flow_ratio": [
"0.95"
],
"filament_max_volumetric_speed": [
"18"
],
"slow_down_layer_time": [
"12"
],
"slow_down_min_speed": [
"20"
],
"compatible_printers": [
"Creality K2 Plus 0.2 nozzle",
"Creality K2 Plus 0.4 nozzle",
"Creality K2 Plus 0.6 nozzle",
"Creality K2 Plus 0.8 nozzle"
]
}
@@ -58,6 +58,7 @@
"Creality CR-10 SE 0.2 nozzle", "Creality CR-10 SE 0.2 nozzle",
"Creality CR-10 SE 0.4 nozzle", "Creality CR-10 SE 0.4 nozzle",
"Creality CR-10 SE 0.6 nozzle", "Creality CR-10 SE 0.6 nozzle",
"Creality CR-10 SE 0.8 nozzle" "Creality CR-10 SE 0.8 nozzle",
"Creality CR-M4 0.4 nozzle"
] ]
} }
@@ -17,6 +17,7 @@
"compatible_printers": [ "compatible_printers": [
"Creality K1C 0.4 nozzle", "Creality K1C 0.4 nozzle",
"Creality K1C 0.6 nozzle", "Creality K1C 0.6 nozzle",
"Creality K1C 0.8 nozzle" "Creality K1C 0.8 nozzle",
"Creality K1 SE 0.4 nozzle"
] ]
} }
@@ -0,0 +1,26 @@
{
"type": "filament",
"setting_id": "GFSA04_00",
"name": "Creality Generic ASA @K2-all",
"from": "system",
"instantiation": "true",
"inherits": "Creality Generic ASA",
"filament_flow_ratio": [
"0.95"
],
"filament_max_volumetric_speed": [
"14"
],
"slow_down_layer_time": [
"10"
],
"slow_down_min_speed": [
"20"
],
"compatible_printers": [
"Creality K2 Plus 0.2 nozzle",
"Creality K2 Plus 0.4 nozzle",
"Creality K2 Plus 0.6 nozzle",
"Creality K2 Plus 0.8 nozzle"
]
}
@@ -12,6 +12,7 @@
"Creality K1C 0.4 nozzle", "Creality K1C 0.4 nozzle",
"Creality K1C 0.6 nozzle", "Creality K1C 0.6 nozzle",
"Creality K1C 0.8 nozzle", "Creality K1C 0.8 nozzle",
"Creality K1 SE 0.4 nozzle",
"Creality K1 Max (0.4 nozzle)", "Creality K1 Max (0.4 nozzle)",
"Creality K1 Max (0.6 nozzle)", "Creality K1 Max (0.6 nozzle)",
"Creality K1 Max (0.8 nozzle)" "Creality K1 Max (0.8 nozzle)"
@@ -0,0 +1,23 @@
{
"type": "filament",
"name": "Creality Generic PA-CF @K2-all",
"inherits": "Creality Generic PA-CF",
"from": "system",
"setting_id": "GFSN99_01",
"instantiation": "true",
"nozzle_temperature_initial_layer": [
"280"
],
"nozzle_temperature": [
"280"
],
"fan_min_speed": [
"30"
],
"compatible_printers": [
"Creality K2 Plus 0.2 nozzle",
"Creality K2 Plus 0.4 nozzle",
"Creality K2 Plus 0.6 nozzle",
"Creality K2 Plus 0.8 nozzle"
]
}
@@ -15,6 +15,7 @@
"Creality K1C 0.4 nozzle", "Creality K1C 0.4 nozzle",
"Creality K1C 0.6 nozzle", "Creality K1C 0.6 nozzle",
"Creality K1C 0.8 nozzle", "Creality K1C 0.8 nozzle",
"Creality K1 SE 0.4 nozzle",
"Creality K1 Max (0.4 nozzle)", "Creality K1 Max (0.4 nozzle)",
"Creality K1 Max (0.6 nozzle)", "Creality K1 Max (0.6 nozzle)",
"Creality K1 Max (0.8 nozzle)" "Creality K1 Max (0.8 nozzle)"
@@ -50,6 +50,7 @@
"compatible_printers": [ "compatible_printers": [
"Creality K1C 0.4 nozzle", "Creality K1C 0.4 nozzle",
"Creality K1C 0.6 nozzle", "Creality K1C 0.6 nozzle",
"Creality K1C 0.8 nozzle" "Creality K1C 0.8 nozzle",
"Creality K1 SE 0.4 nozzle"
] ]
} }
@@ -0,0 +1,59 @@
{
"type": "filament",
"setting_id": "GFSG99_00",
"name": "Creality Generic PETG @K2-all",
"from": "system",
"instantiation": "true",
"inherits": "Creality Generic PETG",
"filament_max_volumetric_speed": [
"18"
],
"slow_down_layer_time": [
"8"
],
"slow_down_min_speed": [
"20"
],
"cool_plate_temp": [
"70"
],
"eng_plate_temp": [
"50"
],
"hot_plate_temp": [
"70"
],
"textured_plate_temp": [
"70"
],
"cool_plate_temp_initial_layer": [
"70"
],
"eng_plate_temp_initial_layer": [
"0"
],
"hot_plate_temp_initial_layer": [
"70"
],
"textured_plate_temp_initial_layer": [
"70"
],
"nozzle_temperature_initial_layer": [
"250"
],
"nozzle_temperature": [
"250"
],
"fan_max_speed": [
"80"
],
"reduce_fan_stop_start_freq": [
"1"
],
"compatible_printers": [
"Creality K2 Plus 0.2 nozzle",
"Creality K2 Plus 0.4 nozzle",
"Creality K2 Plus 0.6 nozzle",
"Creality K2 Plus 0.8 nozzle"
]
}
@@ -68,6 +68,7 @@
"Creality CR-10 SE 0.2 nozzle", "Creality CR-10 SE 0.2 nozzle",
"Creality CR-10 SE 0.4 nozzle", "Creality CR-10 SE 0.4 nozzle",
"Creality CR-10 SE 0.6 nozzle", "Creality CR-10 SE 0.6 nozzle",
"Creality CR-10 SE 0.8 nozzle" "Creality CR-10 SE 0.8 nozzle",
"Creality CR-M4 0.4 nozzle"
] ]
} }
@@ -41,6 +41,7 @@
"compatible_printers": [ "compatible_printers": [
"Creality K1C 0.4 nozzle", "Creality K1C 0.4 nozzle",
"Creality K1C 0.6 nozzle", "Creality K1C 0.6 nozzle",
"Creality K1C 0.8 nozzle" "Creality K1C 0.8 nozzle",
"Creality K1 SE 0.4 nozzle"
] ]
} }
@@ -0,0 +1,53 @@
{
"type": "filament",
"setting_id": "GFSL99_00",
"name": "Creality Generic PLA @K2-all",
"from": "system",
"instantiation": "true",
"inherits": "Creality Generic PLA",
"filament_flow_ratio": [
"0.95"
],
"filament_max_volumetric_speed": [
"18"
],
"slow_down_min_speed": [
"20"
],
"slow_down_layer_time": [
"4"
],
"cool_plate_temp": [
"50"
],
"eng_plate_temp": [
"50"
],
"hot_plate_temp": [
"50"
],
"textured_plate_temp": [
"50"
],
"cool_plate_temp_initial_layer": [
"50"
],
"eng_plate_temp_initial_layer": [
"50"
],
"hot_plate_temp_initial_layer": [
"50"
],
"textured_plate_temp_initial_layer": [
"50"
],
"reduce_fan_stop_start_freq": [
"1"
],
"compatible_printers": [
"Creality K2 Plus 0.2 nozzle",
"Creality K2 Plus 0.4 nozzle",
"Creality K2 Plus 0.6 nozzle",
"Creality K2 Plus 0.8 nozzle"
]
}
@@ -15,6 +15,7 @@
"Creality K1C 0.4 nozzle", "Creality K1C 0.4 nozzle",
"Creality K1C 0.6 nozzle", "Creality K1C 0.6 nozzle",
"Creality K1C 0.8 nozzle", "Creality K1C 0.8 nozzle",
"Creality K1 SE 0.4 nozzle",
"Creality K1 Max (0.4 nozzle)", "Creality K1 Max (0.4 nozzle)",
"Creality K1 Max (0.6 nozzle)", "Creality K1 Max (0.6 nozzle)",
"Creality K1 Max (0.8 nozzle)" "Creality K1 Max (0.8 nozzle)"
@@ -0,0 +1,17 @@
{
"type": "filament",
"setting_id": "GFSL95_00",
"name": "Creality Generic PLA High Speed @K2-all",
"from": "system",
"instantiation": "true",
"inherits": "Creality Generic PLA @K2-all",
"filament_max_volumetric_speed": [
"23"
],
"compatible_printers": [
"Creality K2 Plus 0.2 nozzle",
"Creality K2 Plus 0.4 nozzle",
"Creality K2 Plus 0.6 nozzle",
"Creality K2 Plus 0.8 nozzle"
]
}
@@ -15,6 +15,7 @@
"Creality K1C 0.4 nozzle", "Creality K1C 0.4 nozzle",
"Creality K1C 0.6 nozzle", "Creality K1C 0.6 nozzle",
"Creality K1C 0.8 nozzle", "Creality K1C 0.8 nozzle",
"Creality K1 SE 0.4 nozzle",
"Creality K1 Max (0.4 nozzle)", "Creality K1 Max (0.4 nozzle)",
"Creality K1 Max (0.6 nozzle)", "Creality K1 Max (0.6 nozzle)",
"Creality K1 Max (0.8 nozzle)" "Creality K1 Max (0.8 nozzle)"
@@ -0,0 +1,17 @@
{
"type": "filament",
"setting_id": "GFSL05_00",
"name": "Creality Generic PLA Matte @K2-all",
"from": "system",
"instantiation": "true",
"inherits": "Creality Generic PLA @K2-all",
"filament_max_volumetric_speed": [
"18"
],
"compatible_printers": [
"Creality K2 Plus 0.2 nozzle",
"Creality K2 Plus 0.4 nozzle",
"Creality K2 Plus 0.6 nozzle",
"Creality K2 Plus 0.8 nozzle"
]
}
@@ -15,6 +15,7 @@
"Creality K1C 0.4 nozzle", "Creality K1C 0.4 nozzle",
"Creality K1C 0.6 nozzle", "Creality K1C 0.6 nozzle",
"Creality K1C 0.8 nozzle", "Creality K1C 0.8 nozzle",
"Creality K1 SE 0.4 nozzle",
"Creality K1 Max (0.4 nozzle)", "Creality K1 Max (0.4 nozzle)",
"Creality K1 Max (0.6 nozzle)", "Creality K1 Max (0.6 nozzle)",
"Creality K1 Max (0.8 nozzle)" "Creality K1 Max (0.8 nozzle)"
@@ -0,0 +1,17 @@
{
"type": "filament",
"setting_id": "GFSL96_00",
"name": "Creality Generic PLA Silk @K2-all",
"from": "system",
"instantiation": "true",
"inherits": "Creality Generic PLA @K2-all",
"filament_max_volumetric_speed": [
"10"
],
"compatible_printers": [
"Creality K2 Plus 0.2 nozzle",
"Creality K2 Plus 0.4 nozzle",
"Creality K2 Plus 0.6 nozzle",
"Creality K2 Plus 0.8 nozzle"
]
}
@@ -15,6 +15,7 @@
"Creality K1C 0.4 nozzle", "Creality K1C 0.4 nozzle",
"Creality K1C 0.6 nozzle", "Creality K1C 0.6 nozzle",
"Creality K1C 0.8 nozzle", "Creality K1C 0.8 nozzle",
"Creality K1 SE 0.4 nozzle",
"Creality K1 Max (0.4 nozzle)", "Creality K1 Max (0.4 nozzle)",
"Creality K1 Max (0.6 nozzle)", "Creality K1 Max (0.6 nozzle)",
"Creality K1 Max (0.8 nozzle)" "Creality K1 Max (0.8 nozzle)"
@@ -0,0 +1,23 @@
{
"type": "filament",
"setting_id": "GFSL96_00",
"name": "Creality Generic PLA-CF @K2-all",
"from": "system",
"instantiation": "true",
"inherits": "Creality Generic PLA-CF",
"filament_max_volumetric_speed": [
"18"
],
"slow_down_layer_time": [
"8"
],
"additional_cooling_fan_speed": [
"0"
],
"compatible_printers": [
"Creality K2 Plus 0.2 nozzle",
"Creality K2 Plus 0.4 nozzle",
"Creality K2 Plus 0.6 nozzle",
"Creality K2 Plus 0.8 nozzle"
]
}
@@ -59,6 +59,7 @@
"Creality CR-10 SE 0.2 nozzle", "Creality CR-10 SE 0.2 nozzle",
"Creality CR-10 SE 0.4 nozzle", "Creality CR-10 SE 0.4 nozzle",
"Creality CR-10 SE 0.6 nozzle", "Creality CR-10 SE 0.6 nozzle",
"Creality CR-10 SE 0.8 nozzle" "Creality CR-10 SE 0.8 nozzle",
"Creality CR-M4 0.4 nozzle"
] ]
} }
@@ -35,6 +35,7 @@
"compatible_printers": [ "compatible_printers": [
"Creality K1C 0.4 nozzle", "Creality K1C 0.4 nozzle",
"Creality K1C 0.6 nozzle", "Creality K1C 0.6 nozzle",
"Creality K1C 0.8 nozzle" "Creality K1C 0.8 nozzle",
"Creality K1 SE 0.4 nozzle"
] ]
} }
@@ -0,0 +1,41 @@
{
"type": "filament",
"setting_id": "GFU99_CREALITY_00",
"name": "Creality Generic TPU @K2-all",
"from": "system",
"instantiation": "true",
"inherits": "Creality Generic TPU",
"hot_plate_temp": [
"40"
],
"hot_plate_temp_initial_layer": [
"40"
],
"textured_plate_temp": [
"40"
],
"textured_plate_temp_initial_layer": [
"40"
],
"nozzle_temperature_initial_layer": [
"220"
],
"nozzle_temperature": [
"220"
],
"filament_max_volumetric_speed": [
"3"
],
"slow_down_layer_time": [
"8"
],
"reduce_fan_stop_start_freq": [
"1"
],
"compatible_printers": [
"Creality K2 Plus 0.2 nozzle",
"Creality K2 Plus 0.4 nozzle",
"Creality K2 Plus 0.6 nozzle",
"Creality K2 Plus 0.8 nozzle"
]
}
@@ -0,0 +1,54 @@
{
"type": "machine",
"setting_id": "GM001",
"name": "Creality CR-M4 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_creality_common",
"printer_model": "Creality CR-M4",
"gcode_flavor": "marlin",
"printer_structure": "i3",
"default_filament_profile": [
"Creality Generic PLA"
],
"default_print_profile": "0.20mm Standard @Creality CR-M4",
"nozzle_diameter": [
"0.4"
],
"printable_height": "470",
"printable_area": [
"0x0",
"450x0",
"450x450",
"0x450"
],
"machine_max_speed_e": [
"50",
"50"
],
"machine_max_acceleration_z": [
"100",
"100"
],
"machine_max_jerk_x": [
"10",
"10"
],
"machine_max_jerk_y": [
"10",
"10"
],
"retraction_minimum_travel": [
"0.8"
],
"retraction_length": [
"0.8"
],
"retraction_speed": [
"40"
],
"nozzle_type": "undefine",
"auxiliary_fan": "0",
"machine_start_gcode": "M220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG28 ;Home\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nM109 S[material_print_temperature_layer_0]\nG1 X10.1 Y145.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y145.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 E-1.0000 F1800 ;Retract a bit\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 E0.0000 F1800 ",
"machine_end_gcode": "G91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positionning\nG1 X0 Y0 ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z"
}
@@ -0,0 +1,12 @@
{
"type": "machine_model",
"name": "Creality CR-M4",
"model_id": "Creality-CR-M4",
"nozzle_diameter": "0.4",
"machine_tech": "FFF",
"family": "Creality",
"bed_model": "creality_crm4_buildplate_model.stl",
"bed_texture": "creality_crm4_buildplate_texture.png",
"hotend_model": "",
"default_materials": "Creality Generic PLA;Creality Generic PETG;Creality Generic ABS"
}
@@ -79,7 +79,7 @@
"0.4", "0.4",
"0.4" "0.4"
], ],
"machine_start_gcode": "M220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nM140 S[bed_temperature_initial_layer_single] ;Set final bed temp\nM104 S[nozzle_temperature_initial_layer] ;Set final nozzle temp\n\nG28 ;Home\n\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nM190 S[bed_temperature_initial_layer_single] ;Wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ;Wait for nozzle temp to stabilize\nG1 X10.1 Y145.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y145.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 E-1.0000 F1800 ;Retract a bit\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 E0.0000 F1800", "machine_start_gcode": "M220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nM140 S[bed_temperature_initial_layer_single] ;Set final bed temp\nM104 S[nozzle_temperature_initial_layer] ;Set final nozzle temp\n\nG28 ;Home\nG29 ;Auto bed leveling (create mesh if not already stored)\nM420 S1 ;Enable mesh leveling\n\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nM190 S[bed_temperature_initial_layer_single] ;Wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ;Wait for nozzle temp to stabilize\nG1 X10.1 Y145.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y145.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 E-1.0000 F1800 ;Retract a bit\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 E0.0000 F1800",
"machine_end_gcode": "G91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positionning\n\nG1 X0 Y0 ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\n\nM84 X Y E ;Disable all steppers but Z", "machine_end_gcode": "G91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positionning\n\nG1 X0 Y0 ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\n\nM84 X Y E ;Disable all steppers but Z",
"thumbnails_format": "JPG", "thumbnails_format": "JPG",
"thumbnails": [ "thumbnails": [

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