Compare commits

...

110 Commits

Author SHA1 Message Date
SoftFever
886c1eee6d update Korean .mo file 2023-08-03 19:01:45 +08:00
Hotsolidinfill
68ac3eb526 Update Korean Translation (#1664)
- Make overhang printable
- Lift Z Enforcement
- etc
2023-08-03 18:20:24 +08:00
SoftFever
f3b1694a14 update latest BL profiles from BS 1.7.1 2023-08-03 08:49:37 +08:00
SoftFever
95539c78fa bump version to 1.6.4-beta 2023-08-03 00:48:54 +08:00
SoftFever
79911ab188 fix build error on Ubuntu and update deps 2023-08-03 00:48:54 +08:00
SoftFever
12195c722f update locale 2023-08-03 00:48:54 +08:00
SoftFever
afdd753db7 tweak profiles 2023-08-03 00:47:48 +08:00
djperya
6c8b011991 Some Ukrainian translation fixes (#1638) 2023-07-31 20:50:41 +08:00
SoftFever
aaefc400e1 Tweak profiles
1. Fix Voron Trident printable height issue #1641
2. Revamp Qidi X3 printer profiles
3. Turn on accel_to_decel_enable for klipper machine by default
4. Many other profiles tweaks
2023-07-31 19:52:56 +08:00
SoftFever
58e24dd270 Revert "Kingroon profiles improves (#1599)"
This reverts commit e78a6d964b.
2023-07-31 18:52:49 +08:00
SoftFever
2903942403 Treat the printer as a generic printer when loading new printers not found in the system from a project file 2023-07-31 00:28:52 +08:00
SoftFever
92b1ff824a Miscellaneous changes for PA calib:
1. Changed printing speed for all PA tests, where the speed will be calculated by max(100, outer_wall_speed) with consideration of max_volumetric_speed.
2. PA tower now uses the classic wall generator.
#1616
2023-07-30 23:03:36 +08:00
Noisyfox
b571318be8 Make Overhang Printable (#1615)
* First working conical overhang impl

* Add settings for Make overhang printable

* Added an Advanced setting to the Quality menu for Make overhang printable
* Allow toggling the feature and adjusting the angle threshold

* Retain recesses in the bottom of the model when "Make Overhangs Printable" is turned on

* Add settings for Make overhang printable hole size

* Allow disabling conical overhang per modifier

* Should check upper layer instead

* Skip unnecessary layers

* Apply conical overhang before any size compensation
which fixs the `lslices` not being updated issue and also the elephant foot compensation

* 1. Fix an issue that changing make_overhang_printable related parameters won't clear caches properly.
2. Tweak the logic of make_overhang_printable parameter so that it works for per region/object/print level. Remove make_overhang_printable_disable parameter.

* Change default make_overhang_printable_angle to 55

* One more missing commit

* 1. Skip checking default_region_config()->make_overhang_printable
2. Handle make_overhang_printable_angle and make_overhang_printable_hole_size value change

---------

Co-authored-by: David Bern <odie5533@users.noreply.github.com>
Co-authored-by: SoftFever <softfeverever@gmail.com>
2023-07-30 20:20:43 +08:00
SoftFever
ab6649da8a update PA tower so it's one wall for most nozzles(0.4 upwards) 2023-07-30 19:38:34 +08:00
SoftFever
71b76d74d7 Fixed a regression where print settings set by calibration features were not applied properly #1614 2023-07-30 19:25:02 +08:00
Carlos Caruncho
e78a6d964b Kingroon profiles improves (#1599)
* Update OrcaSlicer_es.po

* Update OrcaSlicer_es.po

More strings!

* Update OrcaSlicer_es.po

* modified:   bbl/i18n/es/OrcaSlicer_es.po

* Update Orcaslicer spanish

* Merge

* Corregidos duplicados

* modified:   bbl/i18n/es/OrcaSlicer_es.po

* modified:   bbl/i18n/es/OrcaSlicer_es.po

* modified:   bbl/i18n/es/OrcaSlicer_es.po

* modified:   bbl/i18n/es/OrcaSlicer_es.po

* modified:   bbl/i18n/es/OrcaSlicer_es.po
	modified:   bbl/i18n/es/OrcaSlicer_es.mo

* modified:   bbl/i18n/es/OrcaSlicer_es.mo

* Update Orca es

* FIX:orcaslicer_es.po  some strings

* modified:   bbl/i18n/es/OrcaSlicer_es.po

* modified:   bbl/i18n/es/OrcaSlicer_es.po

* modified:   bbl/i18n/es/OrcaSlicer_es.po
	modified:   resources/i18n/es/OrcaSlicer.mo

* Update text.js

Added es_ES to text.js (spanish strings)

* Kingroon profiles added

Added Kp3s and kp5l printers

* Update OrcaSlicer_es.po

CAMBIOS EN CUARTEL

* Update OrcaSlicer_es.po

* [FIX] Fixed some spanish strings

Improved translation

* More spanish string fixes

More fixes

* Fix More Spanish Strings

* add kingoon profiles

* Last mo update

* Fix KP3S PRO S1 profile

* Kingroon printers fixes

* Update OrcaSlicer.mo

* Added plate bed

* [FIX] Some Kingroon profiles fixes

* Kingroon profile improves

Brong start gcode

* Kingroon profile improves

Deleted some profiles

* Some fixes

* More fixes
2023-07-30 13:58:43 +08:00
ovlach
a329497f49 fix: ambiguous call _check_convertible_to_path_source(const wxCStrData&) (#1597)
* fix: ambiguous call _check_convertible_to_path_source(const wxCStrData&)

* change to ToStdWstring() per discussion

---------

Co-authored-by: SoftFever <softfeverever@gmail.com>
2023-07-30 09:46:50 +08:00
SoftFever
2dfb4f1a68 Optimized gcode generation. Reduce set fan speed commands #804 2023-07-30 00:16:09 +08:00
djperya
979b17fab7 compilation errors fixed of Ukrainian localizalion (#1610)
* compilation errors fixed of Ukrainian localizalion

* add UKRAINIAN lang option in UI

---------

Co-authored-by: SoftFever <softfeverever@gmail.com>
2023-07-29 10:13:17 +08:00
Noisyfox
d7a1241550 Port single wall on top surface from classic wall generator to Arachne (#1583)
* Port single wall on top surface from classic wall generator to Arachne

* Move the surface split code into a separate function to be shared between classic and Arachne. This also adds bridge detection to Arachne as well.

* Remove unwanted infills

* Fix insets calculating

---------

Co-authored-by: SoftFever <softfeverever@gmail.com>
2023-07-29 10:12:47 +08:00
Carlos Caruncho
c13a2e57e2 Spanish translation improves and compiled MO (#1607)
* Some Spanish string fixes

PO updated

* More spanish strings fixes

* Compiled MO
2023-07-28 22:20:58 +08:00
SoftFever
0657ad9e58 Overhang tweaks:
1. Revert back to classic overhang
2. Support percent for overhang speed
2023-07-28 00:19:08 +08:00
Jason M-H
be54f6bc99 Calculate extrusion width %s as a function of nozzle width, not layer height (#1578)
* Calculate extrusion width %s as a function of nozzle width, not layer height

* handled more width conversions

* more missing percent handling

* even more missed percent handling

* even more more extrusion % handling

* some fixes

---------

Co-authored-by: SoftFever <softfeverever@gmail.com>
2023-07-27 23:37:47 +08:00
SoftFever
71ddef9724 fix misspelling in the tooltip of Filter out tiny gaps option #1606 2023-07-27 22:21:10 +08:00
SoftFever
5c71994c83 update locale 2023-07-27 22:10:39 +08:00
SoftFever
1a869cfca9 Merge branch 'main' of github.com:SoftFever/OrcaSlicer 2023-07-27 22:03:45 +08:00
SoftFever
ff7fb51f41 fix sidelable font 2023-07-27 22:03:32 +08:00
SoftFever
53688791af skip overhang degree check in PerimeterGenerator when overhang_speed_classic is not enabled 2023-07-27 22:03:12 +08:00
ovlach
df819b2778 Use namespaces to link against libcereal >= 1.3.1 (#1596)
0ffcfd8393

Co-authored-by: SoftFever <softfeverever@gmail.com>
2023-07-27 21:58:19 +08:00
thewildmage
910d79ae6f Fix overly persistent pressure advance pattern (#1591)
* Reset model's calib_pa_pattern as needed

* Add initial config for skirt and brim in PA pattern
2023-07-26 19:23:41 +08:00
djperya
c0cb91bb8a Create OrcaSlicer_uk.po (#1601)
Add Ukrainian translation
2023-07-26 19:16:07 +08:00
Carlos Caruncho
9368ca46ed Some Spanish string fixes (#1600)
PO updated
2023-07-26 19:14:34 +08:00
Morton Jonuschat
b5d5b972fc [BUGFIX] Fix emitting Klipper SET_VELOCITY_LIMIT commands (#1598)
[BUGFIX] Fix Klipper SET_VELOCITY_LIMIT code

- Always write out SET_VELOCITY_LIMTIT ACCEL=<acceleration> independently of the accel_to_decel setting
- Append the ACCEL_TO_DECEL fragment if enabled in config
2023-07-26 19:11:47 +08:00
SoftFever
7f6f01c4c9 QoL: remember each printer's filament/bed/process settings (#1592)
* init work
TODO:
1. support multi filament
2. support project

* Properly handle filament number change when switching printers
2023-07-25 21:54:34 +08:00
SoftFever
6aa3e400d1 reduce AppConfig::Save() calls 2023-07-25 19:19:49 +08:00
Carlos Caruncho
cccc857f6f Fixed spanish translation and kingroon profiles added (#1572)
* Update OrcaSlicer_es.po

* Update OrcaSlicer_es.po

More strings!

* Update OrcaSlicer_es.po

* modified:   bbl/i18n/es/OrcaSlicer_es.po

* Update Orcaslicer spanish

* Merge

* Corregidos duplicados

* modified:   bbl/i18n/es/OrcaSlicer_es.po

* modified:   bbl/i18n/es/OrcaSlicer_es.po

* modified:   bbl/i18n/es/OrcaSlicer_es.po

* modified:   bbl/i18n/es/OrcaSlicer_es.po

* modified:   bbl/i18n/es/OrcaSlicer_es.po
	modified:   bbl/i18n/es/OrcaSlicer_es.mo

* modified:   bbl/i18n/es/OrcaSlicer_es.mo

* Update Orca es

* FIX:orcaslicer_es.po  some strings

* modified:   bbl/i18n/es/OrcaSlicer_es.po

* modified:   bbl/i18n/es/OrcaSlicer_es.po

* modified:   bbl/i18n/es/OrcaSlicer_es.po
	modified:   resources/i18n/es/OrcaSlicer.mo

* Update text.js

Added es_ES to text.js (spanish strings)

* Kingroon profiles added

Added Kp3s and kp5l printers

* Update OrcaSlicer_es.po

CAMBIOS EN CUARTEL

* Update OrcaSlicer_es.po

* [FIX] Fixed some spanish strings

Improved translation

* More spanish string fixes

More fixes

* Fix More Spanish Strings

* add kingoon profiles

* Last mo update

* Fix KP3S PRO S1 profile

* Kingroon printers fixes

* Update OrcaSlicer.mo

* Added plate bed
2023-07-23 12:03:53 +08:00
Jason M-H
7a3971eca5 Add Lift Z only Above/Below, On Surface (e.g. Only on Top) (#1562)
* Added config options for Enforce Lift Z (from SS, doesn't affect Gcode
yet)

* working, minus first layer override; also fixed m_last_extrusion_role not being set

* fixed logic to match SS

* minimize to just one config

* removed first layer override

* Cleaned up logic, working as intended

* added lift above z, lift below z; somehow broke filament overrides

* fixed overrides not working, but lift above/below and enforce don't override

* fixed filament overrides

---------

Co-authored-by: SoftFever <softfeverever@gmail.com>
2023-07-22 21:07:13 +08:00
thewildmage
777c7c68f9 Add Ellis' pattern method for pressure advance calibration (#1547)
* Add pattern method to Pressure Advance dialog

* Convert calib_pressure_advance to more unique calib_pressure_advance_line

* Share move_to function with PA lines and patterns

* Add PA pattern to calib.hpp

* Implement move_to(Vec3d). Combine with Vec2d version

* Add call to PA pattern in GCode.cpp

* Add helper functions

* Add directionality to draw_digit

* Extract shared number drawing variables

* Extract convert_number_to_string function

* Use in-class initializers for pattern variables

* Add max_numbering_height function

* Add helper functions

* Extract shared delta helper functions

* Add pattern generate_test() and associated helpers

* Clarify use of math functions

* Remove unused move_to overload, accept move_to comments

* Add get_distance() and draw_line()

* Extract set_nozzle_diameter()

* Clean up and simplify

* Rearrange and clean up

* Start work on print_pa_pattern

* Complete basic draw_box function

* Add more helper functions

* Add struct for pattern config, more helpers

* Rearrange

* Add encroachment member variable

* Add structs to manage optional arguments

* Simplify optional arguments structs

* Update opt args usage. Finish draw_box function

* Complete print_pa_pattern function

* Reuse PA Line STL

* Fix forward declaration error

* Fix invalid comparison

* Fixing complier errors

* Make DrawDigitMode options more clear

* More compilation error fixes

* Yet more compile error fixes

* Fix incorrect default step value

* Handle top-level dialog changes, consolidate params definitions

* Add layer change G-code, set more print variables

* Simplify optArgs constructors

* Fix pattern drawing, minor misc. clean up

* Make draw_box() G-code comments more helpful

* Make more of draw_line() const

* Fix sequential number draw direction

* Extract shared e_per_mm function

* Fix misplaced decimal in PA Line

* Move short constructor into .hpp

* Fix inverted Y direction in pattern digit drawing

* Use placeholder STL to create needed layers

* Rearrange and clean up

* Proof of concept: Adding custom G-Code at layer

* Use new scaling method

* Reorganize Plater::calib_pa()

* Restructure calib

* New strategy for adding custom G-code

* Remove redundant invocation

* Use cube primitive as positioning handle

* Move logic to Plater

Modifications to model in GCode cancelled _do_export from within itself

* Consolidate m_starting_point and pattern_start functions

* Replace bed_center() with m_starting_point

* Fix and consolidate number tab creation

* Fix off by one layer bug

* Use correct bounding box

* Use Vec3d instead of Vec2d for m_starting_point and m_last_pos

* Add translate_starting_point function

* Vec3d fix

* Store CalibPressureAdvancePattern with model

* Formatting adjustments

* Move pattern when handle moves

* Improve const correctness

* Improve/fix pattern writer and config

* Fix speed setting bug

* Pass model into generate_gcodes to improve consistency

* Re-generate pattern on reslice

* Make pattern actually move with handle

* Fix overzealous m_last_pos initialization

* Use clearer function names

* Use correct model

* Remove unused member variable

* Don't hard-code print config settings

* Remove unused lines, formatting clean up

* Make sure set_key_value operates on existing keys

* Remove asserts which limited life of key/value set

* Update Calibration.md

* Update licensing info

* Actually use speed in draw_line

* Don't speed_adjust twice

* doc: Make width and speed settings used more clear

* Bugfix: Shouldn't need to move handle to see pattern

* Clean up

* Move mp_gcodegen into line method alone

* Fix wrong number thickness in PA Line

* Remove unnecessary middleman PatternSettings

* Give value of config to const m_initial_config, not ref

* Fix incorrect DrawBoxOptArg default

* Use line_width_anchor() for all of initial layer

* Use clearer function name

* Replace "anchor" with "first_layer" for better consistency

* Update Calibration.md

* Update Calibration.md

* Make number tab infill explanation more clear

* (Hopefully) fix missing origin

* Add GCodeProcessor tags

* Fully refresh config

* Don't store is_bbl_printer

* Move set_starting_point to private

* Don't constantly recreate GCodeWriter

* Use different step value for pattern test

* Remove redundant processor tags

* Label glyph G-code

* Fix comparison typo

* Set number print speed

* Fix mixed up draw_number parameter

* Don't use line_width_first_layer for pattern

* (Hopefully) fix temp tower generating PA pattern

* Start with pattern centered on plate

* Add gap between pattern and handle

* Fix overly persistent pattern

* Revert "(Hopefully) fix temp tower generating PA pattern"

This reverts commit 0aa1206886.

---------

Co-authored-by: SoftFever <softfeverever@gmail.com>
2023-07-22 20:48:56 +08:00
ZdDroid
87f6c43784 Display print end time for in BL device page (#1568)
Show progress increase end time
Supplementary translation

Co-authored-by: ZdDroid <601865048@qq.com>
2023-07-22 10:40:15 +08:00
Hotsolidinfill
224e1ea2de Add Korean translation + Font problem (need help) (#1553)
* add ko_KR

* add

* additional translation
"Tip of the Day"

* add korean to language list

* -Fix Korean translation
-Add Russian to language list
2023-07-20 22:59:11 +08:00
SoftFever
f5b824eaa2 1. temp fix for Korean font
2. fix crashes when cjk language is use but the system don't have unicode support enabled on Windows
2023-07-19 18:17:21 +08:00
SoftFever
b5cbb42e62 fix build errors for relwithdebinfo 2023-07-19 18:16:35 +08:00
SoftFever
fda21497fc revert back to 2019 runner 2023-07-18 01:07:25 +08:00
SoftFever
ed156c1fc9 fix win cicd, revert back to vs2019 2023-07-18 01:02:42 +08:00
Heiko Liebscher
3725ef1e1b fix lang files (gettext tool) (#1550) 2023-07-17 20:38:18 +08:00
SoftFever
40a17695c5 fix vs2022 deps 2023-07-16 10:58:18 +08:00
SoftFever
9253fed401 add vs2022 bat 2023-07-15 00:10:03 +08:00
SoftFever
b76be35d5a fix OCCT patch failure 2023-07-15 00:10:03 +08:00
stasyan68
053bb37ece added Russian translation (#1509) 2023-07-11 00:06:44 +08:00
Carlos Caruncho
453b0cf8e6 OrcaSlicer_Es.po spanish translation finished (#1483)
* Update OrcaSlicer_es.po

* Update OrcaSlicer_es.po

More strings!

* Update OrcaSlicer_es.po

* modified:   bbl/i18n/es/OrcaSlicer_es.po

* Update Orcaslicer spanish

* Merge

* Corregidos duplicados

* modified:   bbl/i18n/es/OrcaSlicer_es.po

* modified:   bbl/i18n/es/OrcaSlicer_es.po

* modified:   bbl/i18n/es/OrcaSlicer_es.po

* modified:   bbl/i18n/es/OrcaSlicer_es.po

* modified:   bbl/i18n/es/OrcaSlicer_es.po
	modified:   bbl/i18n/es/OrcaSlicer_es.mo

* modified:   bbl/i18n/es/OrcaSlicer_es.mo

* Update Orca es

* FIX:orcaslicer_es.po  some strings

* modified:   bbl/i18n/es/OrcaSlicer_es.po

* modified:   bbl/i18n/es/OrcaSlicer_es.po

* modified:   bbl/i18n/es/OrcaSlicer_es.po
	modified:   resources/i18n/es/OrcaSlicer.mo

* Update text.js

Added es_ES to text.js (spanish strings)
2023-07-10 22:29:19 +08:00
SoftFever
e3a85e2b33 use smaller font for codes 2023-07-08 14:48:07 +08:00
SoftFever
3d7c45c6dc fix wrong default support_threshold_angle value 2023-07-07 10:38:55 +08:00
SoftFever
809278320e clear m_calib_config before each print 2023-07-07 01:03:32 +08:00
SoftFever
bdf8c8d5b1 Merge remote-tracking branch 'remote/v1.6.0'
# Conflicts:
#	.github/workflows/build_ubuntu.yml
#	src/libslic3r/Print.cpp
#	version.inc
2023-07-07 00:38:54 +08:00
SoftFever
93b8d7aeff update po/pot files 2023-07-07 00:07:31 +08:00
SoftFever
e94fe296ee Improve seams:
1. Turn off wipe_on_loops by default
2. Change default wipe distance to 1 mm
2023-07-06 21:11:55 +08:00
SoftFever
c3c6bbc4e5 Port PrusaSlicer staggered_inner_seams 2023-07-06 21:08:39 +08:00
SoftFever
b47777e73e optimize gcode generation 2023-07-06 00:01:06 +08:00
Carlos Caruncho
85882c3dde Update OrcaSlicer_es.po (#1443) 2023-06-30 22:46:21 +08:00
SoftFever
1318051bc3 update gitignore 2023-06-30 20:17:58 +08:00
SoftFever
f6c5369e76 fix OCCT build on Mac when build_release_macos.sh 2023-06-30 14:00:53 +08:00
SoftFever
d6fedfb47a update doxygen setting 2023-06-30 13:59:41 +08:00
Jeremy Lucas
92e02dbef4 Added doc & photo for wiki guide for max volumetric flow (#1301)
* Added doc and photo for max volumetric flow

* Fixed comments on doc. Same old image

* Added photos and finished description

* Forgot to save

* Added other method back in
2023-06-29 12:04:16 +08:00
Dylan
1a809b0931 Fix check multi filament valid (#1433)
* no need to check different filaments if using a multi-head printer

* bed temperatures warning
2023-06-29 12:03:34 +08:00
igiannakas
1c780496aa Optimise sandwich wall mode when perimeters are shared with multiple islands(Arachne only) (#1352)
* Update PerimeterGenerator.cpp

* PerimeterGenerator updated with improved Sandwich infill handling

Cleaned up code

* Beautified syntax

* Optimise the logic

---------

Co-authored-by: SoftFever <softfeverever@gmail.com>
2023-06-29 12:02:07 +08:00
Scott Mudge
8e4a43ea5c Add option for skirt-speed override (#1371)
Add skirt speed option.

Co-authored-by: SoftFever <softfeverever@gmail.com>
2023-06-26 20:53:17 +08:00
Dylan
e925db8c0f fix is_extruder_used (#1422) 2023-06-25 15:18:56 +08:00
SoftFever
3fee164058 update linux deps 2023-06-25 14:39:08 +08:00
Scott Mudge
1ef8ca2de0 Bugfix for zero-width tree supports (#1367)
fix bug with zero width tree supports throwing exception.
2023-06-25 13:38:29 +08:00
Scott Mudge
b943a04da7 Fix tooltip referencing "Studio" (#1370)
Fixed language with reference to "Studio"
2023-06-25 13:32:47 +08:00
SoftFever
4a799aa770 update Ubuntu deps 2023-06-11 14:44:44 +08:00
Maciej Lisiewski
e065809e3a Fix building with GCC13 (required to build on Arch and Fedora) (#1220)
* Backport TBB fix to allow building on GCC13

* Fix OpenEXR build with GCC13

* Fix Clipper2 build with GCC13

---------

Co-authored-by: SoftFever <softfeverever@gmail.com>
2023-06-11 11:36:33 +08:00
SoftFever
6108d8ee40 tweak ubuntu packages 2023-06-08 16:42:42 +08:00
SoftFever
d54861b8f7 add mac arm64 for build_deps 2023-06-07 17:44:48 +08:00
SoftFever
42d78a3a57 update cicd triggers 2023-06-07 16:02:45 +08:00
SoftFever
6aa84e8c42 build deps cicd 2023-06-07 15:42:18 +08:00
SoftFever
483febb01d fix build_deps syntax 2023-06-07 15:13:02 +08:00
SoftFever
678a0918d2 build deps 2023-06-07 14:50:19 +08:00
Heiko Liebscher
335ba93982 fix some typo and new feature (#1202) 2023-06-05 11:02:07 +08:00
Heti
9861051cd7 Easier solution to allow opening the app on OSX described in README.md (#1232)
Update README.md

Easier solution to allow opening the app
2023-06-05 10:54:25 +08:00
Branden Cash
c675d979a7 fix(macos): disable App Transport Security (#1157)
* feat(webview): enable context menu

This enables the ability (at least on MacOS) to reload the webview.

* fix(webview): add handler for webview error

Adding this un-covered the following error when trying to load a the printer page using http and hostname:
```
OnError: error loading page about:blank  wxWEBVIEW_NAV_ERR_OTHER The resource could not be loaded because the App Transport Security policy requires the use of a secure connection.

```

* fix(macos): disable App Transport Security policy

Disables the [App Transport Security](https://developer.apple.com/documentation/bundleresources/information_property_list/nsapptransportsecurity) policy that blocks loading http urls (via hostname...ip addresses were fine because ip addresses can't have certs, so they would be excluded from the ATS restriction).

Resolves #791
2023-06-01 00:14:47 +08:00
SoftFever
a636df63c1 bump version to 1.6.3 2023-05-28 10:51:25 +08:00
SoftFever
48a7e73fe7 Tweak default settings for Qidi: turn off ironing by default and turn arc fitting for 3 serials 2023-05-28 10:48:34 +08:00
Cyril Guislain
35e75b9824 Update French Translation / Add missing translation strings (#1153)
Update French Translation / Add missing strings
2023-05-28 10:46:42 +08:00
SoftFever
fb6d5e5547 add run_gettext.bat for Windows 2023-05-28 09:55:05 +08:00
SoftFever
c942447f7f Add back missing printer cover photos 2023-05-27 19:43:44 +08:00
SoftFever
da73688e76 Add more PrusaSlicer compatible placeholder #1142 #1148 2023-05-27 19:38:14 +08:00
SoftFever
1ab212512e 1. Add run_gettext.sh
2. Update locale
2023-05-27 19:08:42 +08:00
SoftFever
8b0e307941 infill_anchor #500 #136 2023-05-27 17:39:48 +08:00
SoftFever
aa4704a6db Decrease default PETG temp for temp tower test #1117 2023-05-27 10:17:49 +08:00
fr3ak2402
cf4df922bf fix BIQU Profiles (#1147) 2023-05-27 09:07:29 +08:00
SoftFever
2f34ddb524 Fixed an issue that project file(.3mf) can't be loaded if plate name contains illegal characters like & #1141 2023-05-26 23:43:34 +08:00
SoftFever
442c232323 Skip checking Repetier server name #1116 2023-05-24 00:27:29 +08:00
SoftFever
ab5e7f7de8 tiny code clean up for Improve bridge_density commit 2023-05-22 21:14:11 +08:00
SoftFever
fe6ce5e28a Improve bridge_density #1043 2023-05-22 20:35:20 +08:00
lane.wei
b953fd0b4d ENH: switch back to ubuntu 20.04 for building linux
This reverts commit 32f978c8932064395c0cfc3d8c22c2c9a263d4df.
2023-04-28 17:11:46 +08:00
gerrit
dbc797305c ci: update build version to 01.06.02.04
Change-Id: I7bfdc18da15ed4061458a0261b577abfb42abc1c
2023-04-27 15:50:48 +08:00
liz.li
955d9bb84b FIX: mac command key been translated and cannot work
Change-Id: Ib8f83e7c0acee36ebf2f7365f544eeb804b4db8a
2023-04-27 15:50:48 +08:00
gerrit
fe04156500 ci: update build version to 01.06.02.03
Change-Id: Ibbda1d0b2163fbcb318eb6554dbc766c561fddf9
2023-04-27 15:50:48 +08:00
liz.li
8b08d2be9f FIX:add layer range, the extruder should inherit from object config
Change-Id: I11615ebe40393cf1a1fe5caad7490dc6083ec2e7
(cherry picked from commit 864869b656fb4afbf68d47a191b6a8105dd25933)
2023-04-27 15:50:48 +08:00
gerrit
afe0ed6f41 ci: update build version to 01.06.02.02
Change-Id: Id18fc70803c7a5c96749a6b004a3dec1480f3a77
2023-04-27 15:50:47 +08:00
gerrit
48bdf6dbc7 ci: update network module based on commit 2f3f938
Change-Id: I56ea8cf7a512e77d2c7e617fdff381d705399b5c
2023-04-27 15:50:47 +08:00
Stone Li
1f42a95ee4 ENH: update version to 01.06.02.01
Change-Id: I97fbdfb2f58638fd819fc4cec41333ee695547f8
2023-04-27 15:50:47 +08:00
tao wang
18fcbc8857 NEW:add color picker control to material settings
Change-Id: I69dc51b64edb0a44331cd93d7fc157b4b0284fdc
2023-04-27 15:50:47 +08:00
qing.zhang
8be14d6cfe FIX: set temp befor open HB fan to avoid oozing
Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: Ibbda89a855927615d7da0e6da94a988852a10465
2023-04-27 15:50:47 +08:00
qing.zhang
64428b4d3b ENH: add support for PLA and support for PA
Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: I83781d4e11bd986131caaabba479c0074f2506a0
(cherry picked from commit 545c0122d1c0fce96b62de7ee9042b24911d93a6)
2023-04-27 15:50:47 +08:00
zhimin.zeng
ae0a470f4c FIX: rotate model before cut, the rotation of connectors is incorrect
github issue #1646 & #1647

Change-Id: Iab1d6984685a532011f425e704ccae039a6ef65d
(cherry picked from commit 1219045039de4ac0ed677b264e6e8469e6bc72dd)
2023-04-27 15:50:47 +08:00
zhimin.zeng
6c0d1898b3 FIX: crash when setting negative thickness value on text tool
github issue #1656

Change-Id: Ib77bdd3e4b2508c466d7122a9052d1d15d6bc4bb
(cherry picked from commit 8e347eb971ad28bd53fd4bfcdbccd0b980e81810)
2023-04-27 15:50:47 +08:00
liz.li
d20afab115 FIX: save and load layer_range to 3mf
Change-Id: Ie18aa8140b5c0fbba87be6ef2f8d0c924fa61791
(cherry picked from commit 6ef824bfbe06c694609c8e69338a3628248b93ac)
2023-04-27 15:50:47 +08:00
qing.zhang
9defe7b617 FIX: STUDIO-2383 slicing error while using compensation
set resolution value to 0 could avoid shape error

1. elephant compensation
2. xy-hole-compensation
3. xy-contour-compensation

Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: I238b6dd3342e09d33f4d10f7928f5fb48371d2b3
(cherry picked from commit f3518dbd226e7fe7cc6e0bbead118aa8321037bd)
2023-04-27 15:50:47 +08:00
624 changed files with 47351 additions and 9871 deletions

View File

@@ -1,4 +1,4 @@
# Doxyfile 1.9.5
# Doxyfile 1.9.8
# This file describes the settings to be used by the documentation system
# doxygen (www.doxygen.org) for a project.
@@ -48,7 +48,7 @@ PROJECT_NAME = OrcaSlicer
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = 1.5.0
PROJECT_NUMBER = 1.6.3
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
@@ -61,14 +61,14 @@ PROJECT_BRIEF = OrcaSlicer
# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
# the logo to the output directory.
PROJECT_LOGO = D:/a/OrcaSlicer/OrcaSlicer/resources/images/BambuStudio.png
PROJECT_LOGO = ./resources/images/OrcaSlicer_32px.png
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
# into which the generated documentation will be written. If a relative path is
# entered, it will be relative to the location where doxygen was started. If
# left blank the current directory will be used.
OUTPUT_DIRECTORY = OrcaSlicer-doc
OUTPUT_DIRECTORY = ../
# If the CREATE_SUBDIRS tag is set to YES then doxygen will create up to 4096
# sub-directories (in 2 levels) under the output directory of each output format
@@ -86,7 +86,7 @@ CREATE_SUBDIRS = YES
# level increment doubles the number of directories, resulting in 4096
# directories at level 8 which is the default and also the maximum value. The
# sub-directories are organized in 2 levels, the first level always has a fixed
# numer of 16 directories.
# number of 16 directories.
# Minimum value: 0, maximum value: 8, default value: 8.
# This tag requires that the tag CREATE_SUBDIRS is set to YES.
@@ -184,7 +184,7 @@ FULL_PATH_NAMES = YES
# will be relative from the directory where doxygen is started.
# This tag requires that the tag FULL_PATH_NAMES is set to YES.
STRIP_FROM_PATH = /Users/lijiang/lab/OrcaSlicer/
STRIP_FROM_PATH = /Users/runner/work/OrcaSlicer/OrcaSlicer
# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
# path mentioned in the documentation of a class, which tells the reader which
@@ -193,7 +193,7 @@ STRIP_FROM_PATH = /Users/lijiang/lab/OrcaSlicer/
# specify the list of include paths that are normally passed to the compiler
# using the -I flag.
STRIP_FROM_INC_PATH =
STRIP_FROM_INC_PATH = /Users/runner/work/OrcaSlicer/OrcaSlicer
# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
# less readable) file names. This can be useful is your file systems doesn't
@@ -363,6 +363,17 @@ MARKDOWN_SUPPORT = YES
TOC_INCLUDE_HEADINGS = 5
# The MARKDOWN_ID_STYLE tag can be used to specify the algorithm used to
# generate identifiers for the Markdown headings. Note: Every identifier is
# unique.
# Possible values are: DOXYGEN use a fixed 'autotoc_md' string followed by a
# sequence number starting at 0 and GITHUB use the lower case version of title
# with any whitespace replaced by '-' and punctuation characters removed.
# The default value is: DOXYGEN.
# This tag requires that the tag MARKDOWN_SUPPORT is set to YES.
MARKDOWN_ID_STYLE = GITHUB
# When enabled doxygen tries to link words that correspond to documented
# classes, or namespaces to their corresponding documentation. Such a link can
# be prevented in individual cases by putting a % sign in front of the word or
@@ -379,7 +390,7 @@ AUTOLINK_SUPPORT = YES
# diagrams that involve STL classes more complete and accurate.
# The default value is: NO.
BUILTIN_STL_SUPPORT = NO
BUILTIN_STL_SUPPORT = YES
# If you use Microsoft's C++/CLI language, you should set this option to YES to
# enable parsing support.
@@ -418,7 +429,7 @@ DISTRIBUTE_GROUP_DOC = NO
# is disabled and one has to add nested compounds explicitly via \ingroup.
# The default value is: NO.
GROUP_NESTED_COMPOUNDS = NO
GROUP_NESTED_COMPOUNDS = YES
# Set the SUBGROUPING tag to YES to allow class member groups of the same type
# (for instance a group of public functions) to be put as a subgroup of that
@@ -487,6 +498,14 @@ LOOKUP_CACHE_SIZE = 6
NUM_PROC_THREADS = 0
# If the TIMESTAMP tag is set different from NO then each generated page will
# contain the date or date and time when the page was generated. Setting this to
# NO can help when comparing the output of multiple runs.
# Possible values are: YES, NO, DATETIME and DATE.
# The default value is: NO.
TIMESTAMP = NO
#---------------------------------------------------------------------------
# Build related configuration options
#---------------------------------------------------------------------------
@@ -499,7 +518,7 @@ NUM_PROC_THREADS = 0
# normally produced when WARNINGS is set to YES.
# The default value is: NO.
EXTRACT_ALL = NO
EXTRACT_ALL = YES
# If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
# be included in the documentation.
@@ -568,7 +587,8 @@ HIDE_UNDOC_MEMBERS = NO
# If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all
# undocumented classes that are normally visible in the class hierarchy. If set
# to NO, these classes will be included in the various overviews. This option
# has no effect if EXTRACT_ALL is enabled.
# will also hide undocumented C++ concepts if enabled. This option has no effect
# if EXTRACT_ALL is enabled.
# The default value is: NO.
HIDE_UNDOC_CLASSES = NO
@@ -714,26 +734,26 @@ STRICT_PROTO_MATCHING = NO
# list. This list is created by putting \todo commands in the documentation.
# The default value is: YES.
GENERATE_TODOLIST = YES
GENERATE_TODOLIST = NO
# The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test
# list. This list is created by putting \test commands in the documentation.
# The default value is: YES.
GENERATE_TESTLIST = YES
GENERATE_TESTLIST = NO
# The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug
# list. This list is created by putting \bug commands in the documentation.
# The default value is: YES.
GENERATE_BUGLIST = YES
GENERATE_BUGLIST = NO
# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or disable (NO)
# the deprecated list. This list is created by putting \deprecated commands in
# the documentation.
# The default value is: YES.
GENERATE_DEPRECATEDLIST= YES
GENERATE_DEPRECATEDLIST= NO
# The ENABLED_SECTIONS tag can be used to enable conditional documentation
# sections, marked by \if <section_label> ... \endif and \cond <section_label>
@@ -859,11 +879,26 @@ WARN_IF_INCOMPLETE_DOC = YES
WARN_NO_PARAMDOC = NO
# If WARN_IF_UNDOC_ENUM_VAL option is set to YES, doxygen will warn about
# undocumented enumeration values. If set to NO, doxygen will accept
# undocumented enumeration values. If EXTRACT_ALL is set to YES then this flag
# will automatically be disabled.
# The default value is: NO.
WARN_IF_UNDOC_ENUM_VAL = NO
# If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when
# a warning is encountered. If the WARN_AS_ERROR tag is set to FAIL_ON_WARNINGS
# then doxygen will continue running as if WARN_AS_ERROR tag is set to NO, but
# at the end of the doxygen process doxygen will return with a non-zero status.
# Possible values are: NO, YES and FAIL_ON_WARNINGS.
# If the WARN_AS_ERROR tag is set to FAIL_ON_WARNINGS_PRINT then doxygen behaves
# like FAIL_ON_WARNINGS but in case no WARN_LOGFILE is defined doxygen will not
# write the warning messages in between other messages but write them at the end
# of a run, in case a WARN_LOGFILE is defined the warning messages will be
# besides being in the defined file also be shown at the end of a run, unless
# the WARN_LOGFILE is defined as - i.e. standard output (stdout) in that case
# the behavior will remain as with the setting FAIL_ON_WARNINGS.
# Possible values are: NO, YES, FAIL_ON_WARNINGS and FAIL_ON_WARNINGS_PRINT.
# The default value is: NO.
WARN_AS_ERROR = NO
@@ -908,7 +943,7 @@ WARN_LOGFILE =
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.
INPUT = .
INPUT = ./src
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -1031,9 +1066,6 @@ EXCLUDE_PATTERNS =
# output. The symbol name can be a fully qualified name, a word, or if the
# wildcard * is used, a substring. Examples: ANamespace, AClass,
# ANamespace::AClass, ANamespace::*Test
#
# Note that the wildcards are matched against the file with absolute path, so to
# exclude all test directories use the pattern */test/*
EXCLUDE_SYMBOLS =
@@ -1219,46 +1251,6 @@ USE_HTAGS = YES
VERBATIM_HEADERS = YES
# If the CLANG_ASSISTED_PARSING tag is set to YES then doxygen will use the
# clang parser (see:
# http://clang.llvm.org/) for more accurate parsing at the cost of reduced
# performance. This can be particularly helpful with template rich C++ code for
# which doxygen's built-in parser lacks the necessary type information.
# Note: The availability of this option depends on whether or not doxygen was
# generated with the -Duse_libclang=ON option for CMake.
# The default value is: NO.
CLANG_ASSISTED_PARSING = NO
# If the CLANG_ASSISTED_PARSING tag is set to YES and the CLANG_ADD_INC_PATHS
# tag is set to YES then doxygen will add the directory of each input to the
# include path.
# The default value is: YES.
# This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES.
CLANG_ADD_INC_PATHS = YES
# If clang assisted parsing is enabled you can provide the compiler with command
# line options that you would normally use when invoking the compiler. Note that
# the include paths will already be set by doxygen for the files and directories
# specified with INPUT and INCLUDE_PATH.
# This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES.
CLANG_OPTIONS =
# If clang assisted parsing is enabled you can provide the clang parser with the
# path to the directory containing a file called compile_commands.json. This
# file is the compilation database (see:
# http://clang.llvm.org/docs/HowToSetupToolingForLLVM.html) containing the
# options used when the source files were built. This is equivalent to
# specifying the -p option to a clang tool, such as clang-check. These options
# will then be passed to the parser. Any options specified with CLANG_OPTIONS
# will be added as well.
# Note: The availability of this option depends on whether or not doxygen was
# generated with the -Duse_libclang=ON option for CMake.
CLANG_DATABASE_PATH =
#---------------------------------------------------------------------------
# Configuration options related to the alphabetical class index
#---------------------------------------------------------------------------
@@ -1270,10 +1262,11 @@ CLANG_DATABASE_PATH =
ALPHABETICAL_INDEX = YES
# In case all classes in a project start with a common prefix, all classes will
# be put under the same header in the alphabetical index. The IGNORE_PREFIX tag
# can be used to specify a prefix (or a list of prefixes) that should be ignored
# while generating the index headers.
# The IGNORE_PREFIX tag can be used to specify a prefix (or a list of prefixes)
# that should be ignored while generating the index headers. The IGNORE_PREFIX
# tag works for classes, function and member names. The entity will be placed in
# the alphabetical list under the first letter of the entity name that remains
# after removing the prefix.
# This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
IGNORE_PREFIX =
@@ -1293,7 +1286,7 @@ GENERATE_HTML = YES
# The default directory is: html.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_OUTPUT = html
HTML_OUTPUT = OrcaSlicer_Dev_Document
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
# generated HTML page (for example: .htm, .php, .asp).
@@ -1352,7 +1345,12 @@ HTML_STYLESHEET =
# Doxygen will copy the style sheet files to the output directory.
# Note: The order of the extra style sheet files is of importance (e.g. the last
# style sheet in the list overrules the setting of the previous ones in the
# list). For an example see the documentation.
# list).
# Note: Since the styling of scrollbars can currently not be overruled in
# Webkit/Chromium, the styling will be left out of the default doxygen.css if
# one or more extra stylesheets have been specified. So if scrollbar
# customization is desired it has to be added explicitly. For an example see the
# documentation.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_EXTRA_STYLESHEET =
@@ -1368,17 +1366,13 @@ HTML_EXTRA_STYLESHEET =
HTML_EXTRA_FILES =
# The HTML_COLORSTYLE tag can be used to specify if the generated HTML output
# should be rendered with a dark or light theme. Default setting AUTO_LIGHT
# enables light output unless the user preference is dark output. Other options
# are DARK to always use dark mode, LIGHT to always use light mode, AUTO_DARK to
# default to dark mode unless the user prefers light mode, and TOGGLE to let the
# user toggle between dark and light mode via a button.
# Possible values are: LIGHT Always generate light output., DARK Always generate
# dark output., AUTO_LIGHT Automatically set the mode according to the user
# preference, use light mode if no preference is set (the default)., AUTO_DARK
# Automatically set the mode according to the user preference, use dark mode if
# no preference is set. and TOGGLE Allow to user to switch between light and
# dark mode via a button..
# should be rendered with a dark or light theme.
# Possible values are: LIGHT always generate light mode output, DARK always
# generate dark mode output, AUTO_LIGHT automatically set the mode according to
# the user preference, use light mode if no preference is set (the default),
# AUTO_DARK automatically set the mode according to the user preference, use
# dark mode if no preference is set and TOGGLE allow to user to switch between
# light and dark mode via a button.
# The default value is: AUTO_LIGHT.
# This tag requires that the tag GENERATE_HTML is set to YES.
@@ -1414,15 +1408,6 @@ HTML_COLORSTYLE_SAT = 100
HTML_COLORSTYLE_GAMMA = 80
# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
# page will contain the date and time when the page was generated. Setting this
# to YES can help to show when doxygen was last run and thus if the
# documentation is up to date.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_TIMESTAMP = NO
# If the HTML_DYNAMIC_MENUS tag is set to YES then the generated HTML
# documentation will contain a main index with vertical navigation menus that
# are dynamically created via JavaScript. If disabled, the navigation index will
@@ -1440,7 +1425,7 @@ HTML_DYNAMIC_MENUS = YES
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_DYNAMIC_SECTIONS = NO
HTML_DYNAMIC_SECTIONS = YES
# With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries
# shown in the various tree structured indices initially; the user can expand
@@ -1468,7 +1453,7 @@ HTML_INDEX_NUM_ENTRIES = 100
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.
GENERATE_DOCSET = NO
GENERATE_DOCSET = YES
# This tag determines the name of the docset feed. A documentation feed provides
# an umbrella under which multiple documentation sets from a single provider
@@ -1572,6 +1557,16 @@ BINARY_TOC = NO
TOC_EXPAND = NO
# The SITEMAP_URL tag is used to specify the full URL of the place where the
# generated documentation will be placed on the server by the user during the
# deployment of the documentation. The generated sitemap is called sitemap.xml
# and placed on the directory specified by HTML_OUTPUT. In case no SITEMAP_URL
# is specified no sitemap is generated. For information about the sitemap
# protocol see https://www.sitemaps.org
# This tag requires that the tag GENERATE_HTML is set to YES.
SITEMAP_URL =
# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
# QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that
# can be used as input for Qt's qhelpgenerator to generate a Qt Compressed Help
@@ -1736,7 +1731,7 @@ OBFUSCATE_EMAILS = YES
# The default value is: png.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_FORMULA_FORMAT = png
HTML_FORMULA_FORMAT = svg
# Use this tag to change the font size of LaTeX formulas included as images in
# the HTML documentation. When you change the font size after a successful
@@ -2060,9 +2055,16 @@ PDF_HYPERLINKS = YES
USE_PDFLATEX = YES
# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
# command to the generated LaTeX files. This will instruct LaTeX to keep running
# if errors occur, instead of asking the user for help.
# The LATEX_BATCHMODE tag ignals the behavior of LaTeX in case of an error.
# Possible values are: NO same as ERROR_STOP, YES same as BATCH, BATCH In batch
# mode nothing is printed on the terminal, errors are scrolled as if <return> is
# hit at every error; missing files that TeX tries to input or request from
# keyboard input (\read on a not open input stream) cause the job to abort,
# NON_STOP In nonstop mode the diagnostic message will appear on the terminal,
# but there is no possibility of user interaction just like in batch mode,
# SCROLL In scroll mode, TeX will stop only for missing files to input or if
# keyboard input is necessary and ERROR_STOP In errorstop mode, TeX will stop at
# each error, asking for user intervention.
# The default value is: NO.
# This tag requires that the tag GENERATE_LATEX is set to YES.
@@ -2083,14 +2085,6 @@ LATEX_HIDE_INDICES = NO
LATEX_BIB_STYLE = plain
# If the LATEX_TIMESTAMP tag is set to YES then the footer of each generated
# page will contain the date and time when the page was generated. Setting this
# to NO can help when comparing the output of multiple runs.
# The default value is: NO.
# This tag requires that the tag GENERATE_LATEX is set to YES.
LATEX_TIMESTAMP = NO
# The LATEX_EMOJI_DIRECTORY tag is used to specify the (relative or absolute)
# path from which the emoji images will be read. If a relative path is entered,
# it will be relative to the LATEX_OUTPUT directory. If left blank the
@@ -2256,7 +2250,7 @@ DOCBOOK_OUTPUT = docbook
#---------------------------------------------------------------------------
# If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an
# AutoGen Definitions (see http://autogen.sourceforge.net/) file that captures
# AutoGen Definitions (see https://autogen.sourceforge.net/) file that captures
# the structure of the code including all documentation. Note that this feature
# is still experimental and incomplete at the moment.
# The default value is: NO.
@@ -2267,6 +2261,28 @@ GENERATE_AUTOGEN_DEF = NO
# Configuration options related to Sqlite3 output
#---------------------------------------------------------------------------
# If the GENERATE_SQLITE3 tag is set to YES doxygen will generate a Sqlite3
# database with symbols found by doxygen stored in tables.
# The default value is: NO.
GENERATE_SQLITE3 = NO
# The SQLITE3_OUTPUT tag is used to specify where the Sqlite3 database will be
# put. If a relative path is entered the value of OUTPUT_DIRECTORY will be put
# in front of it.
# The default directory is: sqlite3.
# This tag requires that the tag GENERATE_SQLITE3 is set to YES.
SQLITE3_OUTPUT = sqlite3
# The SQLITE3_OVERWRITE_DB tag is set to YES, the existing doxygen_sqlite3.db
# database file will be recreated with each doxygen run. If set to NO, doxygen
# will warn if an a database file is already found and not modify it.
# The default value is: YES.
# This tag requires that the tag GENERATE_SQLITE3 is set to YES.
SQLITE3_RECREATE_DB = YES
#---------------------------------------------------------------------------
# Configuration options related to the Perl module output
#---------------------------------------------------------------------------
@@ -2322,7 +2338,7 @@ ENABLE_PREPROCESSING = YES
# The default value is: NO.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
MACRO_EXPANSION = NO
MACRO_EXPANSION = YES
# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
# the macro expansion is limited to the macros specified with the PREDEFINED and
@@ -2330,7 +2346,7 @@ MACRO_EXPANSION = NO
# The default value is: NO.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
EXPAND_ONLY_PREDEF = NO
EXPAND_ONLY_PREDEF = YES
# If the SEARCH_INCLUDES tag is set to YES, the include files in the
# INCLUDE_PATH will be searched if a #include is found.
@@ -2431,16 +2447,9 @@ EXTERNAL_GROUPS = YES
EXTERNAL_PAGES = YES
#---------------------------------------------------------------------------
# Configuration options related to the dot tool
# Configuration options related to diagram generator tools
#---------------------------------------------------------------------------
# You can include diagrams made with dia in doxygen documentation. Doxygen will
# then run dia to produce the diagram and insert it in the documentation. The
# DIA_PATH tag allows you to specify the directory where the dia binary resides.
# If left empty dia is assumed to be found in the default search path.
DIA_PATH =
# If set to YES the inheritance and collaboration graphs will hide inheritance
# and usage relations if the target is undocumented or is not a class.
# The default value is: YES.
@@ -2449,7 +2458,7 @@ HIDE_UNDOC_RELATIONS = YES
# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
# available from the path. This tool is part of Graphviz (see:
# http://www.graphviz.org/), a graph visualization toolkit from AT&T and Lucent
# https://www.graphviz.org/), a graph visualization toolkit from AT&T and Lucent
# Bell Labs. The other options in this section have no effect if this option is
# set to NO
# The default value is: NO.
@@ -2502,13 +2511,15 @@ DOT_NODE_ATTR = "shape=box,height=0.2,width=0.4"
DOT_FONTPATH =
# If the CLASS_GRAPH tag is set to YES (or GRAPH) then doxygen will generate a
# graph for each documented class showing the direct and indirect inheritance
# relations. In case HAVE_DOT is set as well dot will be used to draw the graph,
# otherwise the built-in generator will be used. If the CLASS_GRAPH tag is set
# to TEXT the direct and indirect inheritance relations will be shown as texts /
# links.
# Possible values are: NO, YES, TEXT and GRAPH.
# If the CLASS_GRAPH tag is set to YES or GRAPH or BUILTIN then doxygen will
# generate a graph for each documented class showing the direct and indirect
# inheritance relations. In case the CLASS_GRAPH tag is set to YES or GRAPH and
# HAVE_DOT is enabled as well, then dot will be used to draw the graph. In case
# the CLASS_GRAPH tag is set to YES and HAVE_DOT is disabled or if the
# CLASS_GRAPH tag is set to BUILTIN, then the built-in generator will be used.
# If the CLASS_GRAPH tag is set to TEXT the direct and indirect inheritance
# relations will be shown as texts / links.
# Possible values are: NO, YES, TEXT, GRAPH and BUILTIN.
# The default value is: YES.
CLASS_GRAPH = YES
@@ -2579,7 +2590,7 @@ DOT_WRAP_THRESHOLD = 17
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.
TEMPLATE_RELATIONS = NO
TEMPLATE_RELATIONS = YES
# If the INCLUDE_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are set to
# YES then doxygen will generate a graph for each documented file showing the
@@ -2649,7 +2660,7 @@ DIR_GRAPH_MAX_DEPTH = 1
# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
# generated by dot. For an explanation of the image formats see the section
# output formats in the documentation of the dot tool (Graphviz (see:
# http://www.graphviz.org/)).
# https://www.graphviz.org/)).
# Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order
# to make the SVG files visible in IE 9+ (other browsers do not have this
# requirement).
@@ -2686,11 +2697,12 @@ DOT_PATH =
DOTFILE_DIRS =
# The MSCFILE_DIRS tag can be used to specify one or more directories that
# contain msc files that are included in the documentation (see the \mscfile
# command).
# You can include diagrams made with dia in doxygen documentation. Doxygen will
# then run dia to produce the diagram and insert it in the documentation. The
# DIA_PATH tag allows you to specify the directory where the dia binary resides.
# If left empty dia is assumed to be found in the default search path.
MSCFILE_DIRS =
DIA_PATH =
# The DIAFILE_DIRS tag can be used to specify one or more directories that
# contain dia files that are included in the documentation (see the \diafile
@@ -2738,7 +2750,7 @@ DOT_GRAPH_MAX_NODES = 50
# Minimum value: 0, maximum value: 1000, default value: 0.
# This tag requires that the tag HAVE_DOT is set to YES.
MAX_DOT_GRAPH_DEPTH = 4
MAX_DOT_GRAPH_DEPTH = 5
# Set the DOT_MULTI_TARGETS tag to YES to allow dot to generate multiple output
# files in one run (i.e. multiple -o and -T options on the command line). This
@@ -2767,3 +2779,19 @@ GENERATE_LEGEND = YES
# The default value is: YES.
DOT_CLEANUP = YES
# You can define message sequence charts within doxygen comments using the \msc
# command. If the MSCGEN_TOOL tag is left empty (the default), then doxygen will
# use a built-in version of mscgen tool to produce the charts. Alternatively,
# the MSCGEN_TOOL tag can also specify the name an external tool. For instance,
# specifying prog as the value, doxygen will call the tool as prog -T
# <outfile_format> -o <outputfile> <inputfile>. The external tool should support
# output file formats "png", "eps", "svg", and "ismap".
MSCGEN_TOOL =
# The MSCFILE_DIRS tag can be used to specify one or more directories that
# contain msc files that are included in the documentation (see the \mscfile
# command).
MSCFILE_DIRS =

79
.github/workflows/build_deps.yml vendored Normal file
View File

@@ -0,0 +1,79 @@
# name: Build Deps
name: Build deps
on:
pull_request:
branches:
- main
paths:
- 'deps/**'
push:
branches:
- main
paths:
- 'deps/**'
jobs:
build_deps:
strategy:
fail-fast: true
matrix:
include:
- os: ubuntu-22.04
- os: windows-2019
- os: macos-12
arch: x86_64
- os: macos-12
arch: arm64
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: setup dev on Windows
if: matrix.os == 'Windows'
uses: ilammy/msvc-dev-cmd@v1
- name: Build on Windows
if: matrix.os == 'windows-2019'
working-directory: ${{ github.workspace }}
run: |
choco install strawberryperl
mkdir ${{ github.workspace }}/deps/build
mkdir ${{ github.workspace }}/deps/build/OrcaSlicer_dep
.\build_release.bat deps
- name: Build on Mac x86_64
if: matrix.os == 'macos-12' && matrix.arch == 'x86_64'
working-directory: ${{ github.workspace }}
run: |
brew install cmake git gettext
mkdir -p ${{ github.workspace }}/deps/build_x86_64
mkdir -p ${{ github.workspace }}/deps/build_x86_64/OrcaSlicer_dep_x86_64
./build_release_macos.sh -d -a x86_64
- name: Build on Mac arm64
if: matrix.os == 'macos-12' && matrix.arch == 'arm64'
working-directory: ${{ github.workspace }}
run: |
brew install cmake git gettext
mkdir -p ${{ github.workspace }}/deps/build_arm64
mkdir -p ${{ github.workspace }}/deps/build_arm64/OrcaSlicer_dep_arm64
./build_release_macos.sh -d -a arm64
- name: Build on Ubuntu
if: matrix.os == 'ubuntu-22.04'
working-directory: ${{ github.workspace }}
run: |
sudo apt-get update
sudo apt-get install -y cmake git g++ build-essential libgl1-mesa-dev m4 \
libwayland-dev libxkbcommon-dev wayland-protocols extra-cmake-modules pkgconf \
libglu1-mesa-dev libcairo2-dev libgtk-3-dev libsoup2.4-dev libwebkit2gtk-4.0-dev \
libgstreamer1.0-dev libgstreamer-plugins-good1.0-dev libgstreamer-plugins-base1.0-dev \
gstreamer1.0-plugins-bad libosmesa6-dev wget sudo autoconf curl libunwind-dev
mkdir -p ${{ github.workspace }}/deps/build
mkdir -p ${{ github.workspace }}/deps/build/destdir
sudo ./BuildLinux.sh -ur
sudo chown $USER -R ./
./BuildLinux.sh -dr

View File

@@ -6,7 +6,6 @@ on:
- main
paths:
- 'src/**'
- 'deps/**'
- '**/CMakeLists.txt'
- 'version.inc'
- 'bbl/**'
@@ -17,7 +16,6 @@ on:
- main
paths:
- 'src/**'
- 'deps/**'
- '**/CMakeLists.txt'
- 'version.inc'
- 'bbl/**'
@@ -64,11 +62,11 @@ jobs:
run: |
mkdir -p ${{ github.workspace }}/deps/build
mkdir -p ${{ github.workspace }}/deps/build/destdir
curl -LJO https://github.com/SoftFever/FileSharing/releases/download/OrcaSlicer_deps_Mar/OrcaSlicer_dep_ubuntu_05-04-2023.tar.gz
tar -zxf OrcaSlicer_dep_ubuntu_05-04-2023.tar.gz -C ${{ github.workspace }}/deps/build
curl -LJO https://github.com/SoftFever/FileSharing/releases/download/2023.08/OrcaSlicer_dep_ubuntu_02-08-2023.tar.gz
tar -zxf OrcaSlicer_dep_ubuntu_02-08-2023.tar.gz -C ${{ github.workspace }}/deps/build
chown -R $(id -u):$(id -g) ${{ github.workspace }}/deps/build/destdir
ls -l ${{ github.workspace }}/deps/build/destdir
rm OrcaSlicer_dep_ubuntu_05-04-2023.tar.gz
rm OrcaSlicer_dep_ubuntu_02-08-2023.tar.gz
- name: Build Studio

View File

@@ -6,7 +6,6 @@ on:
- main
paths:
- 'src/**'
- 'deps/**'
- '**/CMakeLists.txt'
- 'version.inc'
- 'bbl/**'
@@ -17,7 +16,6 @@ on:
- main
paths:
- 'src/**'
- 'deps/**'
- '**/CMakeLists.txt'
- 'version.inc'
- 'bbl/**'
@@ -54,11 +52,11 @@ jobs:
- name: Download and extract deps
working-directory: ${{ github.workspace }}
run: |
curl -LJO https://github.com/SoftFever/FileSharing/releases/download/OrcaSlicer_deps_Mar/OrcaSlicer_dep_mac_arm64_11-03-2023.tar.gz
tar -zxf OrcaSlicer_dep_mac_arm64_11-03-2023.tar.gz -C ${{ github.workspace }}/deps/build_arm64
curl -LJO https://github.com/SoftFever/FileSharing/releases/download/2023.08/OrcaSlicer_dep_mac_arm64_02-08-2023.tar.gz
tar -zxf OrcaSlicer_dep_mac_arm64_02-08-2023.tar.gz -C ${{ github.workspace }}/deps/build_arm64
chown -R $(id -u):$(id -g) ${{ github.workspace }}/deps/build_arm64/OrcaSlicer_dep_arm64
ls -l ${{ github.workspace }}/deps/build_arm64/OrcaSlicer_dep_arm64
rm OrcaSlicer_dep_mac_arm64_11-03-2023.tar.gz
rm OrcaSlicer_dep_mac_arm64_02-08-2023.tar.gz
- name: Build studio

View File

@@ -6,7 +6,6 @@ on:
- main
paths:
- 'src/**'
- 'deps/**'
- '**/CMakeLists.txt'
- 'version.inc'
- 'bbl/**'
@@ -17,7 +16,6 @@ on:
- main
paths:
- 'src/**'
- 'deps/**'
- '**/CMakeLists.txt'
- 'version.inc'
- 'bbl/**'
@@ -55,11 +53,11 @@ jobs:
- name: Download and extract deps
working-directory: ${{ github.workspace }}
run: |
curl -LJO https://github.com/SoftFever/FileSharing/releases/download/OrcaSlicer_deps_Mar/OrcaSlicer_dep_mac_x86_64_11-03-2023.tar.gz
tar -zxf OrcaSlicer_dep_mac_x86_64_11-03-2023.tar.gz -C ${{ github.workspace }}/deps/build_x86_64
curl -LJO https://github.com/SoftFever/FileSharing/releases/download/2023.08/OrcaSlicer_dep_mac_x86_64_02-08-2023.tar.gz
tar -zxf OrcaSlicer_dep_mac_x86_64_02-08-2023.tar.gz -C ${{ github.workspace }}/deps/build_x86_64
chown -R $(id -u):$(id -g) ${{ github.workspace }}/deps/build_x86_64/OrcaSlicer_dep_x86_64
ls -l ${{ github.workspace }}/deps/build_x86_64/OrcaSlicer_dep_x86_64
rm OrcaSlicer_dep_mac_x86_64_11-03-2023.tar.gz
rm OrcaSlicer_dep_mac_x86_64_02-08-2023.tar.gz
- name: Build studio

View File

@@ -6,22 +6,22 @@ on:
- main
paths:
- 'src/**'
- 'deps/**'
- '**/CMakeLists.txt'
- 'version.inc'
- 'bbl/**'
- 'resources/**'
- '.github/workflows/build_win.yml'
pull_request:
branches:
- main
paths:
- 'src/**'
- 'deps/**'
- '**/CMakeLists.txt'
- 'version.inc'
- 'bbl/**'
- 'resources/**'
- '.github/workflows/build_win.yml'
jobs:
build_win64:
@@ -38,11 +38,11 @@ jobs:
- run: mkdir ${{ github.workspace }}/deps/build/OrcaSlicer_dep
- name: download deps
shell: powershell
run: '(new-object System.Net.WebClient).DownloadFile("https://github.com/SoftFever/FileSharing/releases/download/OrcaSlicer_deps_Mar/OrcaSlicer_dep_05May2023.zip", "$env:temp\OrcaSlicer_dep_05May2023.zip")'
run: '(new-object System.Net.WebClient).DownloadFile("https://github.com/SoftFever/FileSharing/releases/download/4/OrcaSlicer_dep_18Jul2023.zip", "$env:temp\OrcaSlicer_dep_18Jul2023.zip")'
- name: extract deps
working-directory: ${{ github.workspace }}/deps/build
shell: cmd
run: '"C:/Program Files/7-Zip/7z.exe" x %temp%\OrcaSlicer_dep_05May2023.zip'
run: '"C:/Program Files/7-Zip/7z.exe" x %temp%\OrcaSlicer_dep_18Jul2023.zip'
- run: dir "${{ github.workspace }}\deps\build\OrcaSlicer_dep"

8
.gitignore vendored
View File

@@ -18,9 +18,13 @@ local-lib
/src/TAGS
/.vscode/
build-linux/*
deps/build-linux/*
deps/build*/*
**/.DS_Store
install_*
build_*/
SVG
src/OrcaSlicer-doc/
src/OrcaSlicer-doc/
.idea/
bbl/i18n/es/OrcaSlicer_es.mo
bbl/i18n/es/OrcaSlicer.mo
/.cache/

View File

@@ -406,6 +406,7 @@ if(SLIC3R_STATIC)
set(TBB_STATIC 1)
endif()
set(TBB_DEBUG 1)
set(CMAKE_MAP_IMPORTED_CONFIG_RELWITHDEBINFO RelWithDebInfo Release "")
find_package(TBB REQUIRED)
# include_directories(${TBB_INCLUDE_DIRS})
# add_definitions(${TBB_DEFINITIONS})
@@ -502,6 +503,10 @@ find_package(glfw3 REQUIRED)
# Find the Cereal serialization library
find_package(cereal REQUIRED)
set_target_properties(cereal PROPERTIES IMPORTED_GLOBAL TRUE)
if (NOT TARGET cereal::cereal)
add_library(cereal::cereal ALIAS cereal)
endif ()
# l10n
set(L10N_DIR "${SLIC3R_RESOURCES_DIR}/i18n")

View File

@@ -33,12 +33,16 @@ Prebuilt binaries are available through the [github releases page](https://githu
2. Double click to unzip the package, move OrcaSlicer.app to Application folder.
3. The app is signed but not notarized at the moment due to the proptiery network plugin.
We have two options to make it run on our machines
- Option 1:
- Option 1 (You only need to do this once. After that the app can be oppened normally.):
- Step 1: Hold _cmd_ and right click the app, from the context menu choose **Open**.
- Step 2: A warning window will pop up, click _Open_
- Option 2:
Execute this command in terminal: `xattr -dr com.apple.quarantine /Applications/OrcaSlicer.app`
```console
softfever@mac:~$ xattr -dr com.apple.quarantine /Applications/OrcaSlicer.app
```
- Option 2:
- Option 3:
- Step 1: open the app, a warning window will pop up
![image](./SoftFever_doc/mac_cant_open.png)
- Step 2: in `System Settings` -> `Privacy & Security`, click `Open Anyway`:
@@ -82,5 +86,7 @@ Slic3r is licensed under the GNU Affero General Public License, version 3. Slic3
The GNU Affero General Public License, version 3 ensures that if you use any part of this software in any way (even behind a web server), your software must be released under the same license.
Orca Slicer includes a pressure advance calibration pattern test adapted from Andrew Ellis' generator, which is licensed under GNU General Public License, version 3. Ellis' generator is itself adapted from a generator developed by Sineos for Marlin, which is licensed under GNU General Public License, version 3.
The bambu networking plugin is based on non-free libraries. It is optional to the Orca Slicer and provides extended functionalities for users.

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-05-14 11:52+0800\n"
"POT-Creation-Date: 2023-07-31 21:29+0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1838,7 +1838,10 @@ msgstr ""
msgid "You need to select the material type and color first."
msgstr ""
msgid "Other color"
msgid "Other Color"
msgstr ""
msgid "Custom Color"
msgstr ""
msgid "Dynamic flow calibration"
@@ -5192,6 +5195,9 @@ msgstr ""
msgid "Layer height limits"
msgstr ""
msgid "Lift Z Enforcement"
msgstr ""
msgid "Retraction when switching material"
msgstr ""
@@ -6067,6 +6073,9 @@ msgstr ""
msgid "No extrusions under current settings."
msgstr ""
msgid "Bed temperatures for the used filaments differ significantly."
msgstr ""
msgid ""
"Smooth mode of timelapse is not supported when \"by object\" sequence is "
"enabled."
@@ -6447,12 +6456,15 @@ msgstr ""
msgid "Enable this option to slow printing down for different overhang degree"
msgstr ""
msgid "mm/s"
msgid "mm/s or %"
msgstr ""
msgid "Speed of bridge and completely overhang wall"
msgstr ""
msgid "mm/s"
msgstr ""
msgid "Brim width"
msgstr ""
@@ -6599,11 +6611,11 @@ msgid "Internal bridge support thickness"
msgstr ""
msgid ""
"If enabled, Studio will generate support loops under the contours of "
"internal bridges.These support loops could prevent internal bridges from "
"extruding over the air and improve the top surface quality, especially when "
"the sparse infill density is low.This value determines the thickness of the "
"support loops. 0 means disable this feature"
"If enabled, support loops will be generated under the contours of internal "
"bridges.These support loops could prevent internal bridges from extruding "
"over the air and improve the top surface quality, especially when the sparse "
"infill density is low.This value determines the thickness of the support "
"loops. 0 means disable this feature"
msgstr ""
msgid "Top surface pattern"
@@ -6642,7 +6654,9 @@ msgstr ""
msgid "Line pattern of bottom surface infill, not bridge infill"
msgstr ""
msgid "Line width of outer wall"
msgid ""
"Line width of outer wall. If expressed as a %, it will be computed over the "
"nozzle diameter."
msgstr ""
msgid ""
@@ -6660,9 +6674,6 @@ msgid ""
"Set to zero for auto."
msgstr ""
msgid "mm/s or %"
msgstr ""
msgid "Small perimeters threshold"
msgstr ""
@@ -6743,7 +6754,9 @@ msgstr ""
msgid "Pressure advance(Klipper) AKA Linear advance factor(Marlin)"
msgstr ""
msgid "Default line width if some line width is set to be zero"
msgid ""
"Default line width if other line widths are set to 0. If expressed as a %, "
"it will be computed over the nozzle diameter."
msgstr ""
msgid "Keep fan always on"
@@ -6929,6 +6942,45 @@ msgstr ""
msgid "Lightning"
msgstr ""
msgid "Sparse infill anchor length"
msgstr ""
msgid ""
"Connect an infill line to an internal perimeter with a short segment of an "
"additional perimeter. If expressed as percentage (example: 15%) it is "
"calculated over infill extrusion width. Slic3r tries to connect two close "
"infill lines to a short perimeter segment. If no such perimeter segment "
"shorter than infill_anchor_max is found, the infill line is connected to a "
"perimeter segment at just one side and the length of the perimeter segment "
"taken is limited to this parameter, but no longer than anchor_length_max. \n"
"Set this parameter to zero to disable anchoring perimeters connected to a "
"single infill line."
msgstr ""
msgid "0 (no open anchors)"
msgstr ""
msgid "1000 (unlimited)"
msgstr ""
msgid "Maximum length of the infill anchor"
msgstr ""
msgid ""
"Connect an infill line to an internal perimeter with a short segment of an "
"additional perimeter. If expressed as percentage (example: 15%) it is "
"calculated over infill extrusion width. Slic3r tries to connect two close "
"infill lines to a short perimeter segment. If no such perimeter segment "
"shorter than this parameter is found, the infill line is connected to a "
"perimeter segment at just one side and the length of the perimeter segment "
"taken is limited to infill_anchor, but no longer than this parameter. \n"
"If set to 0, the old algorithm for infill connection will be used, it should "
"create the same result as with 1000 & 0."
msgstr ""
msgid "0 (Simple connect)"
msgstr ""
msgid "Acceleration of outer walls"
msgstr ""
@@ -7001,7 +7053,9 @@ msgstr ""
msgid "Jerk for travel"
msgstr ""
msgid "Line width of initial layer"
msgid ""
"Line width of initial layer. If expressed as a %, it will be computed over "
"the nozzle diameter."
msgstr ""
msgid "Initial layer height"
@@ -7103,7 +7157,7 @@ msgstr ""
msgid ""
"Filter out gaps smaller than the threshold specified. This setting won't "
"affact top/bottom layers"
"affect top/bottom layers"
msgstr ""
msgid ""
@@ -7241,7 +7295,9 @@ msgstr ""
msgid "Filament to print internal sparse infill."
msgstr ""
msgid "Line width of internal sparse infill"
msgid ""
"Line width of internal sparse infill. If expressed as a %, it will be "
"computed over the nozzle diameter."
msgstr ""
msgid "Infill/Wall overlap"
@@ -7511,6 +7567,32 @@ msgstr ""
msgid "User can self-define the project file name when export"
msgstr ""
msgid "Make overhang printable"
msgstr ""
msgid "Modify the geometry to print overhangs without support material."
msgstr ""
msgid "Make overhang printable maximum angle"
msgstr ""
msgid ""
"Maximum angle of overhangs to allow after making more steep overhangs "
"printable.90° will not change the model at all and allow any overhang, while "
"0 will replace all overhangs with conical material."
msgstr ""
msgid "Make overhang printable hole area"
msgstr ""
msgid ""
"Maximum area of a hole in the base of the model before it's filled by "
"conical material.A value of 0 will fill all the holes in the model base."
msgstr ""
msgid "mm²"
msgstr ""
msgid "Detect overhang wall"
msgstr ""
@@ -7520,7 +7602,9 @@ msgid ""
"speed to print. For 100%% overhang, bridge speed is used."
msgstr ""
msgid "Line width of inner wall"
msgid ""
"Line width of inner wall. If expressed as a %, it will be computed over the "
"nozzle diameter."
msgstr ""
msgid "Speed of inner wall"
@@ -7625,6 +7709,42 @@ msgstr ""
msgid "Spiral"
msgstr ""
msgid "Only lift Z above"
msgstr ""
msgid ""
"If you set this to a positive value, Z lift will only take place above the "
"specified absolute Z."
msgstr ""
msgid "Only lift Z below"
msgstr ""
msgid ""
"If you set this to a positive value, Z lift will only take place below the "
"specified absolute Z."
msgstr ""
msgid "On surfaces"
msgstr ""
msgid ""
"Enforce Z Hop behavior. This setting is impacted by the above settings (Only "
"lift Z above/below)."
msgstr ""
msgid "All Surfaces"
msgstr ""
msgid "Top Only"
msgstr ""
msgid "Bottom Only"
msgstr ""
msgid "Top and Bottom"
msgstr ""
msgid "Extra length on restart"
msgstr ""
@@ -7681,6 +7801,14 @@ msgstr ""
msgid "Random"
msgstr ""
msgid "Staggered inner seams"
msgstr ""
msgid ""
"This option causes the inner seams to be shifted backwards based on their "
"depth, forming a zigzag pattern."
msgstr ""
msgid "Seam gap"
msgstr ""
@@ -7688,7 +7816,7 @@ msgid ""
"In order to reduce the visibility of the seam in a closed loop extrusion, "
"the loop is interrupted and shortened by a specified amount.\n"
"This amount can be specified in millimeters or as a percentage of the "
"current extruder diameter. The default value for this parameter is 15%."
"current extruder diameter. The default value for this parameter is 10%."
msgstr ""
msgid "Role base wipe speed"
@@ -7736,6 +7864,12 @@ msgstr ""
msgid "Number of loops for the skirt. Zero means disabling skirt"
msgstr ""
msgid "Skirt speed"
msgstr ""
msgid "Speed of skirt, in mm/s. Zero means use default layer extrusion speed."
msgstr ""
msgid ""
"The printing speed in exported gcode will be slowed down, when the estimated "
"layer time is shorter than this value, to get better cooling for these layers"
@@ -7749,10 +7883,9 @@ msgid ""
"internal solid infill"
msgstr ""
msgid "mm²"
msgstr ""
msgid "Line width of internal solid infill"
msgid ""
"Line width of internal solid infill. If expressed as a %, it will be "
"computed over the nozzle diameter."
msgstr ""
msgid "Speed of internal solid infill, not the top and bottom surface"
@@ -7889,7 +8022,9 @@ msgid ""
"filament for support and current filament is used"
msgstr ""
msgid "Line width of support"
msgid ""
"Line width of support. If expressed as a %, it will be computed over the "
"nozzle diameter."
msgstr ""
msgid "Interface use loop pattern"
@@ -8094,7 +8229,9 @@ msgid ""
"tool change"
msgstr ""
msgid "Line width for top surfaces"
msgid ""
"Line width for top surfaces. If expressed as a %, it will be computed over "
"the nozzle diameter."
msgstr ""
msgid "Speed of top surface infill which is solid"
@@ -8566,6 +8703,9 @@ msgstr ""
msgid "PA Line"
msgstr ""
msgid "PA Pattern"
msgstr ""
msgid "Method"
msgstr ""
@@ -8712,103 +8852,3 @@ msgstr ""
msgid "Connection to printers connected via the print host failed."
msgstr ""
#: resources/data/hints.ini: [hint:3D Scene Operations]
msgid "3D Scene Operations\nDid you know how to control view and object/part selection with mouse and touchpanel in the 3D scene?"
msgstr ""
#: resources/data/hints.ini: [hint:Cut Tool]
msgid "Cut Tool\nDid you know that you can cut a model at any angle and position with the cutting tool?"
msgstr ""
#: resources/data/hints.ini: [hint:Fix Model]
msgid "Fix Model\nDid you know that you can fix a corrupted 3D model to avoid a lot of slicing problems?"
msgstr ""
#: resources/data/hints.ini: [hint:Timelapse]
msgid "Timelapse\nDid you know that you can generate a timelapse video during each print?"
msgstr ""
#: resources/data/hints.ini: [hint:Auto-Arrange]
msgid "Auto-Arrange\nDid you know that you can auto-arrange all objects in your project?"
msgstr ""
#: resources/data/hints.ini: [hint:Auto-Orient]
msgid "Auto-Orient\nDid you know that you can rotate objects to an optimal orientation for printing by a simple click?"
msgstr ""
#: resources/data/hints.ini: [hint:Lay on Face]
msgid "Lay on Face\nDid you know that you can quickly orient a model so that one of its faces sits on the print bed? Select the \"Place on face\" function or press the <b>F</b> key."
msgstr ""
#: resources/data/hints.ini: [hint:Object List]
msgid "Object List\nDid you know that you can view all objects/parts in a list and change settings for each object/part?"
msgstr ""
#: resources/data/hints.ini: [hint:Simplify Model]
msgid "Simplify Model\nDid you know that you can reduce the number of triangles in a mesh using the Simplify mesh feature? Right-click the model and select Simplify model. Read more in the documentation."
msgstr ""
#: resources/data/hints.ini: [hint:Slicing Parameter Table]
msgid "Slicing Parameter Table\nDid you know that you can view all objects/parts on a table and change settings for each object/part?"
msgstr ""
#: resources/data/hints.ini: [hint:Split to Objects/Parts]
msgid "Split to Objects/Parts\nDid you know that you can split a big object into small ones for easy colorizing or printing?"
msgstr ""
#: resources/data/hints.ini: [hint:Subtract a Part]
msgid "Subtract a Part\nDid you know that you can subtract one mesh from another using the Negative part modifier? That way you can, for example, create easily resizable holes directly in Orca Slicer. Read more in the documentation."
msgstr ""
#: resources/data/hints.ini: [hint:STEP]
msgid "STEP\nDid you know that you can improve your print quality by slicing a STEP file instead of an STL?\nOrca Slicer supports slicing STEP files, providing smoother results than a lower resolution STL. Give it a try!"
msgstr ""
#: resources/data/hints.ini: [hint:Z seam location]
msgid "Z seam location\nDid you know that you can customize the location of the Z seam, and even paint it on your print, to have it in a less visible location? This improves the overall look of your model. Check it out!"
msgstr ""
#: resources/data/hints.ini: [hint:Fine-tuning for flow rate]
msgid "Fine-tuning for flow rate\nDid you know that flow rate can be fine-tuned for even better-looking prints? Depending on the material, you can improve the overall finish of the printed model by doing some fine-tuning."
msgstr ""
#: resources/data/hints.ini: [hint:Split your prints into plates]
msgid "Split your prints into plates\nDid you know that you can split a model that has a lot of parts into individual plates ready to print? This will simplify the process of keeping track of all the parts."
msgstr ""
#: resources/data/hints.ini: [hint:Speed up your print with Adaptive Layer Height]
msgid "Speed up your print with Adaptive Layer Height\nDid you know that you can print a model even faster, by using the Adaptive Layer Height option? Check it out!"
msgstr ""
#: resources/data/hints.ini: [hint:Support painting]
msgid "Support painting\nDid you know that you can paint the location of your supports? This feature makes it easy to place the support material only on the sections of the model that actually need it."
msgstr ""
#: resources/data/hints.ini: [hint:Different types of supports]
msgid "Different types of supports\nDid you know that you can choose from multiple types of supports? Tree supports work great for organic models, while saving filament and improving print speed. Check them out!"
msgstr ""
#: resources/data/hints.ini: [hint:Printing Silk Filament]
msgid "Printing Silk Filament\nDid you know that Silk filament needs special consideration to print it successfully? Higher temperature and lower speed are always recommended for the best results."
msgstr ""
#: resources/data/hints.ini: [hint:Brim for better adhesion]
msgid "Brim for better adhesion\nDid you know that when printing models have a small contact interface with the printing surface, it's recommended to use a brim?"
msgstr ""
#: resources/data/hints.ini: [hint:Set parameters for multiple objects]
msgid "Set parameters for multiple objects\nDid you know that you can set slicing parameters for all selected objects at one time?"
msgstr ""
#: resources/data/hints.ini: [hint:Stack objects]
msgid "Stack objects\nDid you know that you can stack objects as a whole one?"
msgstr ""
#: resources/data/hints.ini: [hint:Flush into support/objects/infill]
msgid "Flush into support/objects/infill\nDid you know that you can save the wasted filament by flushing them into support/objects/infill during filament change?"
msgstr ""
#: resources/data/hints.ini: [hint:Improve strength]
msgid "Improve strength\nDid you know that you can use more wall loops and higher sparse infill density to improve the strength of the model?"
msgstr ""

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-05-14 11:27+0800\n"
"POT-Creation-Date: 2023-07-31 21:29+0800\n"
"PO-Revision-Date: 2023-03-31 22:48+0200\n"
"Last-Translator: Momo <renemosner@seznam.cz>\n"
"Language-Team: \n"
@@ -1909,7 +1909,10 @@ msgstr "Zadejte platnou hodnotu (K v 0~0,5, N v 0,6~2,0)"
msgid "You need to select the material type and color first."
msgstr ""
msgid "Other color"
msgid "Other Color"
msgstr ""
msgid "Custom Color"
msgstr ""
msgid "Dynamic flow calibration"
@@ -5515,6 +5518,9 @@ msgstr "Omezení Jerk"
msgid "Layer height limits"
msgstr "Výškové limity vrstvy"
msgid "Lift Z Enforcement"
msgstr ""
msgid "Retraction when switching material"
msgstr "Retrakce při změně materiálu"
@@ -6437,6 +6443,9 @@ msgstr ""
msgid "No extrusions under current settings."
msgstr "Žádné extruze pod aktuálním nastavením."
msgid "Bed temperatures for the used filaments differ significantly."
msgstr ""
msgid ""
"Smooth mode of timelapse is not supported when \"by object\" sequence is "
"enabled."
@@ -6908,12 +6917,15 @@ msgstr "Zpomalte kvůli převisům"
msgid "Enable this option to slow printing down for different overhang degree"
msgstr "Povolte tuto volbu pro zpomalení tisku pro různé stupně přesahu"
msgid "mm/s"
msgstr "mm/s"
msgid "mm/s or %"
msgstr ""
msgid "Speed of bridge and completely overhang wall"
msgstr "Rychlost mostu a zcela převislá stěna"
msgid "mm/s"
msgstr "mm/s"
msgid "Brim width"
msgstr "Šířka Límce"
@@ -7079,17 +7091,12 @@ msgid "Internal bridge support thickness"
msgstr "Tloušťka vnitřní podpory mostu"
msgid ""
"If enabled, Studio will generate support loops under the contours of "
"internal bridges.These support loops could prevent internal bridges from "
"extruding over the air and improve the top surface quality, especially when "
"the sparse infill density is low.This value determines the thickness of the "
"support loops. 0 means disable this feature"
"If enabled, support loops will be generated under the contours of internal "
"bridges.These support loops could prevent internal bridges from extruding "
"over the air and improve the top surface quality, especially when the sparse "
"infill density is low.This value determines the thickness of the support "
"loops. 0 means disable this feature"
msgstr ""
"Pokud je povoleno, Studio vygeneruje podpůrné smyčky pod obrysy vnitřních "
"mostů. Tyto podpůrné smyčky by mohly bránit vnitřním mostům vytlačováním "
"vzduchem a zlepšují špičkovou kvalitu povrchu, zvláště když řídká hustota "
"výplně je nízká. Tato hodnota určuje tloušťku výplně podpůrné smyčky. 0 "
"znamená vypnutí této funkce"
msgid "Top surface pattern"
msgstr "Vzor horního povrchu"
@@ -7127,8 +7134,10 @@ msgstr "Vzor spodního povrchu"
msgid "Line pattern of bottom surface infill, not bridge infill"
msgstr "Čárový vzor výplně spodní plochy, nikoli výplně mostů"
msgid "Line width of outer wall"
msgstr "Šířka linky vnější stěny"
msgid ""
"Line width of outer wall. If expressed as a %, it will be computed over the "
"nozzle diameter."
msgstr ""
msgid ""
"Speed of outer wall which is outermost and visible. It's used to be slower "
@@ -7147,9 +7156,6 @@ msgid ""
"Set to zero for auto."
msgstr ""
msgid "mm/s or %"
msgstr ""
msgid "Small perimeters threshold"
msgstr "Práh malého perimetru"
@@ -7243,8 +7249,10 @@ msgstr ""
msgid "Pressure advance(Klipper) AKA Linear advance factor(Marlin)"
msgstr "Předtlak (Klipper) AKA Lineární faktor předstihu (Marlin)"
msgid "Default line width if some line width is set to be zero"
msgstr "Výchozí šířka linky pro šířku linky nastavte na 0"
msgid ""
"Default line width if other line widths are set to 0. If expressed as a %, "
"it will be computed over the nozzle diameter."
msgstr ""
msgid "Keep fan always on"
msgstr "Ventilátor vždy zapnutý"
@@ -7456,6 +7464,45 @@ msgstr "Kubický podepíraný"
msgid "Lightning"
msgstr "Blesky"
msgid "Sparse infill anchor length"
msgstr ""
msgid ""
"Connect an infill line to an internal perimeter with a short segment of an "
"additional perimeter. If expressed as percentage (example: 15%) it is "
"calculated over infill extrusion width. Slic3r tries to connect two close "
"infill lines to a short perimeter segment. If no such perimeter segment "
"shorter than infill_anchor_max is found, the infill line is connected to a "
"perimeter segment at just one side and the length of the perimeter segment "
"taken is limited to this parameter, but no longer than anchor_length_max. \n"
"Set this parameter to zero to disable anchoring perimeters connected to a "
"single infill line."
msgstr ""
msgid "0 (no open anchors)"
msgstr ""
msgid "1000 (unlimited)"
msgstr ""
msgid "Maximum length of the infill anchor"
msgstr ""
msgid ""
"Connect an infill line to an internal perimeter with a short segment of an "
"additional perimeter. If expressed as percentage (example: 15%) it is "
"calculated over infill extrusion width. Slic3r tries to connect two close "
"infill lines to a short perimeter segment. If no such perimeter segment "
"shorter than this parameter is found, the infill line is connected to a "
"perimeter segment at just one side and the length of the perimeter segment "
"taken is limited to infill_anchor, but no longer than this parameter. \n"
"If set to 0, the old algorithm for infill connection will be used, it should "
"create the same result as with 1000 & 0."
msgstr ""
msgid "0 (Simple connect)"
msgstr ""
msgid "Acceleration of outer walls"
msgstr "Zrychlení vnějších stěny"
@@ -7538,8 +7585,10 @@ msgstr "Jerk pro první vrstvu"
msgid "Jerk for travel"
msgstr "Jerk pro cestování"
msgid "Line width of initial layer"
msgstr "Šířka linky první vrstvy"
msgid ""
"Line width of initial layer. If expressed as a %, it will be computed over "
"the nozzle diameter."
msgstr ""
msgid "Initial layer height"
msgstr "Výška první vrstvy"
@@ -7647,7 +7696,7 @@ msgstr "Vrstvy a perimetry"
msgid ""
"Filter out gaps smaller than the threshold specified. This setting won't "
"affact top/bottom layers"
"affect top/bottom layers"
msgstr ""
"Odfiltrujte mezery menší než zadaná prahová hodnota. Toto nastavení "
"neovlivní horní/spodní vrstvy"
@@ -7807,8 +7856,10 @@ msgstr ""
msgid "Filament to print internal sparse infill."
msgstr "Filament pro tisk vnitřní řídké výplně."
msgid "Line width of internal sparse infill"
msgstr "Šířka linky vnitřní řídké výplně"
msgid ""
"Line width of internal sparse infill. If expressed as a %, it will be "
"computed over the nozzle diameter."
msgstr ""
msgid "Infill/Wall overlap"
msgstr "Výplň/Přesah stěny"
@@ -8106,6 +8157,32 @@ msgstr "Formát názvu souboru"
msgid "User can self-define the project file name when export"
msgstr "Uživatel může sám definovat název souboru projektu při exportu"
msgid "Make overhang printable"
msgstr ""
msgid "Modify the geometry to print overhangs without support material."
msgstr ""
msgid "Make overhang printable maximum angle"
msgstr ""
msgid ""
"Maximum angle of overhangs to allow after making more steep overhangs "
"printable.90° will not change the model at all and allow any overhang, while "
"0 will replace all overhangs with conical material."
msgstr ""
msgid "Make overhang printable hole area"
msgstr ""
msgid ""
"Maximum area of a hole in the base of the model before it's filled by "
"conical material.A value of 0 will fill all the holes in the model base."
msgstr ""
msgid "mm²"
msgstr ""
msgid "Detect overhang wall"
msgstr "Detekovat převisy stěn"
@@ -8117,8 +8194,10 @@ msgstr ""
"Zjistěte procento přesahu vzhledem k šířce čáry a použijte jinou rychlost "
"tisku. Pro 100%% přvisu se použije rychlost mostu."
msgid "Line width of inner wall"
msgstr "Šířka linky vnitřní stěny"
msgid ""
"Line width of inner wall. If expressed as a %, it will be computed over the "
"nozzle diameter."
msgstr ""
msgid "Speed of inner wall"
msgstr "Rychlost vnitřní stěny"
@@ -8237,6 +8316,42 @@ msgstr "Sklon"
msgid "Spiral"
msgstr "Spirála"
msgid "Only lift Z above"
msgstr ""
msgid ""
"If you set this to a positive value, Z lift will only take place above the "
"specified absolute Z."
msgstr ""
msgid "Only lift Z below"
msgstr ""
msgid ""
"If you set this to a positive value, Z lift will only take place below the "
"specified absolute Z."
msgstr ""
msgid "On surfaces"
msgstr ""
msgid ""
"Enforce Z Hop behavior. This setting is impacted by the above settings (Only "
"lift Z above/below)."
msgstr ""
msgid "All Surfaces"
msgstr ""
msgid "Top Only"
msgstr ""
msgid "Bottom Only"
msgstr ""
msgid "Top and Bottom"
msgstr ""
msgid "Extra length on restart"
msgstr "Extra vzdálenost při návratu"
@@ -8302,6 +8417,14 @@ msgstr "Zezadu"
msgid "Random"
msgstr "Náhodný"
msgid "Staggered inner seams"
msgstr ""
msgid ""
"This option causes the inner seams to be shifted backwards based on their "
"depth, forming a zigzag pattern."
msgstr ""
msgid "Seam gap"
msgstr "Mezera švu"
@@ -8309,12 +8432,12 @@ msgid ""
"In order to reduce the visibility of the seam in a closed loop extrusion, "
"the loop is interrupted and shortened by a specified amount.\n"
"This amount can be specified in millimeters or as a percentage of the "
"current extruder diameter. The default value for this parameter is 15%."
"current extruder diameter. The default value for this parameter is 10%."
msgstr ""
"Aby se snížila viditelnost švu při vytlačování s uzavřenou smyčkou, smyčka "
"se přeruší a zkrátí o zadanou hodnotu.\n"
"Jeho množství lze zadat v milimetrech nebo jako procento aktuálního průměru "
"vytlačovacího stroje. Výchozí hodnota pro tento parametr je 15 %."
"vytlačovacího stroje. Výchozí hodnota pro tento parametr je 10 %."
msgid "Role base wipe speed"
msgstr "Rychlost otření podle role"
@@ -8370,6 +8493,12 @@ msgstr "Obrysové Smyčky"
msgid "Number of loops for the skirt. Zero means disabling skirt"
msgstr "Počet smyček pro Obrys. Nula znamená deaktivaci sukně"
msgid "Skirt speed"
msgstr ""
msgid "Speed of skirt, in mm/s. Zero means use default layer extrusion speed."
msgstr ""
msgid ""
"The printing speed in exported gcode will be slowed down, when the estimated "
"layer time is shorter than this value, to get better cooling for these layers"
@@ -8388,12 +8517,11 @@ msgstr ""
"Řídká oblast výplně, která je menší než prahová hodnota, je nahrazena "
"vnitřní plnou výplní"
msgid "mm²"
msgid ""
"Line width of internal solid infill. If expressed as a %, it will be "
"computed over the nozzle diameter."
msgstr ""
msgid "Line width of internal solid infill"
msgstr "Šířka linky vnitřní plné výplně"
msgid "Speed of internal solid infill, not the top and bottom surface"
msgstr "Rychlost vnitřní plné výplně, nikoli horní a spodní plochy"
@@ -8549,8 +8677,10 @@ msgstr ""
"Vlákno pro tiskovou podporu základny a člunu. \"Výchozí\" znamená, že pro "
"podporu není použito žádné konkrétní vlákno a je použito aktuální vlákno"
msgid "Line width of support"
msgstr "Šířka linky podpěr"
msgid ""
"Line width of support. If expressed as a %, it will be computed over the "
"nozzle diameter."
msgstr ""
msgid "Interface use loop pattern"
msgstr "Použijte vzor smyčky"
@@ -8785,8 +8915,10 @@ msgstr ""
"Tento kód gcode se vloží při výměně vlákna, včetně příkazu T ke spuštění "
"výměny nástroje"
msgid "Line width for top surfaces"
msgstr "Šířka linky pro horní plochy"
msgid ""
"Line width for top surfaces. If expressed as a %, it will be computed over "
"the nozzle diameter."
msgstr ""
msgid "Speed of top surface infill which is solid"
msgstr "Rychlost výplně horních ploch, která je plná"
@@ -9335,6 +9467,9 @@ msgstr "PA Věž"
msgid "PA Line"
msgstr "PA Linky"
msgid "PA Pattern"
msgstr ""
msgid "Method"
msgstr "Metoda"
@@ -9496,270 +9631,283 @@ msgstr ""
msgid "Connection to printers connected via the print host failed."
msgstr ""
#: resources/data/hints.ini: [hint:3D Scene Operations]
msgid ""
"3D Scene Operations\n"
"Did you know how to control view and object/part selection with mouse and "
"touchpanel in the 3D scene?"
msgstr ""
"Operace 3D scény\n"
"Did jste, jak ovládat pohled a výběr objektů/dílů pomocí myši a dotykového "
"panelu ve 3D scéně?"
#~ msgid "Line width of outer wall"
#~ msgstr "Šířka linky vnější stěny"
#: resources/data/hints.ini: [hint:Cut Tool]
msgid ""
"Cut Tool\n"
"Did you know that you can cut a model at any angle and position with the "
"cutting tool?"
msgstr ""
"Nástroj pro řezání\n"
"Did jste, že pomocí řezného nástroje můžete řezat model v libovolném úhlu a "
"poloze?"
#~ msgid "Default line width if some line width is set to be zero"
#~ msgstr "Výchozí šířka linky pro šířku linky nastavte na 0"
#: resources/data/hints.ini: [hint:Fix Model]
msgid ""
"Fix Model\n"
"Did you know that you can fix a corrupted 3D model to avoid a lot of slicing "
"problems?"
msgstr ""
"Opravit model\n"
"Did jste, že můžete opravit poškozený 3D model, abyste se vyhnuli mnoha "
"problémům s krájením?"
#~ msgid "Line width of initial layer"
#~ msgstr "Šířka linky první vrstvy"
#: resources/data/hints.ini: [hint:Timelapse]
msgid ""
"Timelapse\n"
"Did you know that you can generate a timelapse video during each print?"
msgstr ""
"Časosběr\n"
"Did jste, že můžete generovat časosběrné video během každého tisku?"
#~ msgid "Line width of internal sparse infill"
#~ msgstr "Šířka linky vnitřní řídké výplně"
#: resources/data/hints.ini: [hint:Auto-Arrange]
msgid ""
"Auto-Arrange\n"
"Did you know that you can auto-arrange all objects in your project?"
msgstr ""
"Automatické uspořádání\n"
"Did jste, že můžete automaticky uspořádat všechny objekty ve svém projektu?"
#~ msgid "Line width of inner wall"
#~ msgstr "Šířka linky vnitřní stěny"
#: resources/data/hints.ini: [hint:Auto-Orient]
msgid ""
"Auto-Orient\n"
"Did you know that you can rotate objects to an optimal orientation for "
"printing by a simple click?"
msgstr ""
"Auto-Orient\n"
"Did jste, že můžete otočit objekty do optimální orientace pro tisk "
"jednoduchým kliknutím?"
#~ msgid "Line width of internal solid infill"
#~ msgstr "Šířka linky vnitřní plné výplně"
#: resources/data/hints.ini: [hint:Lay on Face]
msgid ""
"Lay on Face\n"
"Did you know that you can quickly orient a model so that one of its faces "
"sits on the print bed? Select the \"Place on face\" function or press the "
"<b>F</b> key."
msgstr ""
"Plochou na podložku\n"
"Did jste, že můžete rychle orientovat model tak, aby jedna z jeho tváří "
"seděla na tiskové podložce? Vyberte funkci \"Umístit na obličej\" nebo "
"stiskněte klávesu <b>F</b> ."
#~ msgid "Line width of support"
#~ msgstr "Šířka linky podpěr"
#: resources/data/hints.ini: [hint:Object List]
msgid ""
"Object List\n"
"Did you know that you can view all objects/parts in a list and change "
"settings for each object/part?"
msgstr ""
"Seznam objektů\n"
"Did jste, že můžete zobrazit všechny objekty/části v seznamu a změnit "
"nastavení pro každý objekt/část?"
#~ msgid "Line width for top surfaces"
#~ msgstr "Šířka linky pro horní plochy"
#: resources/data/hints.ini: [hint:Simplify Model]
msgid ""
"Simplify Model\n"
"Did you know that you can reduce the number of triangles in a mesh using the "
"Simplify mesh feature? Right-click the model and select Simplify model. Read "
"more in the documentation."
msgstr ""
"Zjednodušte model\n"
"Did jste, že můžete snížit počet trojúhelníků v síti pomocí funkce "
"Zjednodušit síť? Klikněte pravým tlačítkem na model a vyberte Zjednodušit "
"model. Více v dokumentaci."
#~ msgid ""
#~ "3D Scene Operations\n"
#~ "Did you know how to control view and object/part selection with mouse and "
#~ "touchpanel in the 3D scene?"
#~ msgstr ""
#~ "Operace 3D scény\n"
#~ "Did jste, jak ovládat pohled a výběr objektů/dílů pomocí myši a "
#~ "dotykového panelu ve 3D scéně?"
#: resources/data/hints.ini: [hint:Slicing Parameter Table]
msgid ""
"Slicing Parameter Table\n"
"Did you know that you can view all objects/parts on a table and change "
"settings for each object/part?"
msgstr ""
"Tabulka parametrů dělení\n"
"Did jste, že můžete zobrazit všechny objekty/části v tabulce a změnit "
"nastavení pro každý objekt/část?"
#~ msgid ""
#~ "Cut Tool\n"
#~ "Did you know that you can cut a model at any angle and position with the "
#~ "cutting tool?"
#~ msgstr ""
#~ "Nástroj pro řezání\n"
#~ "Did jste, že pomocí řezného nástroje můžete řezat model v libovolném úhlu "
#~ "a poloze?"
#: resources/data/hints.ini: [hint:Split to Objects/Parts]
msgid ""
"Split to Objects/Parts\n"
"Did you know that you can split a big object into small ones for easy "
"colorizing or printing?"
msgstr ""
"Rozdělit na objekty/části\n"
"Didi jste, že velký objekt můžete rozdělit na malé pro snadné obarvení nebo "
"tisk?"
#~ msgid ""
#~ "Fix Model\n"
#~ "Did you know that you can fix a corrupted 3D model to avoid a lot of "
#~ "slicing problems?"
#~ msgstr ""
#~ "Opravit model\n"
#~ "Did jste, že můžete opravit poškozený 3D model, abyste se vyhnuli mnoha "
#~ "problémům s krájením?"
#: resources/data/hints.ini: [hint:Subtract a Part]
msgid ""
"Subtract a Part\n"
"Did you know that you can subtract one mesh from another using the Negative "
"part modifier? That way you can, for example, create easily resizable holes "
"directly in Orca Slicer. Read more in the documentation."
msgstr ""
"Odečtení dílu\n"
"Did jste, že můžete odečíst jednu síť od druhé pomocí modifikátoru záporné "
"části? Tímto způsobem můžete například vytvářet snadno měnitelné otvory "
"přímo v Orca Slicer. Přečtěte si více v dokumentaci."
#~ msgid ""
#~ "Timelapse\n"
#~ "Did you know that you can generate a timelapse video during each print?"
#~ msgstr ""
#~ "Časosběr\n"
#~ "Did jste, že můžete generovat časosběrné video během každého tisku?"
#: resources/data/hints.ini: [hint:STEP]
msgid ""
"STEP\n"
"Did you know that you can improve your print quality by slicing a STEP file "
"instead of an STL?\n"
"Orca Slicer supports slicing STEP files, providing smoother results than a "
"lower resolution STL. Give it a try!"
msgstr ""
"STEP\n"
"Did jste, že kvalitu tisku můžete zlepšit krájením souboru STEP místo STL?\n"
"Orca Slicer podporuje krájení souborů STEP a poskytuje hladší výsledky než "
"STL s nižším rozlišením. Vyzkoušejte to!"
#~ msgid ""
#~ "Auto-Arrange\n"
#~ "Did you know that you can auto-arrange all objects in your project?"
#~ msgstr ""
#~ "Automatické uspořádání\n"
#~ "Did jste, že můžete automaticky uspořádat všechny objekty ve svém "
#~ "projektu?"
#: resources/data/hints.ini: [hint:Z seam location]
msgid ""
"Z seam location\n"
"Did you know that you can customize the location of the Z seam, and even "
"paint it on your print, to have it in a less visible location? This improves "
"the overall look of your model. Check it out!"
msgstr ""
"Umístění Z švu\n"
"Did jste, že si můžete přizpůsobit umístění Z švu a dokonce jej namalovat na "
"tisk, abyste jej měli na méně viditelném místě? To zlepšuje celkový vzhled "
"vašeho modelu. Vyzkoušejte to!"
#~ msgid ""
#~ "Auto-Orient\n"
#~ "Did you know that you can rotate objects to an optimal orientation for "
#~ "printing by a simple click?"
#~ msgstr ""
#~ "Auto-Orient\n"
#~ "Did jste, že můžete otočit objekty do optimální orientace pro tisk "
#~ "jednoduchým kliknutím?"
#: resources/data/hints.ini: [hint:Fine-tuning for flow rate]
msgid ""
"Fine-tuning for flow rate\n"
"Did you know that flow rate can be fine-tuned for even better-looking "
"prints? Depending on the material, you can improve the overall finish of the "
"printed model by doing some fine-tuning."
msgstr ""
"Jemné doladění průtoku\n"
"Did jste, že průtok lze vyladit pro ještě lépe vypadající výtisky? V "
"závislosti na materiálu můžete vylepšit celkovou povrchovou úpravu tištěného "
"modelu provedením nějakého jemného doladění."
#~ msgid ""
#~ "Lay on Face\n"
#~ "Did you know that you can quickly orient a model so that one of its faces "
#~ "sits on the print bed? Select the \"Place on face\" function or press the "
#~ "<b>F</b> key."
#~ msgstr ""
#~ "Plochou na podložku\n"
#~ "Did jste, že můžete rychle orientovat model tak, aby jedna z jeho tváří "
#~ "seděla na tiskové podložce? Vyberte funkci \"Umístit na obličej\" nebo "
#~ "stiskněte klávesu <b>F</b> ."
#: resources/data/hints.ini: [hint:Split your prints into plates]
msgid ""
"Split your prints into plates\n"
"Did you know that you can split a model that has a lot of parts into "
"individual plates ready to print? This will simplify the process of keeping "
"track of all the parts."
msgstr ""
"Rozdělit výtisky na desky\n"
"Did jste, že můžete rozdělit model, který má mnoho dílů, na jednotlivé desky "
"připravené k tisku? To zjednoduší proces sledování všech dílů."
#~ msgid ""
#~ "Object List\n"
#~ "Did you know that you can view all objects/parts in a list and change "
#~ "settings for each object/part?"
#~ msgstr ""
#~ "Seznam objektů\n"
#~ "Did jste, že můžete zobrazit všechny objekty/části v seznamu a změnit "
#~ "nastavení pro každý objekt/část?"
#: resources/data/hints.ini: [hint:Speed up your print with Adaptive Layer
#: Height]
msgid ""
"Speed up your print with Adaptive Layer Height\n"
"Did you know that you can print a model even faster, by using the Adaptive "
"Layer Height option? Check it out!"
msgstr ""
"Urychlete svůj tisk pomocí Adaptivní výšky vrstvy\n"
"Did jste, že můžete tisknout model ještě rychleji pomocí možnosti Adaptivní "
"výška vrstvy? Vyzkoušejte to!"
#~ msgid ""
#~ "Simplify Model\n"
#~ "Did you know that you can reduce the number of triangles in a mesh using "
#~ "the Simplify mesh feature? Right-click the model and select Simplify "
#~ "model. Read more in the documentation."
#~ msgstr ""
#~ "Zjednodušte model\n"
#~ "Did jste, že můžete snížit počet trojúhelníků v síti pomocí funkce "
#~ "Zjednodušit síť? Klikněte pravým tlačítkem na model a vyberte Zjednodušit "
#~ "model. Více v dokumentaci."
#: resources/data/hints.ini: [hint:Support painting]
msgid ""
"Support painting\n"
"Did you know that you can paint the location of your supports? This feature "
"makes it easy to place the support material only on the sections of the "
"model that actually need it."
msgstr ""
"Malování podpěry\n"
"Did jste, že můžete namalovat umístění svých podpěr? Tato funkce usnadňuje "
"umístění podpěrného materiálu pouze na části modelu, které to skutečně "
"potřebují."
#~ msgid ""
#~ "Slicing Parameter Table\n"
#~ "Did you know that you can view all objects/parts on a table and change "
#~ "settings for each object/part?"
#~ msgstr ""
#~ "Tabulka parametrů dělení\n"
#~ "Did jste, že můžete zobrazit všechny objekty/části v tabulce a změnit "
#~ "nastavení pro každý objekt/část?"
#: resources/data/hints.ini: [hint:Different types of supports]
msgid ""
"Different types of supports\n"
"Did you know that you can choose from multiple types of supports? Tree "
"supports work great for organic models, while saving filament and improving "
"print speed. Check them out!"
msgstr ""
"Různé typy podpěr\n"
"Did jste, že si můžete vybrat z více typů podpěr? Podpěry stromu fungují "
"skvěle pro organické modely, přičemž šetří vlákno a zlepšují rychlost tisku. "
"Vyzkoušejte je!"
#~ msgid ""
#~ "Split to Objects/Parts\n"
#~ "Did you know that you can split a big object into small ones for easy "
#~ "colorizing or printing?"
#~ msgstr ""
#~ "Rozdělit na objekty/části\n"
#~ "Didi jste, že velký objekt můžete rozdělit na malé pro snadné obarvení "
#~ "nebo tisk?"
#: resources/data/hints.ini: [hint:Printing Silk Filament]
msgid ""
"Printing Silk Filament\n"
"Did you know that Silk filament needs special consideration to print it "
"successfully? Higher temperature and lower speed are always recommended for "
"the best results."
msgstr ""
"Tisk hedvábného vlákna\n"
"Did jste, že hedvábný filament vyžaduje zvláštní pozornost, aby byl úspěšný? "
"Pro dosažení nejlepších výsledků se vždy doporučuje vyšší teplota a nižší "
"rychlost."
#~ msgid ""
#~ "Subtract a Part\n"
#~ "Did you know that you can subtract one mesh from another using the "
#~ "Negative part modifier? That way you can, for example, create easily "
#~ "resizable holes directly in Orca Slicer. Read more in the documentation."
#~ msgstr ""
#~ "Odečtení dílu\n"
#~ "Did jste, že můžete odečíst jednu síť od druhé pomocí modifikátoru "
#~ "záporné části? Tímto způsobem můžete například vytvářet snadno měnitelné "
#~ "otvory přímo v Orca Slicer. Přečtěte si více v dokumentaci."
#: resources/data/hints.ini: [hint:Brim for better adhesion]
msgid ""
"Brim for better adhesion\n"
"Did you know that when printing models have a small contact interface with "
"the printing surface, it's recommended to use a brim?"
msgstr ""
"Okraj pro lepší přilnavost\n"
"Did jste, že když tiskové modely mají malé kontaktní rozhraní s tiskovou "
"plochou, doporučuje se použít okraj?"
#~ msgid ""
#~ "STEP\n"
#~ "Did you know that you can improve your print quality by slicing a STEP "
#~ "file instead of an STL?\n"
#~ "Orca Slicer supports slicing STEP files, providing smoother results than "
#~ "a lower resolution STL. Give it a try!"
#~ msgstr ""
#~ "STEP\n"
#~ "Did jste, že kvalitu tisku můžete zlepšit krájením souboru STEP místo "
#~ "STL?\n"
#~ "Orca Slicer podporuje krájení souborů STEP a poskytuje hladší výsledky "
#~ "než STL s nižším rozlišením. Vyzkoušejte to!"
#: resources/data/hints.ini: [hint:Set parameters for multiple objects]
msgid ""
"Set parameters for multiple objects\n"
"Did you know that you can set slicing parameters for all selected objects at "
"one time?"
msgstr ""
"Nastavit parametry pro více objektů\n"
"Did jste, že můžete nastavit parametry krájení pro všechny vybrané objekty "
"najednou?"
#~ msgid ""
#~ "Z seam location\n"
#~ "Did you know that you can customize the location of the Z seam, and even "
#~ "paint it on your print, to have it in a less visible location? This "
#~ "improves the overall look of your model. Check it out!"
#~ msgstr ""
#~ "Umístění Z švu\n"
#~ "Did jste, že si můžete přizpůsobit umístění Z švu a dokonce jej namalovat "
#~ "na tisk, abyste jej měli na méně viditelném místě? To zlepšuje celkový "
#~ "vzhled vašeho modelu. Vyzkoušejte to!"
#: resources/data/hints.ini: [hint:Stack objects]
msgid ""
"Stack objects\n"
"Did you know that you can stack objects as a whole one?"
msgstr ""
"Skládat objekty\n"
"Did jste, že můžete skládat objekty jako jeden celek?"
#~ msgid ""
#~ "Fine-tuning for flow rate\n"
#~ "Did you know that flow rate can be fine-tuned for even better-looking "
#~ "prints? Depending on the material, you can improve the overall finish of "
#~ "the printed model by doing some fine-tuning."
#~ msgstr ""
#~ "Jemné doladění průtoku\n"
#~ "Did jste, že průtok lze vyladit pro ještě lépe vypadající výtisky? V "
#~ "závislosti na materiálu můžete vylepšit celkovou povrchovou úpravu "
#~ "tištěného modelu provedením nějakého jemného doladění."
#: resources/data/hints.ini: [hint:Flush into support/objects/infill]
msgid ""
"Flush into support/objects/infill\n"
"Did you know that you can save the wasted filament by flushing them into "
"support/objects/infill during filament change?"
msgstr ""
"Vypláchnout do support/objects/infill\n"
"Did jste, že můžete zachránit ztracené vlákno jejich vypláchnutím do support/"
"objects/infill během výměny vlákna?"
#~ msgid ""
#~ "Split your prints into plates\n"
#~ "Did you know that you can split a model that has a lot of parts into "
#~ "individual plates ready to print? This will simplify the process of "
#~ "keeping track of all the parts."
#~ msgstr ""
#~ "Rozdělit výtisky na desky\n"
#~ "Did jste, že můžete rozdělit model, který má mnoho dílů, na jednotlivé "
#~ "desky připravené k tisku? To zjednoduší proces sledování všech dílů."
#: resources/data/hints.ini: [hint:Improve strength]
msgid ""
"Improve strength\n"
"Did you know that you can use more wall loops and higher sparse infill "
"density to improve the strength of the model?"
msgstr ""
"Zlepšete pevnost\n"
"Did jste, že ke zlepšení pevnosti modelu můžete použít více smyček na stěně "
"a vyšší hustotu výplně?"
#~ msgid ""
#~ "Speed up your print with Adaptive Layer Height\n"
#~ "Did you know that you can print a model even faster, by using the "
#~ "Adaptive Layer Height option? Check it out!"
#~ msgstr ""
#~ "Urychlete svůj tisk pomocí Adaptivní výšky vrstvy\n"
#~ "Did jste, že můžete tisknout model ještě rychleji pomocí možnosti "
#~ "Adaptivní výška vrstvy? Vyzkoušejte to!"
#~ msgid ""
#~ "Support painting\n"
#~ "Did you know that you can paint the location of your supports? This "
#~ "feature makes it easy to place the support material only on the sections "
#~ "of the model that actually need it."
#~ msgstr ""
#~ "Malování podpěry\n"
#~ "Did jste, že můžete namalovat umístění svých podpěr? Tato funkce "
#~ "usnadňuje umístění podpěrného materiálu pouze na části modelu, které to "
#~ "skutečně potřebují."
#~ msgid ""
#~ "Different types of supports\n"
#~ "Did you know that you can choose from multiple types of supports? Tree "
#~ "supports work great for organic models, while saving filament and "
#~ "improving print speed. Check them out!"
#~ msgstr ""
#~ "Různé typy podpěr\n"
#~ "Did jste, že si můžete vybrat z více typů podpěr? Podpěry stromu fungují "
#~ "skvěle pro organické modely, přičemž šetří vlákno a zlepšují rychlost "
#~ "tisku. Vyzkoušejte je!"
#~ msgid ""
#~ "Printing Silk Filament\n"
#~ "Did you know that Silk filament needs special consideration to print it "
#~ "successfully? Higher temperature and lower speed are always recommended "
#~ "for the best results."
#~ msgstr ""
#~ "Tisk hedvábného vlákna\n"
#~ "Did jste, že hedvábný filament vyžaduje zvláštní pozornost, aby byl "
#~ "úspěšný? Pro dosažení nejlepších výsledků se vždy doporučuje vyšší "
#~ "teplota a nižší rychlost."
#~ msgid ""
#~ "Brim for better adhesion\n"
#~ "Did you know that when printing models have a small contact interface "
#~ "with the printing surface, it's recommended to use a brim?"
#~ msgstr ""
#~ "Okraj pro lepší přilnavost\n"
#~ "Did jste, že když tiskové modely mají malé kontaktní rozhraní s tiskovou "
#~ "plochou, doporučuje se použít okraj?"
#~ msgid ""
#~ "Set parameters for multiple objects\n"
#~ "Did you know that you can set slicing parameters for all selected objects "
#~ "at one time?"
#~ msgstr ""
#~ "Nastavit parametry pro více objektů\n"
#~ "Did jste, že můžete nastavit parametry krájení pro všechny vybrané "
#~ "objekty najednou?"
#~ msgid ""
#~ "Stack objects\n"
#~ "Did you know that you can stack objects as a whole one?"
#~ msgstr ""
#~ "Skládat objekty\n"
#~ "Did jste, že můžete skládat objekty jako jeden celek?"
#~ msgid ""
#~ "Flush into support/objects/infill\n"
#~ "Did you know that you can save the wasted filament by flushing them into "
#~ "support/objects/infill during filament change?"
#~ msgstr ""
#~ "Vypláchnout do support/objects/infill\n"
#~ "Did jste, že můžete zachránit ztracené vlákno jejich vypláchnutím do "
#~ "support/objects/infill během výměny vlákna?"
#~ msgid ""
#~ "Improve strength\n"
#~ "Did you know that you can use more wall loops and higher sparse infill "
#~ "density to improve the strength of the model?"
#~ msgstr ""
#~ "Zlepšete pevnost\n"
#~ "Did jste, že ke zlepšení pevnosti modelu můžete použít více smyček na "
#~ "stěně a vyšší hustotu výplně?"
#~ msgid ""
#~ "If enabled, support loops will be generated under the contours of "
#~ "internal bridges. These support loops could prevent internal bridges from "
#~ "extruding over the air and improve the top surface quality, especially "
#~ "when the sparse infill density is low.This value determines the thickness "
#~ "of the support loops. 0 means disable this feature"
#~ msgstr ""
#~ "Pokud je povoleno, Studio vygeneruje podpůrné smyčky pod obrysy vnitřních "
#~ "mostů. Tyto podpůrné smyčky by mohly bránit vnitřním mostům vytlačováním "
#~ "vzduchem a zlepšují špičkovou kvalitu povrchu, zvláště když řídká hustota "
#~ "výplně je nízká. Tato hodnota určuje tloušťku výplně podpůrné smyčky. 0 "
#~ "znamená vypnutí této funkce"
#~ msgid "Bridge direction"
#~ msgstr "Směr mostu"

View File

@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-05-14 11:27+0800\n"
"POT-Creation-Date: 2023-07-31 21:29+0800\n"
"PO-Revision-Date: \n"
"Last-Translator: Heiko Liebscher <hliebschergmail.com>\n"
"Language-Team: \n"
@@ -841,7 +841,7 @@ msgid "Load..."
msgstr "Laden..."
msgid "Orca Cube"
msgstr ""
msgstr "Orca Würfel"
msgid "3DBenchy"
msgstr ""
@@ -850,7 +850,7 @@ msgid "Autodesk FDM Test"
msgstr ""
msgid "Voron Cube"
msgstr ""
msgstr "Voron Würfel"
msgid "Cube"
msgstr "Würfel"
@@ -1949,8 +1949,11 @@ msgstr ""
msgid "You need to select the material type and color first."
msgstr "Sie müssen zuerst den Materialtyp und die Farbe auswählen."
msgid "Other color"
msgstr "Andere Farbe"
msgid "Other Color"
msgstr ""
msgid "Custom Color"
msgstr ""
msgid "Dynamic flow calibration"
msgstr "Dynamische Flusskalibrierung"
@@ -5691,6 +5694,9 @@ msgstr "Jerkbegrenzung"
msgid "Layer height limits"
msgstr "Höhenbegrenzungen für Schichten"
msgid "Lift Z Enforcement"
msgstr ""
msgid "Retraction when switching material"
msgstr "Rückzug bei Materialwechsel"
@@ -6641,6 +6647,11 @@ msgstr ""
msgid "No extrusions under current settings."
msgstr "Keine Extrusion unter den aktuellen Einstellungen."
msgid "Bed temperatures for the used filaments differ significantly."
msgstr ""
"Die Betttemperaturen für die verwendeten Filamente unterscheiden sich "
"signifikant."
msgid ""
"Smooth mode of timelapse is not supported when \"by object\" sequence is "
"enabled."
@@ -7137,12 +7148,15 @@ msgstr ""
"Aktivieren Sie diese Option, um den Druck für verschiedene Überhangsgrade zu "
"verlangsamen"
msgid "mm/s"
msgstr "mm/s"
msgid "mm/s or %"
msgstr "mm/s o. %"
msgid "Speed of bridge and completely overhang wall"
msgstr "Geschwindigkeit für Brücken und vollständig überhängende Wände."
msgid "mm/s"
msgstr "mm/s"
msgid "Brim width"
msgstr "Randbreite"
@@ -7315,17 +7329,17 @@ msgid "Internal bridge support thickness"
msgstr "Dicke der internen Brückenstützen"
msgid ""
"If enabled, Studio will generate support loops under the contours of "
"internal bridges.These support loops could prevent internal bridges from "
"extruding over the air and improve the top surface quality, especially when "
"the sparse infill density is low.This value determines the thickness of the "
"support loops. 0 means disable this feature"
"If enabled, support loops will be generated under the contours of internal "
"bridges.These support loops could prevent internal bridges from extruding "
"over the air and improve the top surface quality, especially when the sparse "
"infill density is low.This value determines the thickness of the support "
"loops. 0 means disable this feature"
msgstr ""
"Wenn aktiviert, generiert Studio Stützschleifen unter den Konturen interner "
"Brücken. Diese Stützschleifen könnten verhindern, dass interne Brücken über "
"die Luft extrudieren, und die höchste Oberflächenqualität verbessern, "
"insbesondere wenn die spärliche Fülldichte niedrig ist. Dieser Wert bestimmt "
"die Dicke der Stützschleifen. 0 bedeutet, diese Funktion zu deaktivieren"
"Wenn aktiviert, werden Stützschleifen unter den Konturen interner Brücken "
"erzeugt. Diese Stützschleifen könnten verhindern, dass interne Brücken über "
"die Luft hinausragen und die Oberflächenqualität verbessern, insbesondere "
"wenn die Fülldichte des Sparmodus niedrig ist. Dieser Wert bestimmt die "
"Dicke der Stützschleifen. 0 bedeutet, diese Funktion zu deaktivieren."
msgid "Top surface pattern"
msgstr "Muster der Oberfläche"
@@ -7363,8 +7377,10 @@ msgstr "Muster der unteren Fläche"
msgid "Line pattern of bottom surface infill, not bridge infill"
msgstr "Linienmuster der Bodenfüllung. Brückenfüllung nicht eingeschlossen"
msgid "Line width of outer wall"
msgstr "Linienbreite der Außenwand"
msgid ""
"Line width of outer wall. If expressed as a %, it will be computed over the "
"nozzle diameter."
msgstr ""
msgid ""
"Speed of outer wall which is outermost and visible. It's used to be slower "
@@ -7389,9 +7405,6 @@ msgstr ""
"Einstellung der Geschwindigkeit der Außenwand berechnet. Setzen Sie es auf "
"Null für automatisch."
msgid "mm/s or %"
msgstr "mm/s o. %"
msgid "Small perimeters threshold"
msgstr "Schwelle für kleine Strukturen"
@@ -7488,8 +7501,10 @@ msgstr ""
msgid "Pressure advance(Klipper) AKA Linear advance factor(Marlin)"
msgstr "Pressure advance(Klipper)AKA Linear advance Faktor(Marlin)"
msgid "Default line width if some line width is set to be zero"
msgstr "Standardlinienbreite für Linienbreiten, die auf 0 gesetzt sind"
msgid ""
"Default line width if other line widths are set to 0. If expressed as a %, "
"it will be computed over the nozzle diameter."
msgstr ""
msgid "Keep fan always on"
msgstr "Lüfter ständig laufen lassen"
@@ -7712,6 +7727,66 @@ msgstr "Kubisch Stützen"
msgid "Lightning"
msgstr "Blitz"
msgid "Sparse infill anchor length"
msgstr "Länge des Infill-Ankers"
msgid ""
"Connect an infill line to an internal perimeter with a short segment of an "
"additional perimeter. If expressed as percentage (example: 15%) it is "
"calculated over infill extrusion width. Slic3r tries to connect two close "
"infill lines to a short perimeter segment. If no such perimeter segment "
"shorter than infill_anchor_max is found, the infill line is connected to a "
"perimeter segment at just one side and the length of the perimeter segment "
"taken is limited to this parameter, but no longer than anchor_length_max. \n"
"Set this parameter to zero to disable anchoring perimeters connected to a "
"single infill line."
msgstr ""
"Verbindet eine Infill-Linie mit einem kurzen Segment eines zusätzlichen "
"Perimeters mit einem internen Perimeter. Wenn sie als Prozentsatz "
"ausgedrückt wird (Beispiel: 15%), wird sie über die Breite der Infill-"
"Extrusion berechnet. OrcaSlicer versucht, zwei nahe beieinander liegende "
"Infill-Linien mit einem kurzen Perimetersegment zu verbinden. Wenn kein "
"solches Perimetersegment gefunden wird, das kürzer als infill_anchor_max "
"ist, wird die Infill-Linie nur an einer Seite mit einem Perimetersegment "
"verbunden und die Länge des genommenen Perimetersegments ist auf diesen "
"Parameter begrenzt, aber nicht länger als anchor_length_max. Setzen Sie "
"diesen Parameter auf Null, um die Verankerung von Perimetern zu "
"deaktivieren, die mit einer einzelnen Infill-Linie verbunden sind."
msgid "0 (no open anchors)"
msgstr "0 (keine offenen Anker)"
msgid "1000 (unlimited)"
msgstr "1000 (unbegrenzt)"
msgid "Maximum length of the infill anchor"
msgstr "Maximale Länge des Infill-Ankers"
msgid ""
"Connect an infill line to an internal perimeter with a short segment of an "
"additional perimeter. If expressed as percentage (example: 15%) it is "
"calculated over infill extrusion width. Slic3r tries to connect two close "
"infill lines to a short perimeter segment. If no such perimeter segment "
"shorter than this parameter is found, the infill line is connected to a "
"perimeter segment at just one side and the length of the perimeter segment "
"taken is limited to infill_anchor, but no longer than this parameter. \n"
"If set to 0, the old algorithm for infill connection will be used, it should "
"create the same result as with 1000 & 0."
msgstr ""
"Verbindet eine Infill-Linie mit einem kurzen Segment eines zusätzlichen "
"Perimeters mit einem internen Perimeter. Wenn sie als Prozentsatz "
"ausgedrückt wird (Beispiel: 15%), wird sie über die Breite der Infill-"
"Extrusion berechnet. OrcaSlicer versucht, zwei nahe beieinander liegende "
"Infill-Linien mit einem kurzen Perimetersegment zu verbinden. Wenn kein "
"solches Perimetersegment gefunden wird, das kürzer als dieser Parameter ist, "
"wird die Infill-Linie nur an einer Seite mit einem Perimetersegment "
"verbunden und die Länge des genommenen Perimetersegments wird auf "
"infill_anchor begrenzt, aber nicht länger als dieser Parameter. Setzen Sie "
"diesen Parameter auf Null, um die Verankerung zu deaktivieren."
msgid "0 (Simple connect)"
msgstr "0 (Einfache Verbindung)"
msgid "Acceleration of outer walls"
msgstr "Beschleunigung Außenwände"
@@ -7804,8 +7879,10 @@ msgstr "Ruckwert erste Schicht"
msgid "Jerk for travel"
msgstr "Jerk for Bewegung"
msgid "Line width of initial layer"
msgstr "Linienbreite der ersten Schicht"
msgid ""
"Line width of initial layer. If expressed as a %, it will be computed over "
"the nozzle diameter."
msgstr ""
msgid "Initial layer height"
msgstr "Höhe der ersten Schicht"
@@ -7931,7 +8008,7 @@ msgstr "Schichten und Perimeter"
msgid ""
"Filter out gaps smaller than the threshold specified. This setting won't "
"affact top/bottom layers"
"affect top/bottom layers"
msgstr ""
"Filtert Lücken aus, die kleiner als der festgelegte Schwellenwert sind. "
"Diese Einstellung beeinflusst die obersten/untersten Schichten nicht"
@@ -8114,8 +8191,10 @@ msgstr ""
msgid "Filament to print internal sparse infill."
msgstr "Filament für den Druck der inneren Füllung."
msgid "Line width of internal sparse infill"
msgstr "Linienbreite der inneren Füllung"
msgid ""
"Line width of internal sparse infill. If expressed as a %, it will be "
"computed over the nozzle diameter."
msgstr ""
msgid "Infill/Wall overlap"
msgstr "Überlappung Füllung/Wand"
@@ -8423,6 +8502,32 @@ msgstr "Format des Dateinamens"
msgid "User can self-define the project file name when export"
msgstr "Der Benutzer kann den Projektdateinamen beim Export selbst bestimmen"
msgid "Make overhang printable"
msgstr ""
msgid "Modify the geometry to print overhangs without support material."
msgstr ""
msgid "Make overhang printable maximum angle"
msgstr ""
msgid ""
"Maximum angle of overhangs to allow after making more steep overhangs "
"printable.90° will not change the model at all and allow any overhang, while "
"0 will replace all overhangs with conical material."
msgstr ""
msgid "Make overhang printable hole area"
msgstr ""
msgid ""
"Maximum area of a hole in the base of the model before it's filled by "
"conical material.A value of 0 will fill all the holes in the model base."
msgstr ""
msgid "mm²"
msgstr "mm²"
msgid "Detect overhang wall"
msgstr "Erkennen von Wandüberhängen"
@@ -8435,8 +8540,10 @@ msgstr ""
"verwenden hierfür eine unterschiedliche Druckgeschwindigkeiten. Bei einem "
"100%% Überhang wird die Brückengeschwindigkeit verwendet."
msgid "Line width of inner wall"
msgstr "Linienbreite der Innenwand"
msgid ""
"Line width of inner wall. If expressed as a %, it will be computed over the "
"nozzle diameter."
msgstr ""
msgid "Speed of inner wall"
msgstr "Druckgeschwindigkeit der Innenwand"
@@ -8563,6 +8670,42 @@ msgstr "Steigung"
msgid "Spiral"
msgstr "Spirale"
msgid "Only lift Z above"
msgstr ""
msgid ""
"If you set this to a positive value, Z lift will only take place above the "
"specified absolute Z."
msgstr ""
msgid "Only lift Z below"
msgstr ""
msgid ""
"If you set this to a positive value, Z lift will only take place below the "
"specified absolute Z."
msgstr ""
msgid "On surfaces"
msgstr ""
msgid ""
"Enforce Z Hop behavior. This setting is impacted by the above settings (Only "
"lift Z above/below)."
msgstr ""
msgid "All Surfaces"
msgstr ""
msgid "Top Only"
msgstr ""
msgid "Bottom Only"
msgstr ""
msgid "Top and Bottom"
msgstr ""
msgid "Extra length on restart"
msgstr "Zusätzliche Länge beim Neustart"
@@ -8629,6 +8772,16 @@ msgstr "Rückseite"
msgid "Random"
msgstr "Zufall"
msgid "Staggered inner seams"
msgstr "Versetzte innere Nähte"
msgid ""
"This option causes the inner seams to be shifted backwards based on their "
"depth, forming a zigzag pattern."
msgstr ""
"Durch diese Option werden die inneren Nähte basierend auf ihrer Tiefe nach "
"hinten verschoben und bilden ein Zickzack-Muster."
msgid "Seam gap"
msgstr "Naht Zwischenraum"
@@ -8636,14 +8789,14 @@ msgid ""
"In order to reduce the visibility of the seam in a closed loop extrusion, "
"the loop is interrupted and shortened by a specified amount.\n"
"This amount can be specified in millimeters or as a percentage of the "
"current extruder diameter. The default value for this parameter is 15%."
"current extruder diameter. The default value for this parameter is 10%."
msgstr ""
"Um die Sichtbarkeit der Naht in einer geschlossenen Schleifenextrusion zu "
"reduzieren, wird die Schleife unterbrochen und um eine bestimmte Menge "
"verkürzt.\n"
"Diese Menge kann in Millimetern oder als Prozentsatz des aktuellen "
"Extruderdurchmessers angegeben werden.\n"
"Der Standardwert für diesen Parameter beträgt 15%. Dies wird durchgeführt, "
"Der Standardwert für diesen Parameter beträgt 10%. Dies wird durchgeführt, "
"um das endgültige Produkt glatter und nahtloser aussehen zu lassen."
msgid "Role base wipe speed"
@@ -8705,6 +8858,14 @@ msgid "Number of loops for the skirt. Zero means disabling skirt"
msgstr ""
"Anzahl der Ringe für die Umrandung. Null bedeutet Deaktivierung der Umrandung"
msgid "Skirt speed"
msgstr "Druckgeschwindigkeit der Umrandung"
msgid "Speed of skirt, in mm/s. Zero means use default layer extrusion speed."
msgstr ""
"Geschwindigkeit der Umrandung in mm/s. Null bedeutet Verwendung der Standard-"
"Schichtextrusionsgeschwindigkeit."
msgid ""
"The printing speed in exported gcode will be slowed down, when the estimated "
"layer time is shorter than this value, to get better cooling for these layers"
@@ -8723,11 +8884,10 @@ msgstr ""
"Innere Füllbereiche, die kleiner als dieser Wert sind, werden durch massive "
"Füllungen ersetzt."
msgid "mm²"
msgstr "mm²"
msgid "Line width of internal solid infill"
msgstr "Linienbreite der inneren massiven Füllung"
msgid ""
"Line width of internal solid infill. If expressed as a %, it will be "
"computed over the nozzle diameter."
msgstr ""
msgid "Speed of internal solid infill, not the top and bottom surface"
msgstr ""
@@ -8896,8 +9056,10 @@ msgstr ""
"kein spezielles Filament für die Stützen verwendet wird, sondern das "
"aktuelle Filament."
msgid "Line width of support"
msgstr "Linienbreite der Stützen"
msgid ""
"Line width of support. If expressed as a %, it will be computed over the "
"nozzle diameter."
msgstr ""
msgid "Interface use loop pattern"
msgstr "Schleifenmuster-Schnittstelle"
@@ -9145,8 +9307,10 @@ msgstr ""
"Dieser G-Code wird beim Filamentwechsel eingefügt, einschließlich des T-"
"Befehls zum Auslösen des Werkzeugwechsels"
msgid "Line width for top surfaces"
msgstr "Linienbreite für Oberflächen"
msgid ""
"Line width for top surfaces. If expressed as a %, it will be computed over "
"the nozzle diameter."
msgstr ""
msgid "Speed of top surface infill which is solid"
msgstr "Geschwindigkeit der massiven Füllung der Oberseite."
@@ -9719,6 +9883,9 @@ msgstr "PA Turm"
msgid "PA Line"
msgstr "PA Linie"
msgid "PA Pattern"
msgstr ""
msgid "Method"
msgstr "Methode"
@@ -9887,280 +10054,299 @@ msgstr ""
"CA-Datei in den Zertifikatspeicher / das Schlüsselbund."
msgid "Connection to printers connected via the print host failed."
msgstr "Die Verbindung zu den über den Druck-Host verbundenen Druckern ist fehlgeschlagen."
#: resources/data/hints.ini: [hint:3D Scene Operations]
msgid ""
"3D Scene Operations\n"
"Did you know how to control view and object/part selection with mouse and "
"touchpanel in the 3D scene?"
msgstr ""
"3D-Szenenbedienung\n"
"Wissen Sie, wie Sie die Ansicht und die Auswahl von Objekten/Teilen in der "
"3D-Szene mit der Maus und dem Touchpad steuern können?"
"Die Verbindung zu den über den Druck-Host verbundenen Druckern ist "
"fehlgeschlagen."
#: resources/data/hints.ini: [hint:Cut Tool]
msgid ""
"Cut Tool\n"
"Did you know that you can cut a model at any angle and position with the "
"cutting tool?"
msgstr ""
"Schnittwerkzeug\n"
"Wussten Sie, dass Sie mit dem Schnittwerkzeug ein Modell in jedem beliebigen "
"Winkel und jeder beliebigen Position zerschneiden können?"
#~ msgid "Line width of outer wall"
#~ msgstr "Linienbreite der Außenwand"
#: resources/data/hints.ini: [hint:Fix Model]
msgid ""
"Fix Model\n"
"Did you know that you can fix a corrupted 3D model to avoid a lot of slicing "
"problems?"
msgstr ""
"Modell reparieren\n"
"Wussten Sie, dass Sie ein beschädigtes 3D-Modell reparieren können, um viele "
"Probleme beim Slicen zu vermeiden?"
#~ msgid "Default line width if some line width is set to be zero"
#~ msgstr "Standardlinienbreite für Linienbreiten, die auf 0 gesetzt sind"
#: resources/data/hints.ini: [hint:Timelapse]
msgid ""
"Timelapse\n"
"Did you know that you can generate a timelapse video during each print?"
msgstr ""
"Zeitraffer\n"
"Wussten Sie, dass Sie bei jedem Druck ein Zeitraffervideo erstellen können?"
#~ msgid "Line width of initial layer"
#~ msgstr "Linienbreite der ersten Schicht"
#: resources/data/hints.ini: [hint:Auto-Arrange]
msgid ""
"Auto-Arrange\n"
"Did you know that you can auto-arrange all objects in your project?"
msgstr ""
"Automatisch anordnen\n"
"Wussten Sie, dass Sie alle Objekte in Ihrem Projekt automatisch anordnen "
"können?"
#~ msgid "Line width of internal sparse infill"
#~ msgstr "Linienbreite der inneren Füllung"
#: resources/data/hints.ini: [hint:Auto-Orient]
msgid ""
"Auto-Orient\n"
"Did you know that you can rotate objects to an optimal orientation for "
"printing by a simple click?"
msgstr ""
"Automatische Ausrichtung\n"
"Wussten Sie schon, dass Sie Objekte mit einem einfachen Klick in eine für "
"den Druck optimale Ausrichtung drehen können?"
#~ msgid "Line width of inner wall"
#~ msgstr "Linienbreite der Innenwand"
#: resources/data/hints.ini: [hint:Lay on Face]
msgid ""
"Lay on Face\n"
"Did you know that you can quickly orient a model so that one of its faces "
"sits on the print bed? Select the \"Place on face\" function or press the "
"<b>F</b> key."
msgstr ""
"Auf Fläche legen\n"
"Wussten Sie, dass Sie ein Modell schnell so ausrichten können, dass eine "
"seiner Flächen auf dem Druckbett liegt? Wählen Sie die Funktion \"Auf Fläche "
"legen\" oder drücken Sie die Taste <b>F</b>."
#~ msgid "Line width of internal solid infill"
#~ msgstr "Linienbreite der inneren massiven Füllung"
#: resources/data/hints.ini: [hint:Object List]
msgid ""
"Object List\n"
"Did you know that you can view all objects/parts in a list and change "
"settings for each object/part?"
msgstr ""
"Objekt-Liste\n"
"Wussten Sie, dass Sie alle Objekte/Teile in einer Liste anzeigen und die "
"Einstellungen für jedes Objekt/Teil ändern können?"
#~ msgid "Line width of support"
#~ msgstr "Linienbreite der Stützen"
#: resources/data/hints.ini: [hint:Simplify Model]
msgid ""
"Simplify Model\n"
"Did you know that you can reduce the number of triangles in a mesh using the "
"Simplify mesh feature? Right-click the model and select Simplify model. Read "
"more in the documentation."
msgstr ""
"Modell vereinfachen\n"
"Wussten Sie schon, dass Sie die Anzahl der Dreiecke in einem Netz mit der "
"Funktion \"Netz vereinfachen\" reduzieren können? Klicken Sie mit der "
"rechten Maustaste auf das Modell und wählen Sie \"Modell vereinfachen\". "
"Weitere Informationen finden Sie in der Dokumentation."
#~ msgid "Line width for top surfaces"
#~ msgstr "Linienbreite für Oberflächen"
#: resources/data/hints.ini: [hint:Slicing Parameter Table]
msgid ""
"Slicing Parameter Table\n"
"Did you know that you can view all objects/parts on a table and change "
"settings for each object/part?"
msgstr ""
"Parametertabelle für das Slicen\n"
"Wussten Sie, dass Sie alle Objekte/Teile in einer Tabelle anzeigen und die "
"Einstellungen für jedes Objekt/Teil ändern können?"
#~ msgid ""
#~ "3D Scene Operations\n"
#~ "Did you know how to control view and object/part selection with mouse and "
#~ "touchpanel in the 3D scene?"
#~ msgstr ""
#~ "3D-Szenenbedienung\n"
#~ "Wissen Sie, wie Sie die Ansicht und die Auswahl von Objekten/Teilen in "
#~ "der 3D-Szene mit der Maus und dem Touchpad steuern können?"
#: resources/data/hints.ini: [hint:Split to Objects/Parts]
msgid ""
"Split to Objects/Parts\n"
"Did you know that you can split a big object into small ones for easy "
"colorizing or printing?"
msgstr ""
"In Objekte/Teile aufteilen\n"
"Wussten Sie, dass Sie ein großes Objekt in kleine Teile aufteilen können, um "
"es leichter einzufärben oder drucken zu können?"
#~ msgid ""
#~ "Cut Tool\n"
#~ "Did you know that you can cut a model at any angle and position with the "
#~ "cutting tool?"
#~ msgstr ""
#~ "Schnittwerkzeug\n"
#~ "Wussten Sie, dass Sie mit dem Schnittwerkzeug ein Modell in jedem "
#~ "beliebigen Winkel und jeder beliebigen Position zerschneiden können?"
#: resources/data/hints.ini: [hint:Subtract a Part]
msgid ""
"Subtract a Part\n"
"Did you know that you can subtract one mesh from another using the Negative "
"part modifier? That way you can, for example, create easily resizable holes "
"directly in Orca Slicer. Read more in the documentation."
msgstr ""
"Ein Teil subtrahieren\n"
"Wussten Sie, dass Sie mit dem \"negatives Teil Modifikator\" ein Netz von "
"einem anderen subtrahieren können? Auf diese Weise können Sie z.B. leicht "
"veränderbare Löcher direkt in Bambu Studio erstellen. Lesen Sie mehr dazu in "
"der Dokumentation."
#~ msgid ""
#~ "Fix Model\n"
#~ "Did you know that you can fix a corrupted 3D model to avoid a lot of "
#~ "slicing problems?"
#~ msgstr ""
#~ "Modell reparieren\n"
#~ "Wussten Sie, dass Sie ein beschädigtes 3D-Modell reparieren können, um "
#~ "viele Probleme beim Slicen zu vermeiden?"
#: resources/data/hints.ini: [hint:STEP]
msgid ""
"STEP\n"
"Did you know that you can improve your print quality by slicing a STEP file "
"instead of an STL?\n"
"Orca Slicer supports slicing STEP files, providing smoother results than a "
"lower resolution STL. Give it a try!"
msgstr ""
"STEP\n"
"Wussten Sie, dass Sie Ihre Druckqualität verbessern können, indem Sie eine "
"STEP-Datei anstelle einer STL-Datei slicen?\n"
"Bambu Studio unterstützt das Slicen von STEP-Dateien und liefert glattere "
"Ergebnisse als eine STL mit geringerer Auflösung. Probiere es aus!"
#~ msgid ""
#~ "Timelapse\n"
#~ "Did you know that you can generate a timelapse video during each print?"
#~ msgstr ""
#~ "Zeitraffer\n"
#~ "Wussten Sie, dass Sie bei jedem Druck ein Zeitraffervideo erstellen "
#~ "können?"
#: resources/data/hints.ini: [hint:Z seam location]
msgid ""
"Z seam location\n"
"Did you know that you can customize the location of the Z seam, and even "
"paint it on your print, to have it in a less visible location? This improves "
"the overall look of your model. Check it out!"
msgstr ""
"Position der Z-Naht\n"
"Wussten Sie, dass Sie die Position der Z-Naht anpassen und sie sogar auf "
"Ihren Druck malen können, um sie an einer weniger sichtbaren Stelle "
"anzubringen? Dadurch wird das Gesamtbild Ihres Modells verbessert. Probiere "
"es aus!"
#~ msgid ""
#~ "Auto-Arrange\n"
#~ "Did you know that you can auto-arrange all objects in your project?"
#~ msgstr ""
#~ "Automatisch anordnen\n"
#~ "Wussten Sie, dass Sie alle Objekte in Ihrem Projekt automatisch anordnen "
#~ "können?"
#: resources/data/hints.ini: [hint:Fine-tuning for flow rate]
msgid ""
"Fine-tuning for flow rate\n"
"Did you know that flow rate can be fine-tuned for even better-looking "
"prints? Depending on the material, you can improve the overall finish of the "
"printed model by doing some fine-tuning."
msgstr ""
"Feineinstellung der Flussrate\n"
"Wussten Sie, dass die Flussgeschwindigkeit des Filament fein eingestellt "
"werden kann, um noch besser aussehende Drucke zu erhalten? Je nach Material "
"können Sie das Gesamtergebnis des gedruckten Modells verbessern, indem Sie "
"eine Feineinstellung vornehmen."
#~ msgid ""
#~ "Auto-Orient\n"
#~ "Did you know that you can rotate objects to an optimal orientation for "
#~ "printing by a simple click?"
#~ msgstr ""
#~ "Automatische Ausrichtung\n"
#~ "Wussten Sie schon, dass Sie Objekte mit einem einfachen Klick in eine für "
#~ "den Druck optimale Ausrichtung drehen können?"
#: resources/data/hints.ini: [hint:Split your prints into plates]
msgid ""
"Split your prints into plates\n"
"Did you know that you can split a model that has a lot of parts into "
"individual plates ready to print? This will simplify the process of keeping "
"track of all the parts."
msgstr ""
"Drucke in mehrere Druckplatten aufteilen\n"
"Wussten Sie, dass Sie ein Modell, das aus vielen Teilen besteht, in einzelne "
"Druckplatten aufteilen können? Dadurch wird es einfacher, den Überblick über "
"alle Teile zu behalten."
#~ msgid ""
#~ "Lay on Face\n"
#~ "Did you know that you can quickly orient a model so that one of its faces "
#~ "sits on the print bed? Select the \"Place on face\" function or press the "
#~ "<b>F</b> key."
#~ msgstr ""
#~ "Auf Fläche legen\n"
#~ "Wussten Sie, dass Sie ein Modell schnell so ausrichten können, dass eine "
#~ "seiner Flächen auf dem Druckbett liegt? Wählen Sie die Funktion \"Auf "
#~ "Fläche legen\" oder drücken Sie die Taste <b>F</b>."
#: resources/data/hints.ini: [hint:Speed up your print with Adaptive Layer
#: Height]
msgid ""
"Speed up your print with Adaptive Layer Height\n"
"Did you know that you can print a model even faster, by using the Adaptive "
"Layer Height option? Check it out!"
msgstr ""
"Beschleunigen Sie Ihren Druck mit adaptiven Schichthöhe\n"
"Wussten Sie, dass Sie ein Modell noch schneller drucken können, wenn Sie die "
"Option \"Adaptive Schichthöhe\" verwenden? Probiere es aus!"
#~ msgid ""
#~ "Object List\n"
#~ "Did you know that you can view all objects/parts in a list and change "
#~ "settings for each object/part?"
#~ msgstr ""
#~ "Objekt-Liste\n"
#~ "Wussten Sie, dass Sie alle Objekte/Teile in einer Liste anzeigen und die "
#~ "Einstellungen für jedes Objekt/Teil ändern können?"
#: resources/data/hints.ini: [hint:Support painting]
msgid ""
"Support painting\n"
"Did you know that you can paint the location of your supports? This feature "
"makes it easy to place the support material only on the sections of the "
"model that actually need it."
msgstr ""
"Stützen malen\n"
"Wussten Sie, dass Sie die Position der Stützen aufmalen können? Diese "
"Funktion macht es möglich, das Stützmaterial nur auf die Bereiche des "
"Modells zu platzieren, die es tatsächlich benötigen."
#~ msgid ""
#~ "Simplify Model\n"
#~ "Did you know that you can reduce the number of triangles in a mesh using "
#~ "the Simplify mesh feature? Right-click the model and select Simplify "
#~ "model. Read more in the documentation."
#~ msgstr ""
#~ "Modell vereinfachen\n"
#~ "Wussten Sie schon, dass Sie die Anzahl der Dreiecke in einem Netz mit der "
#~ "Funktion \"Netz vereinfachen\" reduzieren können? Klicken Sie mit der "
#~ "rechten Maustaste auf das Modell und wählen Sie \"Modell vereinfachen\". "
#~ "Weitere Informationen finden Sie in der Dokumentation."
#: resources/data/hints.ini: [hint:Different types of supports]
msgid ""
"Different types of supports\n"
"Did you know that you can choose from multiple types of supports? Tree "
"supports work great for organic models, while saving filament and improving "
"print speed. Check them out!"
msgstr ""
"Verschiedene Arten von Stützstrukturen\n"
"Wussten Sie, dass Sie zwischen verschiedenen Arten von Stützen wählen "
"können? Baumstützen eignet sich hervorragend für organische Modelle, sparen "
"Filament und erhöhen die Druckgeschwindigkeit. Probiere sie aus!"
#~ msgid ""
#~ "Slicing Parameter Table\n"
#~ "Did you know that you can view all objects/parts on a table and change "
#~ "settings for each object/part?"
#~ msgstr ""
#~ "Parametertabelle für das Slicen\n"
#~ "Wussten Sie, dass Sie alle Objekte/Teile in einer Tabelle anzeigen und "
#~ "die Einstellungen für jedes Objekt/Teil ändern können?"
#: resources/data/hints.ini: [hint:Printing Silk Filament]
msgid ""
"Printing Silk Filament\n"
"Did you know that Silk filament needs special consideration to print it "
"successfully? Higher temperature and lower speed are always recommended for "
"the best results."
msgstr ""
"Drucken von Silkfilamenten\n"
"Wussten Sie, dass Silkfilamente besondere Bedingungen erfordern, um "
"erfolgreich gedruckt zu werden? Eine höhere Temperatur und eine niedrigere "
"Geschwindigkeit werden immer empfohlen, um die besten Ergebnisse zu erzielen."
#~ msgid ""
#~ "Split to Objects/Parts\n"
#~ "Did you know that you can split a big object into small ones for easy "
#~ "colorizing or printing?"
#~ msgstr ""
#~ "In Objekte/Teile aufteilen\n"
#~ "Wussten Sie, dass Sie ein großes Objekt in kleine Teile aufteilen können, "
#~ "um es leichter einzufärben oder drucken zu können?"
#: resources/data/hints.ini: [hint:Brim for better adhesion]
msgid ""
"Brim for better adhesion\n"
"Did you know that when printing models have a small contact interface with "
"the printing surface, it's recommended to use a brim?"
msgstr ""
"Rand für bessere Haftung\n"
"Wussten Sie, dass bei gedruckten Modellen, die eine kleine Kontaktfläche mit "
"der Druckoberfläche haben, die Verwendung eines Randes empfohlen wird?"
#~ msgid ""
#~ "Subtract a Part\n"
#~ "Did you know that you can subtract one mesh from another using the "
#~ "Negative part modifier? That way you can, for example, create easily "
#~ "resizable holes directly in Orca Slicer. Read more in the documentation."
#~ msgstr ""
#~ "Ein Teil subtrahieren\n"
#~ "Wussten Sie, dass Sie mit dem \"negatives Teil Modifikator\" ein Netz von "
#~ "einem anderen subtrahieren können? Auf diese Weise können Sie z.B. leicht "
#~ "veränderbare Löcher direkt in Bambu Studio erstellen. Lesen Sie mehr dazu "
#~ "in der Dokumentation."
#: resources/data/hints.ini: [hint:Set parameters for multiple objects]
msgid ""
"Set parameters for multiple objects\n"
"Did you know that you can set slicing parameters for all selected objects at "
"one time?"
msgstr ""
"Parameter für mehrere Objekte festlegen\n"
"Wussten Sie schon, dass Sie die Slicingparameter für alle ausgewählten "
"Objekte gleichzeitig festlegen können?"
#~ msgid ""
#~ "STEP\n"
#~ "Did you know that you can improve your print quality by slicing a STEP "
#~ "file instead of an STL?\n"
#~ "Orca Slicer supports slicing STEP files, providing smoother results than "
#~ "a lower resolution STL. Give it a try!"
#~ msgstr ""
#~ "STEP\n"
#~ "Wussten Sie, dass Sie Ihre Druckqualität verbessern können, indem Sie "
#~ "eine STEP-Datei anstelle einer STL-Datei slicen?\n"
#~ "Bambu Studio unterstützt das Slicen von STEP-Dateien und liefert glattere "
#~ "Ergebnisse als eine STL mit geringerer Auflösung. Probiere es aus!"
#: resources/data/hints.ini: [hint:Stack objects]
msgid ""
"Stack objects\n"
"Did you know that you can stack objects as a whole one?"
msgstr ""
"Objekte stapeln\n"
"Wussten Sie, dass Sie Objekte als Ganzes stapeln können?"
#~ msgid ""
#~ "Z seam location\n"
#~ "Did you know that you can customize the location of the Z seam, and even "
#~ "paint it on your print, to have it in a less visible location? This "
#~ "improves the overall look of your model. Check it out!"
#~ msgstr ""
#~ "Position der Z-Naht\n"
#~ "Wussten Sie, dass Sie die Position der Z-Naht anpassen und sie sogar auf "
#~ "Ihren Druck malen können, um sie an einer weniger sichtbaren Stelle "
#~ "anzubringen? Dadurch wird das Gesamtbild Ihres Modells verbessert. "
#~ "Probiere es aus!"
#: resources/data/hints.ini: [hint:Flush into support/objects/infill]
msgid ""
"Flush into support/objects/infill\n"
"Did you know that you can save the wasted filament by flushing them into "
"support/objects/infill during filament change?"
msgstr ""
"Reinigen in Stützstrukturen/Objekten/Füllungen\n"
"Wussten Sie schon, dass Sie die Menge an verschwendetem Filament reduzieren "
"können, indem Sie es während des Filamentwechsels in Stützstrukturen/"
"Objekten/Füllungen reinigen?"
#~ msgid ""
#~ "Fine-tuning for flow rate\n"
#~ "Did you know that flow rate can be fine-tuned for even better-looking "
#~ "prints? Depending on the material, you can improve the overall finish of "
#~ "the printed model by doing some fine-tuning."
#~ msgstr ""
#~ "Feineinstellung der Flussrate\n"
#~ "Wussten Sie, dass die Flussgeschwindigkeit des Filament fein eingestellt "
#~ "werden kann, um noch besser aussehende Drucke zu erhalten? Je nach "
#~ "Material können Sie das Gesamtergebnis des gedruckten Modells verbessern, "
#~ "indem Sie eine Feineinstellung vornehmen."
#: resources/data/hints.ini: [hint:Improve strength]
msgid ""
"Improve strength\n"
"Did you know that you can use more wall loops and higher sparse infill "
"density to improve the strength of the model?"
msgstr ""
"Festigkeit verbessern\n"
"Wussten Sie, dass Sie die Festigkeit des Modells durch mehr Wandschleifen "
"und eine höhere Dichte der Füllung verbessern können?"
#~ msgid ""
#~ "Split your prints into plates\n"
#~ "Did you know that you can split a model that has a lot of parts into "
#~ "individual plates ready to print? This will simplify the process of "
#~ "keeping track of all the parts."
#~ msgstr ""
#~ "Drucke in mehrere Druckplatten aufteilen\n"
#~ "Wussten Sie, dass Sie ein Modell, das aus vielen Teilen besteht, in "
#~ "einzelne Druckplatten aufteilen können? Dadurch wird es einfacher, den "
#~ "Überblick über alle Teile zu behalten."
#~ msgid ""
#~ "Speed up your print with Adaptive Layer Height\n"
#~ "Did you know that you can print a model even faster, by using the "
#~ "Adaptive Layer Height option? Check it out!"
#~ msgstr ""
#~ "Beschleunigen Sie Ihren Druck mit adaptiven Schichthöhe\n"
#~ "Wussten Sie, dass Sie ein Modell noch schneller drucken können, wenn Sie "
#~ "die Option \"Adaptive Schichthöhe\" verwenden? Probiere es aus!"
#~ msgid ""
#~ "Support painting\n"
#~ "Did you know that you can paint the location of your supports? This "
#~ "feature makes it easy to place the support material only on the sections "
#~ "of the model that actually need it."
#~ msgstr ""
#~ "Stützen malen\n"
#~ "Wussten Sie, dass Sie die Position der Stützen aufmalen können? Diese "
#~ "Funktion macht es möglich, das Stützmaterial nur auf die Bereiche des "
#~ "Modells zu platzieren, die es tatsächlich benötigen."
#~ msgid ""
#~ "Different types of supports\n"
#~ "Did you know that you can choose from multiple types of supports? Tree "
#~ "supports work great for organic models, while saving filament and "
#~ "improving print speed. Check them out!"
#~ msgstr ""
#~ "Verschiedene Arten von Stützstrukturen\n"
#~ "Wussten Sie, dass Sie zwischen verschiedenen Arten von Stützen wählen "
#~ "können? Baumstützen eignet sich hervorragend für organische Modelle, "
#~ "sparen Filament und erhöhen die Druckgeschwindigkeit. Probiere sie aus!"
#~ msgid ""
#~ "Printing Silk Filament\n"
#~ "Did you know that Silk filament needs special consideration to print it "
#~ "successfully? Higher temperature and lower speed are always recommended "
#~ "for the best results."
#~ msgstr ""
#~ "Drucken von Silkfilamenten\n"
#~ "Wussten Sie, dass Silkfilamente besondere Bedingungen erfordern, um "
#~ "erfolgreich gedruckt zu werden? Eine höhere Temperatur und eine "
#~ "niedrigere Geschwindigkeit werden immer empfohlen, um die besten "
#~ "Ergebnisse zu erzielen."
#~ msgid ""
#~ "Brim for better adhesion\n"
#~ "Did you know that when printing models have a small contact interface "
#~ "with the printing surface, it's recommended to use a brim?"
#~ msgstr ""
#~ "Rand für bessere Haftung\n"
#~ "Wussten Sie, dass bei gedruckten Modellen, die eine kleine Kontaktfläche "
#~ "mit der Druckoberfläche haben, die Verwendung eines Randes empfohlen wird?"
#~ msgid ""
#~ "Set parameters for multiple objects\n"
#~ "Did you know that you can set slicing parameters for all selected objects "
#~ "at one time?"
#~ msgstr ""
#~ "Parameter für mehrere Objekte festlegen\n"
#~ "Wussten Sie schon, dass Sie die Slicingparameter für alle ausgewählten "
#~ "Objekte gleichzeitig festlegen können?"
#~ msgid ""
#~ "Stack objects\n"
#~ "Did you know that you can stack objects as a whole one?"
#~ msgstr ""
#~ "Objekte stapeln\n"
#~ "Wussten Sie, dass Sie Objekte als Ganzes stapeln können?"
#~ msgid ""
#~ "Flush into support/objects/infill\n"
#~ "Did you know that you can save the wasted filament by flushing them into "
#~ "support/objects/infill during filament change?"
#~ msgstr ""
#~ "Reinigen in Stützstrukturen/Objekten/Füllungen\n"
#~ "Wussten Sie schon, dass Sie die Menge an verschwendetem Filament "
#~ "reduzieren können, indem Sie es während des Filamentwechsels in "
#~ "Stützstrukturen/Objekten/Füllungen reinigen?"
#~ msgid ""
#~ "Improve strength\n"
#~ "Did you know that you can use more wall loops and higher sparse infill "
#~ "density to improve the strength of the model?"
#~ msgstr ""
#~ "Festigkeit verbessern\n"
#~ "Wussten Sie, dass Sie die Festigkeit des Modells durch mehr Wandschleifen "
#~ "und eine höhere Dichte der Füllung verbessern können?"
#~ msgid "Other color"
#~ msgstr "Andere Farbe"
#~ msgid ""
#~ "If enabled, support loops will be generated under the contours of "
#~ "internal bridges. These support loops could prevent internal bridges from "
#~ "extruding over the air and improve the top surface quality, especially "
#~ "when the sparse infill density is low.This value determines the thickness "
#~ "of the support loops. 0 means disable this feature"
#~ msgstr ""
#~ "Wenn aktiviert, generiert Studio Stützschleifen unter den Konturen "
#~ "interner Brücken. Diese Stützschleifen könnten verhindern, dass interne "
#~ "Brücken über die Luft extrudieren, und die höchste Oberflächenqualität "
#~ "verbessern, insbesondere wenn die spärliche Fülldichte niedrig ist. "
#~ "Dieser Wert bestimmt die Dicke der Stützschleifen. 0 bedeutet, diese "
#~ "Funktion zu deaktivieren"
#, fuzzy
#~ msgid "Send to print"

View File

@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-05-14 11:27+0800\n"
"POT-Creation-Date: 2023-07-31 21:29+0800\n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
@@ -1872,7 +1872,10 @@ msgstr ""
msgid "You need to select the material type and color first."
msgstr ""
msgid "Other color"
msgid "Other Color"
msgstr ""
msgid "Custom Color"
msgstr ""
msgid "Dynamic flow calibration"
@@ -5347,6 +5350,9 @@ msgstr "Jerk limitation"
msgid "Layer height limits"
msgstr "Layer height limits"
msgid "Lift Z Enforcement"
msgstr ""
msgid "Retraction when switching material"
msgstr "Retraction when switching material"
@@ -6247,6 +6253,9 @@ msgstr ""
msgid "No extrusions under current settings."
msgstr "No extrusions under current settings."
msgid "Bed temperatures for the used filaments differ significantly."
msgstr ""
msgid ""
"Smooth mode of timelapse is not supported when \"by object\" sequence is "
"enabled."
@@ -6679,12 +6688,15 @@ msgstr ""
"Enable this option to slow down when printing overhangs. The speeds for "
"different overhang percentages are set below."
msgid "mm/s"
msgstr "mm/s"
msgid "mm/s or %"
msgstr ""
msgid "Speed of bridge and completely overhang wall"
msgstr "This is the speed for bridges and 100% overhang walls."
msgid "mm/s"
msgstr "mm/s"
msgid "Brim width"
msgstr "Brim width"
@@ -6849,11 +6861,11 @@ msgid "Internal bridge support thickness"
msgstr ""
msgid ""
"If enabled, Studio will generate support loops under the contours of "
"internal bridges.These support loops could prevent internal bridges from "
"extruding over the air and improve the top surface quality, especially when "
"the sparse infill density is low.This value determines the thickness of the "
"support loops. 0 means disable this feature"
"If enabled, support loops will be generated under the contours of internal "
"bridges.These support loops could prevent internal bridges from extruding "
"over the air and improve the top surface quality, especially when the sparse "
"infill density is low.This value determines the thickness of the support "
"loops. 0 means disable this feature"
msgstr ""
msgid "Top surface pattern"
@@ -6894,8 +6906,10 @@ msgstr ""
"This is the line pattern of bottom surface infill, not including bridge "
"infill."
msgid "Line width of outer wall"
msgstr "Line width of outer wall"
msgid ""
"Line width of outer wall. If expressed as a %, it will be computed over the "
"nozzle diameter."
msgstr ""
msgid ""
"Speed of outer wall which is outermost and visible. It's used to be slower "
@@ -6914,9 +6928,6 @@ msgid ""
"Set to zero for auto."
msgstr ""
msgid "mm/s or %"
msgstr ""
msgid "Small perimeters threshold"
msgstr ""
@@ -7002,8 +7013,10 @@ msgstr ""
msgid "Pressure advance(Klipper) AKA Linear advance factor(Marlin)"
msgstr ""
msgid "Default line width if some line width is set to be zero"
msgstr "Default line width for line widths set to 0"
msgid ""
"Default line width if other line widths are set to 0. If expressed as a %, "
"it will be computed over the nozzle diameter."
msgstr ""
msgid "Keep fan always on"
msgstr "Keep fan always on"
@@ -7208,6 +7221,45 @@ msgstr ""
msgid "Lightning"
msgstr ""
msgid "Sparse infill anchor length"
msgstr ""
msgid ""
"Connect an infill line to an internal perimeter with a short segment of an "
"additional perimeter. If expressed as percentage (example: 15%) it is "
"calculated over infill extrusion width. Slic3r tries to connect two close "
"infill lines to a short perimeter segment. If no such perimeter segment "
"shorter than infill_anchor_max is found, the infill line is connected to a "
"perimeter segment at just one side and the length of the perimeter segment "
"taken is limited to this parameter, but no longer than anchor_length_max. \n"
"Set this parameter to zero to disable anchoring perimeters connected to a "
"single infill line."
msgstr ""
msgid "0 (no open anchors)"
msgstr ""
msgid "1000 (unlimited)"
msgstr ""
msgid "Maximum length of the infill anchor"
msgstr ""
msgid ""
"Connect an infill line to an internal perimeter with a short segment of an "
"additional perimeter. If expressed as percentage (example: 15%) it is "
"calculated over infill extrusion width. Slic3r tries to connect two close "
"infill lines to a short perimeter segment. If no such perimeter segment "
"shorter than this parameter is found, the infill line is connected to a "
"perimeter segment at just one side and the length of the perimeter segment "
"taken is limited to infill_anchor, but no longer than this parameter. \n"
"If set to 0, the old algorithm for infill connection will be used, it should "
"create the same result as with 1000 & 0."
msgstr ""
msgid "0 (Simple connect)"
msgstr ""
msgid "Acceleration of outer walls"
msgstr ""
@@ -7284,8 +7336,10 @@ msgstr ""
msgid "Jerk for travel"
msgstr ""
msgid "Line width of initial layer"
msgstr "Line width of first layer"
msgid ""
"Line width of initial layer. If expressed as a %, it will be computed over "
"the nozzle diameter."
msgstr ""
msgid "Initial layer height"
msgstr "First layer height"
@@ -7397,7 +7451,7 @@ msgstr ""
msgid ""
"Filter out gaps smaller than the threshold specified. This setting won't "
"affact top/bottom layers"
"affect top/bottom layers"
msgstr ""
msgid ""
@@ -7546,8 +7600,10 @@ msgstr ""
msgid "Filament to print internal sparse infill."
msgstr "This is the filament for printing internal sparse infill."
msgid "Line width of internal sparse infill"
msgstr "Line width of internal sparse infill"
msgid ""
"Line width of internal sparse infill. If expressed as a %, it will be "
"computed over the nozzle diameter."
msgstr ""
msgid "Infill/Wall overlap"
msgstr "Infill/wall overlap"
@@ -7835,6 +7891,32 @@ msgstr "Filename format"
msgid "User can self-define the project file name when export"
msgstr "Users can decide project file names when exporting."
msgid "Make overhang printable"
msgstr ""
msgid "Modify the geometry to print overhangs without support material."
msgstr ""
msgid "Make overhang printable maximum angle"
msgstr ""
msgid ""
"Maximum angle of overhangs to allow after making more steep overhangs "
"printable.90° will not change the model at all and allow any overhang, while "
"0 will replace all overhangs with conical material."
msgstr ""
msgid "Make overhang printable hole area"
msgstr ""
msgid ""
"Maximum area of a hole in the base of the model before it's filled by "
"conical material.A value of 0 will fill all the holes in the model base."
msgstr ""
msgid "mm²"
msgstr "mm²"
msgid "Detect overhang wall"
msgstr "Detect overhang walls"
@@ -7846,8 +7928,10 @@ msgstr ""
"This detects the overhang percentage relative to line width and uses a "
"different speed to print. For 100%% overhang, bridging speed is used."
msgid "Line width of inner wall"
msgstr "Line width of inner walls"
msgid ""
"Line width of inner wall. If expressed as a %, it will be computed over the "
"nozzle diameter."
msgstr ""
msgid "Speed of inner wall"
msgstr "This is the speed for inner walls."
@@ -7968,6 +8052,42 @@ msgstr ""
msgid "Spiral"
msgstr ""
msgid "Only lift Z above"
msgstr ""
msgid ""
"If you set this to a positive value, Z lift will only take place above the "
"specified absolute Z."
msgstr ""
msgid "Only lift Z below"
msgstr ""
msgid ""
"If you set this to a positive value, Z lift will only take place below the "
"specified absolute Z."
msgstr ""
msgid "On surfaces"
msgstr ""
msgid ""
"Enforce Z Hop behavior. This setting is impacted by the above settings (Only "
"lift Z above/below)."
msgstr ""
msgid "All Surfaces"
msgstr ""
msgid "Top Only"
msgstr ""
msgid "Bottom Only"
msgstr ""
msgid "Top and Bottom"
msgstr ""
msgid "Extra length on restart"
msgstr ""
@@ -8026,6 +8146,14 @@ msgstr "Back"
msgid "Random"
msgstr ""
msgid "Staggered inner seams"
msgstr ""
msgid ""
"This option causes the inner seams to be shifted backwards based on their "
"depth, forming a zigzag pattern."
msgstr ""
msgid "Seam gap"
msgstr ""
@@ -8033,7 +8161,7 @@ msgid ""
"In order to reduce the visibility of the seam in a closed loop extrusion, "
"the loop is interrupted and shortened by a specified amount.\n"
"This amount can be specified in millimeters or as a percentage of the "
"current extruder diameter. The default value for this parameter is 15%."
"current extruder diameter. The default value for this parameter is 10%."
msgstr ""
msgid "Role base wipe speed"
@@ -8082,6 +8210,12 @@ msgid "Number of loops for the skirt. Zero means disabling skirt"
msgstr ""
"This is the number of loops for the skirt. 0 means the skirt is disabled."
msgid "Skirt speed"
msgstr ""
msgid "Speed of skirt, in mm/s. Zero means use default layer extrusion speed."
msgstr ""
msgid ""
"The printing speed in exported gcode will be slowed down, when the estimated "
"layer time is shorter than this value, to get better cooling for these layers"
@@ -8100,11 +8234,10 @@ msgstr ""
"Sparse infill areas which are smaller than this threshold value are replaced "
"by internal solid infill."
msgid "mm²"
msgstr "mm²"
msgid "Line width of internal solid infill"
msgstr "Line width of internal solid infill"
msgid ""
"Line width of internal solid infill. If expressed as a %, it will be "
"computed over the nozzle diameter."
msgstr ""
msgid "Speed of internal solid infill, not the top and bottom surface"
msgstr ""
@@ -8246,8 +8379,10 @@ msgid ""
"filament for support and current filament is used"
msgstr ""
msgid "Line width of support"
msgstr "Line width of support"
msgid ""
"Line width of support. If expressed as a %, it will be computed over the "
"nozzle diameter."
msgstr ""
msgid "Interface use loop pattern"
msgstr "Loop pattern interface"
@@ -8469,8 +8604,10 @@ msgstr ""
"This G-code is inserted when filament is changed, including T commands to "
"trigger tool change."
msgid "Line width for top surfaces"
msgstr "Line width for top surfaces"
msgid ""
"Line width for top surfaces. If expressed as a %, it will be computed over "
"the nozzle diameter."
msgstr ""
msgid "Speed of top surface infill which is solid"
msgstr "This is the speed for solid top surface infill."
@@ -8968,6 +9105,9 @@ msgstr ""
msgid "PA Line"
msgstr ""
msgid "PA Pattern"
msgstr ""
msgid "Method"
msgstr ""
@@ -9116,189 +9256,29 @@ msgstr ""
msgid "Connection to printers connected via the print host failed."
msgstr ""
#: resources/data/hints.ini: [hint:3D Scene Operations]
msgid ""
"3D Scene Operations\n"
"Did you know how to control view and object/part selection with mouse and "
"touchpanel in the 3D scene?"
msgstr ""
#~ msgid "Line width of outer wall"
#~ msgstr "Line width of outer wall"
#: resources/data/hints.ini: [hint:Cut Tool]
msgid ""
"Cut Tool\n"
"Did you know that you can cut a model at any angle and position with the "
"cutting tool?"
msgstr ""
#~ msgid "Default line width if some line width is set to be zero"
#~ msgstr "Default line width for line widths set to 0"
#: resources/data/hints.ini: [hint:Fix Model]
msgid ""
"Fix Model\n"
"Did you know that you can fix a corrupted 3D model to avoid a lot of slicing "
"problems?"
msgstr ""
#~ msgid "Line width of initial layer"
#~ msgstr "Line width of first layer"
#: resources/data/hints.ini: [hint:Timelapse]
msgid ""
"Timelapse\n"
"Did you know that you can generate a timelapse video during each print?"
msgstr ""
#~ msgid "Line width of internal sparse infill"
#~ msgstr "Line width of internal sparse infill"
#: resources/data/hints.ini: [hint:Auto-Arrange]
msgid ""
"Auto-Arrange\n"
"Did you know that you can auto-arrange all objects in your project?"
msgstr ""
#~ msgid "Line width of inner wall"
#~ msgstr "Line width of inner walls"
#: resources/data/hints.ini: [hint:Auto-Orient]
msgid ""
"Auto-Orient\n"
"Did you know that you can rotate objects to an optimal orientation for "
"printing by a simple click?"
msgstr ""
#~ msgid "Line width of internal solid infill"
#~ msgstr "Line width of internal solid infill"
#: resources/data/hints.ini: [hint:Lay on Face]
msgid ""
"Lay on Face\n"
"Did you know that you can quickly orient a model so that one of its faces "
"sits on the print bed? Select the \"Place on face\" function or press the "
"<b>F</b> key."
msgstr ""
#~ msgid "Line width of support"
#~ msgstr "Line width of support"
#: resources/data/hints.ini: [hint:Object List]
msgid ""
"Object List\n"
"Did you know that you can view all objects/parts in a list and change "
"settings for each object/part?"
msgstr ""
#: resources/data/hints.ini: [hint:Simplify Model]
msgid ""
"Simplify Model\n"
"Did you know that you can reduce the number of triangles in a mesh using the "
"Simplify mesh feature? Right-click the model and select Simplify model. Read "
"more in the documentation."
msgstr ""
#: resources/data/hints.ini: [hint:Slicing Parameter Table]
msgid ""
"Slicing Parameter Table\n"
"Did you know that you can view all objects/parts on a table and change "
"settings for each object/part?"
msgstr ""
#: resources/data/hints.ini: [hint:Split to Objects/Parts]
msgid ""
"Split to Objects/Parts\n"
"Did you know that you can split a big object into small ones for easy "
"colorizing or printing?"
msgstr ""
#: resources/data/hints.ini: [hint:Subtract a Part]
msgid ""
"Subtract a Part\n"
"Did you know that you can subtract one mesh from another using the Negative "
"part modifier? That way you can, for example, create easily resizable holes "
"directly in Orca Slicer. Read more in the documentation."
msgstr ""
#: resources/data/hints.ini: [hint:STEP]
msgid ""
"STEP\n"
"Did you know that you can improve your print quality by slicing a STEP file "
"instead of an STL?\n"
"Orca Slicer supports slicing STEP files, providing smoother results than a "
"lower resolution STL. Give it a try!"
msgstr ""
#: resources/data/hints.ini: [hint:Z seam location]
msgid ""
"Z seam location\n"
"Did you know that you can customize the location of the Z seam, and even "
"paint it on your print, to have it in a less visible location? This improves "
"the overall look of your model. Check it out!"
msgstr ""
#: resources/data/hints.ini: [hint:Fine-tuning for flow rate]
msgid ""
"Fine-tuning for flow rate\n"
"Did you know that flow rate can be fine-tuned for even better-looking "
"prints? Depending on the material, you can improve the overall finish of the "
"printed model by doing some fine-tuning."
msgstr ""
#: resources/data/hints.ini: [hint:Split your prints into plates]
msgid ""
"Split your prints into plates\n"
"Did you know that you can split a model that has a lot of parts into "
"individual plates ready to print? This will simplify the process of keeping "
"track of all the parts."
msgstr ""
#: resources/data/hints.ini: [hint:Speed up your print with Adaptive Layer
#: Height]
msgid ""
"Speed up your print with Adaptive Layer Height\n"
"Did you know that you can print a model even faster, by using the Adaptive "
"Layer Height option? Check it out!"
msgstr ""
#: resources/data/hints.ini: [hint:Support painting]
msgid ""
"Support painting\n"
"Did you know that you can paint the location of your supports? This feature "
"makes it easy to place the support material only on the sections of the "
"model that actually need it."
msgstr ""
#: resources/data/hints.ini: [hint:Different types of supports]
msgid ""
"Different types of supports\n"
"Did you know that you can choose from multiple types of supports? Tree "
"supports work great for organic models, while saving filament and improving "
"print speed. Check them out!"
msgstr ""
#: resources/data/hints.ini: [hint:Printing Silk Filament]
msgid ""
"Printing Silk Filament\n"
"Did you know that Silk filament needs special consideration to print it "
"successfully? Higher temperature and lower speed are always recommended for "
"the best results."
msgstr ""
#: resources/data/hints.ini: [hint:Brim for better adhesion]
msgid ""
"Brim for better adhesion\n"
"Did you know that when printing models have a small contact interface with "
"the printing surface, it's recommended to use a brim?"
msgstr ""
#: resources/data/hints.ini: [hint:Set parameters for multiple objects]
msgid ""
"Set parameters for multiple objects\n"
"Did you know that you can set slicing parameters for all selected objects at "
"one time?"
msgstr ""
#: resources/data/hints.ini: [hint:Stack objects]
msgid ""
"Stack objects\n"
"Did you know that you can stack objects as a whole one?"
msgstr ""
#: resources/data/hints.ini: [hint:Flush into support/objects/infill]
msgid ""
"Flush into support/objects/infill\n"
"Did you know that you can save the wasted filament by flushing them into "
"support/objects/infill during filament change?"
msgstr ""
#: resources/data/hints.ini: [hint:Improve strength]
msgid ""
"Improve strength\n"
"Did you know that you can use more wall loops and higher sparse infill "
"density to improve the strength of the model?"
msgstr ""
#~ msgid "Line width for top surfaces"
#~ msgstr "Line width for top surfaces"
#, fuzzy
#~ msgid "Send to print"

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-05-14 11:27+0800\n"
"POT-Creation-Date: 2023-07-31 21:29+0800\n"
"Language: hu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1894,7 +1894,10 @@ msgstr ""
msgid "You need to select the material type and color first."
msgstr ""
msgid "Other color"
msgid "Other Color"
msgstr ""
msgid "Custom Color"
msgstr ""
msgid "Dynamic flow calibration"
@@ -5383,6 +5386,9 @@ msgstr "Jerk limitek"
msgid "Layer height limits"
msgstr "Rétegmagasság limitek"
msgid "Lift Z Enforcement"
msgstr ""
msgid "Retraction when switching material"
msgstr "Visszahúzás anyagváltáskor"
@@ -6300,6 +6306,9 @@ msgstr ""
msgid "No extrusions under current settings."
msgstr "A jelenlegi beállítások mellett nincsenek extrudálások."
msgid "Bed temperatures for the used filaments differ significantly."
msgstr ""
msgid ""
"Smooth mode of timelapse is not supported when \"by object\" sequence is "
"enabled."
@@ -6733,12 +6742,15 @@ msgstr ""
"Engedélyezd ezt az opciót a nyomtatási sebesség lassításához különböző "
"túlnyúlási szögeknél"
msgid "mm/s"
msgstr "mm/s"
msgid "mm/s or %"
msgstr ""
msgid "Speed of bridge and completely overhang wall"
msgstr "Az áthidalások és a teljesen túlnyúló falak nyomtatási sebessége"
msgid "mm/s"
msgstr "mm/s"
msgid "Brim width"
msgstr "Perem szélessége"
@@ -6906,11 +6918,11 @@ msgid "Internal bridge support thickness"
msgstr ""
msgid ""
"If enabled, Studio will generate support loops under the contours of "
"internal bridges.These support loops could prevent internal bridges from "
"extruding over the air and improve the top surface quality, especially when "
"the sparse infill density is low.This value determines the thickness of the "
"support loops. 0 means disable this feature"
"If enabled, support loops will be generated under the contours of internal "
"bridges.These support loops could prevent internal bridges from extruding "
"over the air and improve the top surface quality, especially when the sparse "
"infill density is low.This value determines the thickness of the support "
"loops. 0 means disable this feature"
msgstr ""
msgid "Top surface pattern"
@@ -6949,8 +6961,10 @@ msgstr "Alsó felület mintázata"
msgid "Line pattern of bottom surface infill, not bridge infill"
msgstr "Ez az alsó felület kitöltésének mintája, kivéve az áthidalásokat."
msgid "Line width of outer wall"
msgstr "A külső fal vonalszélessége"
msgid ""
"Line width of outer wall. If expressed as a %, it will be computed over the "
"nozzle diameter."
msgstr ""
msgid ""
"Speed of outer wall which is outermost and visible. It's used to be slower "
@@ -6969,9 +6983,6 @@ msgid ""
"Set to zero for auto."
msgstr ""
msgid "mm/s or %"
msgstr ""
msgid "Small perimeters threshold"
msgstr ""
@@ -7057,10 +7068,10 @@ msgstr ""
msgid "Pressure advance(Klipper) AKA Linear advance factor(Marlin)"
msgstr ""
msgid "Default line width if some line width is set to be zero"
msgid ""
"Default line width if other line widths are set to 0. If expressed as a %, "
"it will be computed over the nozzle diameter."
msgstr ""
"Alapértelmezett vonalszélesség, ha valamilyen vonalszélesség nullára van "
"állítva"
msgid "Keep fan always on"
msgstr "Ventilátor mindig bekapcsolva"
@@ -7268,6 +7279,45 @@ msgstr ""
msgid "Lightning"
msgstr ""
msgid "Sparse infill anchor length"
msgstr ""
msgid ""
"Connect an infill line to an internal perimeter with a short segment of an "
"additional perimeter. If expressed as percentage (example: 15%) it is "
"calculated over infill extrusion width. Slic3r tries to connect two close "
"infill lines to a short perimeter segment. If no such perimeter segment "
"shorter than infill_anchor_max is found, the infill line is connected to a "
"perimeter segment at just one side and the length of the perimeter segment "
"taken is limited to this parameter, but no longer than anchor_length_max. \n"
"Set this parameter to zero to disable anchoring perimeters connected to a "
"single infill line."
msgstr ""
msgid "0 (no open anchors)"
msgstr ""
msgid "1000 (unlimited)"
msgstr ""
msgid "Maximum length of the infill anchor"
msgstr ""
msgid ""
"Connect an infill line to an internal perimeter with a short segment of an "
"additional perimeter. If expressed as percentage (example: 15%) it is "
"calculated over infill extrusion width. Slic3r tries to connect two close "
"infill lines to a short perimeter segment. If no such perimeter segment "
"shorter than this parameter is found, the infill line is connected to a "
"perimeter segment at just one side and the length of the perimeter segment "
"taken is limited to infill_anchor, but no longer than this parameter. \n"
"If set to 0, the old algorithm for infill connection will be used, it should "
"create the same result as with 1000 & 0."
msgstr ""
msgid "0 (Simple connect)"
msgstr ""
msgid "Acceleration of outer walls"
msgstr ""
@@ -7344,8 +7394,10 @@ msgstr ""
msgid "Jerk for travel"
msgstr ""
msgid "Line width of initial layer"
msgstr "Az első réteg vonalszélessége"
msgid ""
"Line width of initial layer. If expressed as a %, it will be computed over "
"the nozzle diameter."
msgstr ""
msgid "Initial layer height"
msgstr "Kezdő rétegmagasság"
@@ -7453,7 +7505,7 @@ msgstr ""
msgid ""
"Filter out gaps smaller than the threshold specified. This setting won't "
"affact top/bottom layers"
"affect top/bottom layers"
msgstr ""
msgid ""
@@ -7606,8 +7658,10 @@ msgstr ""
msgid "Filament to print internal sparse infill."
msgstr "Filament a belső ritkás kitöltésekhez."
msgid "Line width of internal sparse infill"
msgstr "A belső ritkás kitöltés vonalszélessége"
msgid ""
"Line width of internal sparse infill. If expressed as a %, it will be "
"computed over the nozzle diameter."
msgstr ""
msgid "Infill/Wall overlap"
msgstr "Kitöltés/fal átfedés"
@@ -7903,6 +7957,32 @@ msgstr "Fájlnév formátum"
msgid "User can self-define the project file name when export"
msgstr "A felhasználó dönthet a projektfájlok nevéről exportáláskor."
msgid "Make overhang printable"
msgstr ""
msgid "Modify the geometry to print overhangs without support material."
msgstr ""
msgid "Make overhang printable maximum angle"
msgstr ""
msgid ""
"Maximum angle of overhangs to allow after making more steep overhangs "
"printable.90° will not change the model at all and allow any overhang, while "
"0 will replace all overhangs with conical material."
msgstr ""
msgid "Make overhang printable hole area"
msgstr ""
msgid ""
"Maximum area of a hole in the base of the model before it's filled by "
"conical material.A value of 0 will fill all the holes in the model base."
msgstr ""
msgid "mm²"
msgstr "mm²"
msgid "Detect overhang wall"
msgstr "Túlnyúló fal felismerése"
@@ -7915,8 +7995,10 @@ msgstr ""
"más sebességet használ. A 100%%-os túlnyúlás esetén az áthidaláshoz "
"beállított sebességet használja."
msgid "Line width of inner wall"
msgstr "A belső falak vonalszélessége"
msgid ""
"Line width of inner wall. If expressed as a %, it will be computed over the "
"nozzle diameter."
msgstr ""
msgid "Speed of inner wall"
msgstr "A belső fal nyomtatási sebessége"
@@ -8038,6 +8120,42 @@ msgstr ""
msgid "Spiral"
msgstr ""
msgid "Only lift Z above"
msgstr ""
msgid ""
"If you set this to a positive value, Z lift will only take place above the "
"specified absolute Z."
msgstr ""
msgid "Only lift Z below"
msgstr ""
msgid ""
"If you set this to a positive value, Z lift will only take place below the "
"specified absolute Z."
msgstr ""
msgid "On surfaces"
msgstr ""
msgid ""
"Enforce Z Hop behavior. This setting is impacted by the above settings (Only "
"lift Z above/below)."
msgstr ""
msgid "All Surfaces"
msgstr ""
msgid "Top Only"
msgstr ""
msgid "Bottom Only"
msgstr ""
msgid "Top and Bottom"
msgstr ""
msgid "Extra length on restart"
msgstr ""
@@ -8096,6 +8214,14 @@ msgstr "Hátul"
msgid "Random"
msgstr ""
msgid "Staggered inner seams"
msgstr ""
msgid ""
"This option causes the inner seams to be shifted backwards based on their "
"depth, forming a zigzag pattern."
msgstr ""
msgid "Seam gap"
msgstr ""
@@ -8103,7 +8229,7 @@ msgid ""
"In order to reduce the visibility of the seam in a closed loop extrusion, "
"the loop is interrupted and shortened by a specified amount.\n"
"This amount can be specified in millimeters or as a percentage of the "
"current extruder diameter. The default value for this parameter is 15%."
"current extruder diameter. The default value for this parameter is 10%."
msgstr ""
msgid "Role base wipe speed"
@@ -8157,6 +8283,12 @@ msgstr ""
"Még a tárgyak előtt kerül nyomtatásra és a feladata a fúvóka "
"anyagáramlásának stabilizálása"
msgid "Skirt speed"
msgstr ""
msgid "Speed of skirt, in mm/s. Zero means use default layer extrusion speed."
msgstr ""
msgid ""
"The printing speed in exported gcode will be slowed down, when the estimated "
"layer time is shorter than this value, to get better cooling for these layers"
@@ -8175,11 +8307,10 @@ msgstr ""
"A küszöbérték alatti ritkás kitöltési terület belső szilárd kitöltéssel "
"kerül leváltásra"
msgid "mm²"
msgstr "mm²"
msgid "Line width of internal solid infill"
msgstr "A belső tömör kitöltés vonalszélessége"
msgid ""
"Line width of internal solid infill. If expressed as a %, it will be "
"computed over the nozzle diameter."
msgstr ""
msgid "Speed of internal solid infill, not the top and bottom surface"
msgstr ""
@@ -8323,8 +8454,10 @@ msgid ""
"filament for support and current filament is used"
msgstr ""
msgid "Line width of support"
msgstr "A támasz vonalszélessége"
msgid ""
"Line width of support. If expressed as a %, it will be computed over the "
"nozzle diameter."
msgstr ""
msgid "Interface use loop pattern"
msgstr "Hurokminta felület"
@@ -8548,8 +8681,10 @@ msgstr ""
"Ez a G-kód kerül beillesztésre, amikor a filament csere történik, beleértve "
"a szerszámváltást indító T parancsokat is."
msgid "Line width for top surfaces"
msgstr "Felső felületek vonalszélessége"
msgid ""
"Line width for top surfaces. If expressed as a %, it will be computed over "
"the nozzle diameter."
msgstr ""
msgid "Speed of top surface infill which is solid"
msgstr "A felső felületi kitöltés sebessége, amely szilárd"
@@ -9049,6 +9184,9 @@ msgstr ""
msgid "PA Line"
msgstr ""
msgid "PA Pattern"
msgstr ""
msgid "Method"
msgstr ""
@@ -9196,189 +9334,31 @@ msgstr ""
msgid "Connection to printers connected via the print host failed."
msgstr ""
#: resources/data/hints.ini: [hint:3D Scene Operations]
msgid ""
"3D Scene Operations\n"
"Did you know how to control view and object/part selection with mouse and "
"touchpanel in the 3D scene?"
msgstr ""
#~ msgid "Line width of outer wall"
#~ msgstr "A külső fal vonalszélessége"
#: resources/data/hints.ini: [hint:Cut Tool]
msgid ""
"Cut Tool\n"
"Did you know that you can cut a model at any angle and position with the "
"cutting tool?"
msgstr ""
#~ msgid "Default line width if some line width is set to be zero"
#~ msgstr ""
#~ "Alapértelmezett vonalszélesség, ha valamilyen vonalszélesség nullára van "
#~ "állítva"
#: resources/data/hints.ini: [hint:Fix Model]
msgid ""
"Fix Model\n"
"Did you know that you can fix a corrupted 3D model to avoid a lot of slicing "
"problems?"
msgstr ""
#~ msgid "Line width of initial layer"
#~ msgstr "Az első réteg vonalszélessége"
#: resources/data/hints.ini: [hint:Timelapse]
msgid ""
"Timelapse\n"
"Did you know that you can generate a timelapse video during each print?"
msgstr ""
#~ msgid "Line width of internal sparse infill"
#~ msgstr "A belső ritkás kitöltés vonalszélessége"
#: resources/data/hints.ini: [hint:Auto-Arrange]
msgid ""
"Auto-Arrange\n"
"Did you know that you can auto-arrange all objects in your project?"
msgstr ""
#~ msgid "Line width of inner wall"
#~ msgstr "A belső falak vonalszélessége"
#: resources/data/hints.ini: [hint:Auto-Orient]
msgid ""
"Auto-Orient\n"
"Did you know that you can rotate objects to an optimal orientation for "
"printing by a simple click?"
msgstr ""
#~ msgid "Line width of internal solid infill"
#~ msgstr "A belső tömör kitöltés vonalszélessége"
#: resources/data/hints.ini: [hint:Lay on Face]
msgid ""
"Lay on Face\n"
"Did you know that you can quickly orient a model so that one of its faces "
"sits on the print bed? Select the \"Place on face\" function or press the "
"<b>F</b> key."
msgstr ""
#~ msgid "Line width of support"
#~ msgstr "A támasz vonalszélessége"
#: resources/data/hints.ini: [hint:Object List]
msgid ""
"Object List\n"
"Did you know that you can view all objects/parts in a list and change "
"settings for each object/part?"
msgstr ""
#: resources/data/hints.ini: [hint:Simplify Model]
msgid ""
"Simplify Model\n"
"Did you know that you can reduce the number of triangles in a mesh using the "
"Simplify mesh feature? Right-click the model and select Simplify model. Read "
"more in the documentation."
msgstr ""
#: resources/data/hints.ini: [hint:Slicing Parameter Table]
msgid ""
"Slicing Parameter Table\n"
"Did you know that you can view all objects/parts on a table and change "
"settings for each object/part?"
msgstr ""
#: resources/data/hints.ini: [hint:Split to Objects/Parts]
msgid ""
"Split to Objects/Parts\n"
"Did you know that you can split a big object into small ones for easy "
"colorizing or printing?"
msgstr ""
#: resources/data/hints.ini: [hint:Subtract a Part]
msgid ""
"Subtract a Part\n"
"Did you know that you can subtract one mesh from another using the Negative "
"part modifier? That way you can, for example, create easily resizable holes "
"directly in Orca Slicer. Read more in the documentation."
msgstr ""
#: resources/data/hints.ini: [hint:STEP]
msgid ""
"STEP\n"
"Did you know that you can improve your print quality by slicing a STEP file "
"instead of an STL?\n"
"Orca Slicer supports slicing STEP files, providing smoother results than a "
"lower resolution STL. Give it a try!"
msgstr ""
#: resources/data/hints.ini: [hint:Z seam location]
msgid ""
"Z seam location\n"
"Did you know that you can customize the location of the Z seam, and even "
"paint it on your print, to have it in a less visible location? This improves "
"the overall look of your model. Check it out!"
msgstr ""
#: resources/data/hints.ini: [hint:Fine-tuning for flow rate]
msgid ""
"Fine-tuning for flow rate\n"
"Did you know that flow rate can be fine-tuned for even better-looking "
"prints? Depending on the material, you can improve the overall finish of the "
"printed model by doing some fine-tuning."
msgstr ""
#: resources/data/hints.ini: [hint:Split your prints into plates]
msgid ""
"Split your prints into plates\n"
"Did you know that you can split a model that has a lot of parts into "
"individual plates ready to print? This will simplify the process of keeping "
"track of all the parts."
msgstr ""
#: resources/data/hints.ini: [hint:Speed up your print with Adaptive Layer
#: Height]
msgid ""
"Speed up your print with Adaptive Layer Height\n"
"Did you know that you can print a model even faster, by using the Adaptive "
"Layer Height option? Check it out!"
msgstr ""
#: resources/data/hints.ini: [hint:Support painting]
msgid ""
"Support painting\n"
"Did you know that you can paint the location of your supports? This feature "
"makes it easy to place the support material only on the sections of the "
"model that actually need it."
msgstr ""
#: resources/data/hints.ini: [hint:Different types of supports]
msgid ""
"Different types of supports\n"
"Did you know that you can choose from multiple types of supports? Tree "
"supports work great for organic models, while saving filament and improving "
"print speed. Check them out!"
msgstr ""
#: resources/data/hints.ini: [hint:Printing Silk Filament]
msgid ""
"Printing Silk Filament\n"
"Did you know that Silk filament needs special consideration to print it "
"successfully? Higher temperature and lower speed are always recommended for "
"the best results."
msgstr ""
#: resources/data/hints.ini: [hint:Brim for better adhesion]
msgid ""
"Brim for better adhesion\n"
"Did you know that when printing models have a small contact interface with "
"the printing surface, it's recommended to use a brim?"
msgstr ""
#: resources/data/hints.ini: [hint:Set parameters for multiple objects]
msgid ""
"Set parameters for multiple objects\n"
"Did you know that you can set slicing parameters for all selected objects at "
"one time?"
msgstr ""
#: resources/data/hints.ini: [hint:Stack objects]
msgid ""
"Stack objects\n"
"Did you know that you can stack objects as a whole one?"
msgstr ""
#: resources/data/hints.ini: [hint:Flush into support/objects/infill]
msgid ""
"Flush into support/objects/infill\n"
"Did you know that you can save the wasted filament by flushing them into "
"support/objects/infill during filament change?"
msgstr ""
#: resources/data/hints.ini: [hint:Improve strength]
msgid ""
"Improve strength\n"
"Did you know that you can use more wall loops and higher sparse infill "
"density to improve the strength of the model?"
msgstr ""
#~ msgid "Line width for top surfaces"
#~ msgstr "Felső felületek vonalszélessége"
#~ msgid "Keep upper part"
#~ msgstr "Felső rész megtartása"

View File

@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-05-14 11:27+0800\n"
"POT-Creation-Date: 2023-07-31 21:29+0800\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1870,7 +1870,10 @@ msgstr ""
msgid "You need to select the material type and color first."
msgstr ""
msgid "Other color"
msgid "Other Color"
msgstr ""
msgid "Custom Color"
msgstr ""
msgid "Dynamic flow calibration"
@@ -5342,6 +5345,9 @@ msgstr "Jerk limitation"
msgid "Layer height limits"
msgstr "Limiti altezza layer"
msgid "Lift Z Enforcement"
msgstr ""
msgid "Retraction when switching material"
msgstr "Retraction when switching material"
@@ -6247,6 +6253,9 @@ msgstr ""
msgid "No extrusions under current settings."
msgstr "No extrusions under current settings."
msgid "Bed temperatures for the used filaments differ significantly."
msgstr ""
msgid ""
"Smooth mode of timelapse is not supported when \"by object\" sequence is "
"enabled."
@@ -6679,12 +6688,15 @@ msgstr ""
"Enable this option to slow down when printing overhangs. The speeds for "
"different overhang percentages are set below."
msgid "mm/s"
msgstr "mm/s"
msgid "mm/s or %"
msgstr ""
msgid "Speed of bridge and completely overhang wall"
msgstr "This is the speed for bridges and 100% overhang walls."
msgid "mm/s"
msgstr "mm/s"
msgid "Brim width"
msgstr "Larghezza brim"
@@ -6849,11 +6861,11 @@ msgid "Internal bridge support thickness"
msgstr ""
msgid ""
"If enabled, Studio will generate support loops under the contours of "
"internal bridges.These support loops could prevent internal bridges from "
"extruding over the air and improve the top surface quality, especially when "
"the sparse infill density is low.This value determines the thickness of the "
"support loops. 0 means disable this feature"
"If enabled, support loops will be generated under the contours of internal "
"bridges.These support loops could prevent internal bridges from extruding "
"over the air and improve the top surface quality, especially when the sparse "
"infill density is low.This value determines the thickness of the support "
"loops. 0 means disable this feature"
msgstr ""
msgid "Top surface pattern"
@@ -6894,8 +6906,10 @@ msgstr ""
"This is the line pattern of bottom surface infill, not including bridge "
"infill."
msgid "Line width of outer wall"
msgstr "Line width of outer wall"
msgid ""
"Line width of outer wall. If expressed as a %, it will be computed over the "
"nozzle diameter."
msgstr ""
msgid ""
"Speed of outer wall which is outermost and visible. It's used to be slower "
@@ -6914,9 +6928,6 @@ msgid ""
"Set to zero for auto."
msgstr ""
msgid "mm/s or %"
msgstr ""
msgid "Small perimeters threshold"
msgstr ""
@@ -7002,8 +7013,10 @@ msgstr ""
msgid "Pressure advance(Klipper) AKA Linear advance factor(Marlin)"
msgstr ""
msgid "Default line width if some line width is set to be zero"
msgstr "Default line width for line widths set to 0"
msgid ""
"Default line width if other line widths are set to 0. If expressed as a %, "
"it will be computed over the nozzle diameter."
msgstr ""
msgid "Keep fan always on"
msgstr "Mantieni la ventola sempre accesa"
@@ -7208,6 +7221,45 @@ msgstr ""
msgid "Lightning"
msgstr ""
msgid "Sparse infill anchor length"
msgstr ""
msgid ""
"Connect an infill line to an internal perimeter with a short segment of an "
"additional perimeter. If expressed as percentage (example: 15%) it is "
"calculated over infill extrusion width. Slic3r tries to connect two close "
"infill lines to a short perimeter segment. If no such perimeter segment "
"shorter than infill_anchor_max is found, the infill line is connected to a "
"perimeter segment at just one side and the length of the perimeter segment "
"taken is limited to this parameter, but no longer than anchor_length_max. \n"
"Set this parameter to zero to disable anchoring perimeters connected to a "
"single infill line."
msgstr ""
msgid "0 (no open anchors)"
msgstr ""
msgid "1000 (unlimited)"
msgstr ""
msgid "Maximum length of the infill anchor"
msgstr ""
msgid ""
"Connect an infill line to an internal perimeter with a short segment of an "
"additional perimeter. If expressed as percentage (example: 15%) it is "
"calculated over infill extrusion width. Slic3r tries to connect two close "
"infill lines to a short perimeter segment. If no such perimeter segment "
"shorter than this parameter is found, the infill line is connected to a "
"perimeter segment at just one side and the length of the perimeter segment "
"taken is limited to infill_anchor, but no longer than this parameter. \n"
"If set to 0, the old algorithm for infill connection will be used, it should "
"create the same result as with 1000 & 0."
msgstr ""
msgid "0 (Simple connect)"
msgstr ""
msgid "Acceleration of outer walls"
msgstr ""
@@ -7284,8 +7336,10 @@ msgstr ""
msgid "Jerk for travel"
msgstr ""
msgid "Line width of initial layer"
msgstr "Line width of first layer"
msgid ""
"Line width of initial layer. If expressed as a %, it will be computed over "
"the nozzle diameter."
msgstr ""
msgid "Initial layer height"
msgstr "Altezza layer iniziale"
@@ -7396,7 +7450,7 @@ msgstr ""
msgid ""
"Filter out gaps smaller than the threshold specified. This setting won't "
"affact top/bottom layers"
"affect top/bottom layers"
msgstr ""
msgid ""
@@ -7545,8 +7599,10 @@ msgstr ""
msgid "Filament to print internal sparse infill."
msgstr "This is the filament for printing internal sparse infill."
msgid "Line width of internal sparse infill"
msgstr "Line width of internal sparse infill"
msgid ""
"Line width of internal sparse infill. If expressed as a %, it will be "
"computed over the nozzle diameter."
msgstr ""
msgid "Infill/Wall overlap"
msgstr "Infill/wall overlap"
@@ -7834,6 +7890,32 @@ msgstr "Filename format"
msgid "User can self-define the project file name when export"
msgstr "Users can decide project file names when exporting."
msgid "Make overhang printable"
msgstr ""
msgid "Modify the geometry to print overhangs without support material."
msgstr ""
msgid "Make overhang printable maximum angle"
msgstr ""
msgid ""
"Maximum angle of overhangs to allow after making more steep overhangs "
"printable.90° will not change the model at all and allow any overhang, while "
"0 will replace all overhangs with conical material."
msgstr ""
msgid "Make overhang printable hole area"
msgstr ""
msgid ""
"Maximum area of a hole in the base of the model before it's filled by "
"conical material.A value of 0 will fill all the holes in the model base."
msgstr ""
msgid "mm²"
msgstr "mm²"
msgid "Detect overhang wall"
msgstr "Detect overhang walls"
@@ -7845,8 +7927,10 @@ msgstr ""
"This detects the overhang percentage relative to line width and uses a "
"different speed to print. For 100%% overhang, bridging speed is used."
msgid "Line width of inner wall"
msgstr "Line width of inner walls"
msgid ""
"Line width of inner wall. If expressed as a %, it will be computed over the "
"nozzle diameter."
msgstr ""
msgid "Speed of inner wall"
msgstr "This is the speed for inner walls."
@@ -7967,6 +8051,42 @@ msgstr ""
msgid "Spiral"
msgstr ""
msgid "Only lift Z above"
msgstr ""
msgid ""
"If you set this to a positive value, Z lift will only take place above the "
"specified absolute Z."
msgstr ""
msgid "Only lift Z below"
msgstr ""
msgid ""
"If you set this to a positive value, Z lift will only take place below the "
"specified absolute Z."
msgstr ""
msgid "On surfaces"
msgstr ""
msgid ""
"Enforce Z Hop behavior. This setting is impacted by the above settings (Only "
"lift Z above/below)."
msgstr ""
msgid "All Surfaces"
msgstr ""
msgid "Top Only"
msgstr ""
msgid "Bottom Only"
msgstr ""
msgid "Top and Bottom"
msgstr ""
msgid "Extra length on restart"
msgstr ""
@@ -8025,6 +8145,14 @@ msgstr "Back"
msgid "Random"
msgstr ""
msgid "Staggered inner seams"
msgstr ""
msgid ""
"This option causes the inner seams to be shifted backwards based on their "
"depth, forming a zigzag pattern."
msgstr ""
msgid "Seam gap"
msgstr ""
@@ -8032,7 +8160,7 @@ msgid ""
"In order to reduce the visibility of the seam in a closed loop extrusion, "
"the loop is interrupted and shortened by a specified amount.\n"
"This amount can be specified in millimeters or as a percentage of the "
"current extruder diameter. The default value for this parameter is 15%."
"current extruder diameter. The default value for this parameter is 10%."
msgstr ""
msgid "Role base wipe speed"
@@ -8081,6 +8209,12 @@ msgid "Number of loops for the skirt. Zero means disabling skirt"
msgstr ""
"This is the number of loops for the skirt. 0 means the skirt is disabled."
msgid "Skirt speed"
msgstr ""
msgid "Speed of skirt, in mm/s. Zero means use default layer extrusion speed."
msgstr ""
msgid ""
"The printing speed in exported gcode will be slowed down, when the estimated "
"layer time is shorter than this value, to get better cooling for these layers"
@@ -8099,11 +8233,10 @@ msgstr ""
"Sparse infill areas which are smaller than this threshold value are replaced "
"by internal solid infill."
msgid "mm²"
msgstr "mm²"
msgid "Line width of internal solid infill"
msgstr "Line width of internal solid infill"
msgid ""
"Line width of internal solid infill. If expressed as a %, it will be "
"computed over the nozzle diameter."
msgstr ""
msgid "Speed of internal solid infill, not the top and bottom surface"
msgstr ""
@@ -8245,8 +8378,10 @@ msgid ""
"filament for support and current filament is used"
msgstr ""
msgid "Line width of support"
msgstr "Line width of support"
msgid ""
"Line width of support. If expressed as a %, it will be computed over the "
"nozzle diameter."
msgstr ""
msgid "Interface use loop pattern"
msgstr "Loop pattern interface"
@@ -8468,8 +8603,10 @@ msgstr ""
"This G-code is inserted when filament is changed, including T commands to "
"trigger tool change."
msgid "Line width for top surfaces"
msgstr "Line width for top surfaces"
msgid ""
"Line width for top surfaces. If expressed as a %, it will be computed over "
"the nozzle diameter."
msgstr ""
msgid "Speed of top surface infill which is solid"
msgstr "This is the speed for solid top surface infill."
@@ -8967,6 +9104,9 @@ msgstr ""
msgid "PA Line"
msgstr ""
msgid "PA Pattern"
msgstr ""
msgid "Method"
msgstr ""
@@ -9114,189 +9254,29 @@ msgstr ""
msgid "Connection to printers connected via the print host failed."
msgstr ""
#: resources/data/hints.ini: [hint:3D Scene Operations]
msgid ""
"3D Scene Operations\n"
"Did you know how to control view and object/part selection with mouse and "
"touchpanel in the 3D scene?"
msgstr ""
#~ msgid "Line width of outer wall"
#~ msgstr "Line width of outer wall"
#: resources/data/hints.ini: [hint:Cut Tool]
msgid ""
"Cut Tool\n"
"Did you know that you can cut a model at any angle and position with the "
"cutting tool?"
msgstr ""
#~ msgid "Default line width if some line width is set to be zero"
#~ msgstr "Default line width for line widths set to 0"
#: resources/data/hints.ini: [hint:Fix Model]
msgid ""
"Fix Model\n"
"Did you know that you can fix a corrupted 3D model to avoid a lot of slicing "
"problems?"
msgstr ""
#~ msgid "Line width of initial layer"
#~ msgstr "Line width of first layer"
#: resources/data/hints.ini: [hint:Timelapse]
msgid ""
"Timelapse\n"
"Did you know that you can generate a timelapse video during each print?"
msgstr ""
#~ msgid "Line width of internal sparse infill"
#~ msgstr "Line width of internal sparse infill"
#: resources/data/hints.ini: [hint:Auto-Arrange]
msgid ""
"Auto-Arrange\n"
"Did you know that you can auto-arrange all objects in your project?"
msgstr ""
#~ msgid "Line width of inner wall"
#~ msgstr "Line width of inner walls"
#: resources/data/hints.ini: [hint:Auto-Orient]
msgid ""
"Auto-Orient\n"
"Did you know that you can rotate objects to an optimal orientation for "
"printing by a simple click?"
msgstr ""
#~ msgid "Line width of internal solid infill"
#~ msgstr "Line width of internal solid infill"
#: resources/data/hints.ini: [hint:Lay on Face]
msgid ""
"Lay on Face\n"
"Did you know that you can quickly orient a model so that one of its faces "
"sits on the print bed? Select the \"Place on face\" function or press the "
"<b>F</b> key."
msgstr ""
#~ msgid "Line width of support"
#~ msgstr "Line width of support"
#: resources/data/hints.ini: [hint:Object List]
msgid ""
"Object List\n"
"Did you know that you can view all objects/parts in a list and change "
"settings for each object/part?"
msgstr ""
#: resources/data/hints.ini: [hint:Simplify Model]
msgid ""
"Simplify Model\n"
"Did you know that you can reduce the number of triangles in a mesh using the "
"Simplify mesh feature? Right-click the model and select Simplify model. Read "
"more in the documentation."
msgstr ""
#: resources/data/hints.ini: [hint:Slicing Parameter Table]
msgid ""
"Slicing Parameter Table\n"
"Did you know that you can view all objects/parts on a table and change "
"settings for each object/part?"
msgstr ""
#: resources/data/hints.ini: [hint:Split to Objects/Parts]
msgid ""
"Split to Objects/Parts\n"
"Did you know that you can split a big object into small ones for easy "
"colorizing or printing?"
msgstr ""
#: resources/data/hints.ini: [hint:Subtract a Part]
msgid ""
"Subtract a Part\n"
"Did you know that you can subtract one mesh from another using the Negative "
"part modifier? That way you can, for example, create easily resizable holes "
"directly in Orca Slicer. Read more in the documentation."
msgstr ""
#: resources/data/hints.ini: [hint:STEP]
msgid ""
"STEP\n"
"Did you know that you can improve your print quality by slicing a STEP file "
"instead of an STL?\n"
"Orca Slicer supports slicing STEP files, providing smoother results than a "
"lower resolution STL. Give it a try!"
msgstr ""
#: resources/data/hints.ini: [hint:Z seam location]
msgid ""
"Z seam location\n"
"Did you know that you can customize the location of the Z seam, and even "
"paint it on your print, to have it in a less visible location? This improves "
"the overall look of your model. Check it out!"
msgstr ""
#: resources/data/hints.ini: [hint:Fine-tuning for flow rate]
msgid ""
"Fine-tuning for flow rate\n"
"Did you know that flow rate can be fine-tuned for even better-looking "
"prints? Depending on the material, you can improve the overall finish of the "
"printed model by doing some fine-tuning."
msgstr ""
#: resources/data/hints.ini: [hint:Split your prints into plates]
msgid ""
"Split your prints into plates\n"
"Did you know that you can split a model that has a lot of parts into "
"individual plates ready to print? This will simplify the process of keeping "
"track of all the parts."
msgstr ""
#: resources/data/hints.ini: [hint:Speed up your print with Adaptive Layer
#: Height]
msgid ""
"Speed up your print with Adaptive Layer Height\n"
"Did you know that you can print a model even faster, by using the Adaptive "
"Layer Height option? Check it out!"
msgstr ""
#: resources/data/hints.ini: [hint:Support painting]
msgid ""
"Support painting\n"
"Did you know that you can paint the location of your supports? This feature "
"makes it easy to place the support material only on the sections of the "
"model that actually need it."
msgstr ""
#: resources/data/hints.ini: [hint:Different types of supports]
msgid ""
"Different types of supports\n"
"Did you know that you can choose from multiple types of supports? Tree "
"supports work great for organic models, while saving filament and improving "
"print speed. Check them out!"
msgstr ""
#: resources/data/hints.ini: [hint:Printing Silk Filament]
msgid ""
"Printing Silk Filament\n"
"Did you know that Silk filament needs special consideration to print it "
"successfully? Higher temperature and lower speed are always recommended for "
"the best results."
msgstr ""
#: resources/data/hints.ini: [hint:Brim for better adhesion]
msgid ""
"Brim for better adhesion\n"
"Did you know that when printing models have a small contact interface with "
"the printing surface, it's recommended to use a brim?"
msgstr ""
#: resources/data/hints.ini: [hint:Set parameters for multiple objects]
msgid ""
"Set parameters for multiple objects\n"
"Did you know that you can set slicing parameters for all selected objects at "
"one time?"
msgstr ""
#: resources/data/hints.ini: [hint:Stack objects]
msgid ""
"Stack objects\n"
"Did you know that you can stack objects as a whole one?"
msgstr ""
#: resources/data/hints.ini: [hint:Flush into support/objects/infill]
msgid ""
"Flush into support/objects/infill\n"
"Did you know that you can save the wasted filament by flushing them into "
"support/objects/infill during filament change?"
msgstr ""
#: resources/data/hints.ini: [hint:Improve strength]
msgid ""
"Improve strength\n"
"Did you know that you can use more wall loops and higher sparse infill "
"density to improve the strength of the model?"
msgstr ""
#~ msgid "Line width for top surfaces"
#~ msgstr "Line width for top surfaces"
#~ msgid "Keep upper part"
#~ msgstr "Mantieni parte superiore"

View File

@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-05-14 11:27+0800\n"
"POT-Creation-Date: 2023-07-31 21:29+0800\n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
@@ -1861,7 +1861,10 @@ msgstr "有効な値を入力してください (K: 0 ~ 0.5, N: 0.6 ~ 2.0)"
msgid "You need to select the material type and color first."
msgstr ""
msgid "Other color"
msgid "Other Color"
msgstr ""
msgid "Custom Color"
msgstr ""
msgid "Dynamic flow calibration"
@@ -5349,6 +5352,9 @@ msgstr "振動特性"
msgid "Layer height limits"
msgstr "積層ピッチの制限"
msgid "Lift Z Enforcement"
msgstr ""
msgid "Retraction when switching material"
msgstr "素材変更時のリトラクション"
@@ -6245,6 +6251,9 @@ msgstr ""
msgid "No extrusions under current settings."
msgstr "現在の設定では造形しません"
msgid "Bed temperatures for the used filaments differ significantly."
msgstr ""
msgid ""
"Smooth mode of timelapse is not supported when \"by object\" sequence is "
"enabled."
@@ -6679,12 +6688,15 @@ msgstr ""
"オーバーハングを造形時に速度を下げます。各角度のオーバーハングに対して、下記"
"の減速パラメータを設定してください。"
msgid "mm/s"
msgstr "mm/s"
msgid "mm/s or %"
msgstr ""
msgid "Speed of bridge and completely overhang wall"
msgstr "ブリッジを造形する時に速度です。"
msgid "mm/s"
msgstr "mm/s"
msgid "Brim width"
msgstr "ブリム幅"
@@ -6843,11 +6855,11 @@ msgid "Internal bridge support thickness"
msgstr "内部ブリッジサポート厚さ"
msgid ""
"If enabled, Studio will generate support loops under the contours of "
"internal bridges.These support loops could prevent internal bridges from "
"extruding over the air and improve the top surface quality, especially when "
"the sparse infill density is low.This value determines the thickness of the "
"support loops. 0 means disable this feature"
"If enabled, support loops will be generated under the contours of internal "
"bridges.These support loops could prevent internal bridges from extruding "
"over the air and improve the top surface quality, especially when the sparse "
"infill density is low.This value determines the thickness of the support "
"loops. 0 means disable this feature"
msgstr ""
msgid "Top surface pattern"
@@ -6886,8 +6898,10 @@ msgstr "底面パターン"
msgid "Line pattern of bottom surface infill, not bridge infill"
msgstr "底面のインフィル パターンです、ブリッジインフィルが含まれていません。"
msgid "Line width of outer wall"
msgstr "外壁の線幅"
msgid ""
"Line width of outer wall. If expressed as a %, it will be computed over the "
"nozzle diameter."
msgstr ""
msgid ""
"Speed of outer wall which is outermost and visible. It's used to be slower "
@@ -6905,9 +6919,6 @@ msgid ""
"Set to zero for auto."
msgstr ""
msgid "mm/s or %"
msgstr ""
msgid "Small perimeters threshold"
msgstr ""
@@ -6995,8 +7006,10 @@ msgstr ""
msgid "Pressure advance(Klipper) AKA Linear advance factor(Marlin)"
msgstr ""
msgid "Default line width if some line width is set to be zero"
msgstr "線幅が0に設定された時のデフォルト線幅"
msgid ""
"Default line width if other line widths are set to 0. If expressed as a %, "
"it will be computed over the nozzle diameter."
msgstr ""
msgid "Keep fan always on"
msgstr "ファン常時ON"
@@ -7195,6 +7208,45 @@ msgstr "キュービックサポート"
msgid "Lightning"
msgstr "ライトニング"
msgid "Sparse infill anchor length"
msgstr ""
msgid ""
"Connect an infill line to an internal perimeter with a short segment of an "
"additional perimeter. If expressed as percentage (example: 15%) it is "
"calculated over infill extrusion width. Slic3r tries to connect two close "
"infill lines to a short perimeter segment. If no such perimeter segment "
"shorter than infill_anchor_max is found, the infill line is connected to a "
"perimeter segment at just one side and the length of the perimeter segment "
"taken is limited to this parameter, but no longer than anchor_length_max. \n"
"Set this parameter to zero to disable anchoring perimeters connected to a "
"single infill line."
msgstr ""
msgid "0 (no open anchors)"
msgstr ""
msgid "1000 (unlimited)"
msgstr ""
msgid "Maximum length of the infill anchor"
msgstr ""
msgid ""
"Connect an infill line to an internal perimeter with a short segment of an "
"additional perimeter. If expressed as percentage (example: 15%) it is "
"calculated over infill extrusion width. Slic3r tries to connect two close "
"infill lines to a short perimeter segment. If no such perimeter segment "
"shorter than this parameter is found, the infill line is connected to a "
"perimeter segment at just one side and the length of the perimeter segment "
"taken is limited to infill_anchor, but no longer than this parameter. \n"
"If set to 0, the old algorithm for infill connection will be used, it should "
"create the same result as with 1000 & 0."
msgstr ""
msgid "0 (Simple connect)"
msgstr ""
msgid "Acceleration of outer walls"
msgstr ""
@@ -7270,8 +7322,10 @@ msgstr ""
msgid "Jerk for travel"
msgstr ""
msgid "Line width of initial layer"
msgstr "1層目の線幅"
msgid ""
"Line width of initial layer. If expressed as a %, it will be computed over "
"the nozzle diameter."
msgstr ""
msgid "Initial layer height"
msgstr "1層目の高さ"
@@ -7374,7 +7428,7 @@ msgstr "積層と境界"
msgid ""
"Filter out gaps smaller than the threshold specified. This setting won't "
"affact top/bottom layers"
"affect top/bottom layers"
msgstr ""
msgid ""
@@ -7518,8 +7572,10 @@ msgstr ""
msgid "Filament to print internal sparse infill."
msgstr "スパース インフィルを造形時使用するフィラメントです。"
msgid "Line width of internal sparse infill"
msgstr "スパース インフィルの線幅"
msgid ""
"Line width of internal sparse infill. If expressed as a %, it will be "
"computed over the nozzle diameter."
msgstr ""
msgid "Infill/Wall overlap"
msgstr "インフィル/壁面 オーバーラップ"
@@ -7799,6 +7855,32 @@ msgstr "ファイル名形式"
msgid "User can self-define the project file name when export"
msgstr "エクスポート時ファイル名を設定できます"
msgid "Make overhang printable"
msgstr ""
msgid "Modify the geometry to print overhangs without support material."
msgstr ""
msgid "Make overhang printable maximum angle"
msgstr ""
msgid ""
"Maximum angle of overhangs to allow after making more steep overhangs "
"printable.90° will not change the model at all and allow any overhang, while "
"0 will replace all overhangs with conical material."
msgstr ""
msgid "Make overhang printable hole area"
msgstr ""
msgid ""
"Maximum area of a hole in the base of the model before it's filled by "
"conical material.A value of 0 will fill all the holes in the model base."
msgstr ""
msgid "mm²"
msgstr "mm²"
msgid "Detect overhang wall"
msgstr "オーバーハングを検出"
@@ -7810,8 +7892,10 @@ msgstr ""
"この設定により、線幅に対するオーバーハングの割合を検出し、異なる速度で造形し"
"ます。100%%のオーバーハングの場合、ブリッジの速度が使用されます。"
msgid "Line width of inner wall"
msgstr "内壁の線幅"
msgid ""
"Line width of inner wall. If expressed as a %, it will be computed over the "
"nozzle diameter."
msgstr ""
msgid "Speed of inner wall"
msgstr "内壁の造形速度です。"
@@ -7928,6 +8012,42 @@ msgstr "スロープ"
msgid "Spiral"
msgstr "スパイラル"
msgid "Only lift Z above"
msgstr ""
msgid ""
"If you set this to a positive value, Z lift will only take place above the "
"specified absolute Z."
msgstr ""
msgid "Only lift Z below"
msgstr ""
msgid ""
"If you set this to a positive value, Z lift will only take place below the "
"specified absolute Z."
msgstr ""
msgid "On surfaces"
msgstr ""
msgid ""
"Enforce Z Hop behavior. This setting is impacted by the above settings (Only "
"lift Z above/below)."
msgstr ""
msgid "All Surfaces"
msgstr ""
msgid "Top Only"
msgstr ""
msgid "Bottom Only"
msgstr ""
msgid "Top and Bottom"
msgstr ""
msgid "Extra length on restart"
msgstr ""
@@ -7986,6 +8106,14 @@ msgstr "背面"
msgid "Random"
msgstr "ランダム"
msgid "Staggered inner seams"
msgstr ""
msgid ""
"This option causes the inner seams to be shifted backwards based on their "
"depth, forming a zigzag pattern."
msgstr ""
msgid "Seam gap"
msgstr ""
@@ -7993,7 +8121,7 @@ msgid ""
"In order to reduce the visibility of the seam in a closed loop extrusion, "
"the loop is interrupted and shortened by a specified amount.\n"
"This amount can be specified in millimeters or as a percentage of the "
"current extruder diameter. The default value for this parameter is 15%."
"current extruder diameter. The default value for this parameter is 10%."
msgstr ""
msgid "Role base wipe speed"
@@ -8041,6 +8169,12 @@ msgstr "スカートのループ数"
msgid "Number of loops for the skirt. Zero means disabling skirt"
msgstr "スカートのループ数です、値が0の場合、スカートが無効になります。"
msgid "Skirt speed"
msgstr ""
msgid "Speed of skirt, in mm/s. Zero means use default layer extrusion speed."
msgstr ""
msgid ""
"The printing speed in exported gcode will be slowed down, when the estimated "
"layer time is shorter than this value, to get better cooling for these layers"
@@ -8057,11 +8191,10 @@ msgstr ""
"スパース インフィルの面積がこの値以下の場合、ソリッド インフィルに変換されま"
"す"
msgid "mm²"
msgstr "mm²"
msgid "Line width of internal solid infill"
msgstr "ソリッド インフィルの線幅"
msgid ""
"Line width of internal solid infill. If expressed as a %, it will be "
"computed over the nozzle diameter."
msgstr ""
msgid "Speed of internal solid infill, not the top and bottom surface"
msgstr "ソリッド インフィルの造形速度です。"
@@ -8210,8 +8343,10 @@ msgstr ""
"サポートとラフトを造形用のフィラメント。「デフォルト」では当時のフィラメント"
"を使用する意味です。"
msgid "Line width of support"
msgstr "サポートの線幅"
msgid ""
"Line width of support. If expressed as a %, it will be computed over the "
"nozzle diameter."
msgstr ""
msgid "Interface use loop pattern"
msgstr "接触面は同心パターンにする"
@@ -8431,8 +8566,10 @@ msgid ""
"tool change"
msgstr "フィラメントを切り替える直後に実行するG-codeです。"
msgid "Line width for top surfaces"
msgstr "トップ面の線幅"
msgid ""
"Line width for top surfaces. If expressed as a %, it will be computed over "
"the nozzle diameter."
msgstr ""
msgid "Speed of top surface infill which is solid"
msgstr "トップ面のインフィルの造形速度です。"
@@ -8948,6 +9085,9 @@ msgstr ""
msgid "PA Line"
msgstr ""
msgid "PA Pattern"
msgstr ""
msgid "Method"
msgstr ""
@@ -9095,244 +9235,242 @@ msgstr ""
msgid "Connection to printers connected via the print host failed."
msgstr ""
#: resources/data/hints.ini: [hint:3D Scene Operations]
msgid ""
"3D Scene Operations\n"
"Did you know how to control view and object/part selection with mouse and "
"touchpanel in the 3D scene?"
msgstr ""
"3Dシーンの操作\n"
"マウスとタッチパネルで、オブジェクト/パーツの操作方法を確認しましょう"
#~ msgid "Line width of outer wall"
#~ msgstr "外壁の線幅"
#: resources/data/hints.ini: [hint:Cut Tool]
msgid ""
"Cut Tool\n"
"Did you know that you can cut a model at any angle and position with the "
"cutting tool?"
msgstr ""
"カットツール\n"
"カットツールでモデルを自由な角度で修正することができます。"
#~ msgid "Default line width if some line width is set to be zero"
#~ msgstr "線幅が0に設定された時のデフォルト線幅"
#: resources/data/hints.ini: [hint:Fix Model]
msgid ""
"Fix Model\n"
"Did you know that you can fix a corrupted 3D model to avoid a lot of slicing "
"problems?"
msgstr ""
"モデル修復\n"
"破損したモデルでも修復してスライスできます。"
#~ msgid "Line width of initial layer"
#~ msgstr "1層目の線幅"
#: resources/data/hints.ini: [hint:Timelapse]
msgid ""
"Timelapse\n"
"Did you know that you can generate a timelapse video during each print?"
msgstr ""
"タイムラプス\n"
"カメラの活用は、モニタリングだけでなく、自慢のタイムラプスビデオも生成できま"
"す。"
#~ msgid "Line width of internal sparse infill"
#~ msgstr "スパース インフィルの線幅"
#: resources/data/hints.ini: [hint:Auto-Arrange]
msgid ""
"Auto-Arrange\n"
"Did you know that you can auto-arrange all objects in your project?"
msgstr ""
"自動レイアウト\n"
"自動レイアウトでプレートを最大限利用できます。"
#~ msgid "Line width of inner wall"
#~ msgstr "内壁の線幅"
#: resources/data/hints.ini: [hint:Auto-Orient]
msgid ""
"Auto-Orient\n"
"Did you know that you can rotate objects to an optimal orientation for "
"printing by a simple click?"
msgstr ""
"自動向き調整\n"
"自動向き調整で最適な向きをワンクリックで実現できます。"
#~ msgid "Line width of internal solid infill"
#~ msgstr "ソリッド インフィルの線幅"
#: resources/data/hints.ini: [hint:Lay on Face]
msgid ""
"Lay on Face\n"
"Did you know that you can quickly orient a model so that one of its faces "
"sits on the print bed? Select the \"Place on face\" function or press the "
"<b>F</b> key."
msgstr ""
"底面を選択\n"
"プレートと接触する面を指定し、オブジェクトの向きを簡単に調整できます。"
#~ msgid "Line width of support"
#~ msgstr "サポートの線幅"
#: resources/data/hints.ini: [hint:Object List]
msgid ""
"Object List\n"
"Did you know that you can view all objects/parts in a list and change "
"settings for each object/part?"
msgstr ""
"オブジェクト一覧\n"
"全てのオブジェクトを確認でき、造形パラメータもオブジェクト別で設定できます"
#~ msgid "Line width for top surfaces"
#~ msgstr "トップ面の線幅"
#: resources/data/hints.ini: [hint:Simplify Model]
msgid ""
"Simplify Model\n"
"Did you know that you can reduce the number of triangles in a mesh using the "
"Simplify mesh feature? Right-click the model and select Simplify model. Read "
"more in the documentation."
msgstr ""
"モデルを簡略化\n"
"オブジェクトのメッシュを簡略化して、スライスの速度を上げられます。モデルを右"
"クリックし、メニューで選択できます。"
#~ msgid ""
#~ "3D Scene Operations\n"
#~ "Did you know how to control view and object/part selection with mouse and "
#~ "touchpanel in the 3D scene?"
#~ msgstr ""
#~ "3Dシーンの操作\n"
#~ "マウスとタッチパネルで、オブジェクト/パーツの操作方法を確認しましょう"
#: resources/data/hints.ini: [hint:Slicing Parameter Table]
msgid ""
"Slicing Parameter Table\n"
"Did you know that you can view all objects/parts on a table and change "
"settings for each object/part?"
msgstr ""
"スライシングパラメータ\n"
"オブジェクト/パーツごとのパラメータを設定できます。"
#~ msgid ""
#~ "Cut Tool\n"
#~ "Did you know that you can cut a model at any angle and position with the "
#~ "cutting tool?"
#~ msgstr ""
#~ "カットツール\n"
#~ "カットツールでモデルを自由な角度で修正することができます。"
#: resources/data/hints.ini: [hint:Split to Objects/Parts]
msgid ""
"Split to Objects/Parts\n"
"Did you know that you can split a big object into small ones for easy "
"colorizing or printing?"
msgstr ""
"オブジェクト/パーツに分割\n"
"一つのオブジェクトを複数のオブジェクト/パーツに分割して色を簡単につけましょ"
"う。"
#~ msgid ""
#~ "Fix Model\n"
#~ "Did you know that you can fix a corrupted 3D model to avoid a lot of "
#~ "slicing problems?"
#~ msgstr ""
#~ "モデル修復\n"
#~ "破損したモデルでも修復してスライスできます。"
#: resources/data/hints.ini: [hint:Subtract a Part]
msgid ""
"Subtract a Part\n"
"Did you know that you can subtract one mesh from another using the Negative "
"part modifier? That way you can, for example, create easily resizable holes "
"directly in Orca Slicer. Read more in the documentation."
msgstr ""
"パーツをサブストラクト\n"
"マイナスパーツでモデルからメッシュを引くことができます。"
#~ msgid ""
#~ "Timelapse\n"
#~ "Did you know that you can generate a timelapse video during each print?"
#~ msgstr ""
#~ "タイムラプス\n"
#~ "カメラの活用は、モニタリングだけでなく、自慢のタイムラプスビデオも生成でき"
#~ "ます。"
#: resources/data/hints.ini: [hint:STEP]
msgid ""
"STEP\n"
"Did you know that you can improve your print quality by slicing a STEP file "
"instead of an STL?\n"
"Orca Slicer supports slicing STEP files, providing smoother results than a "
"lower resolution STL. Give it a try!"
msgstr ""
"STEP\n"
"STEP形式で、STL形式よりもっと高品質なスライス結果を得られます、是非お試しくだ"
"さい。"
#~ msgid ""
#~ "Auto-Arrange\n"
#~ "Did you know that you can auto-arrange all objects in your project?"
#~ msgstr ""
#~ "自動レイアウト\n"
#~ "自動レイアウトでプレートを最大限利用できます。"
#: resources/data/hints.ini: [hint:Z seam location]
msgid ""
"Z seam location\n"
"Did you know that you can customize the location of the Z seam, and even "
"paint it on your print, to have it in a less visible location? This improves "
"the overall look of your model. Check it out!"
msgstr ""
"継ぎ目位置\n"
"継ぎ目の位置を描き、見えにくい場所に指定して仕上がりを向上させます。"
#~ msgid ""
#~ "Auto-Orient\n"
#~ "Did you know that you can rotate objects to an optimal orientation for "
#~ "printing by a simple click?"
#~ msgstr ""
#~ "自動向き調整\n"
#~ "自動向き調整で最適な向きをワンクリックで実現できます。"
#: resources/data/hints.ini: [hint:Fine-tuning for flow rate]
msgid ""
"Fine-tuning for flow rate\n"
"Did you know that flow rate can be fine-tuned for even better-looking "
"prints? Depending on the material, you can improve the overall finish of the "
"printed model by doing some fine-tuning."
msgstr ""
"流量を微調整\n"
"流量を材料、温度により微調整し、更に良い仕上がりが得られます。"
#~ msgid ""
#~ "Lay on Face\n"
#~ "Did you know that you can quickly orient a model so that one of its faces "
#~ "sits on the print bed? Select the \"Place on face\" function or press the "
#~ "<b>F</b> key."
#~ msgstr ""
#~ "底面を選択\n"
#~ "プレートと接触する面を指定し、オブジェクトの向きを簡単に調整できます。"
#: resources/data/hints.ini: [hint:Split your prints into plates]
msgid ""
"Split your prints into plates\n"
"Did you know that you can split a model that has a lot of parts into "
"individual plates ready to print? This will simplify the process of keeping "
"track of all the parts."
msgstr ""
"複数のプレートに分割\n"
"一つのモデルを分割し、複数のプレートで造形することもできます。"
#~ msgid ""
#~ "Object List\n"
#~ "Did you know that you can view all objects/parts in a list and change "
#~ "settings for each object/part?"
#~ msgstr ""
#~ "オブジェクト一覧\n"
#~ "全てのオブジェクトを確認でき、造形パラメータもオブジェクト別で設定できます"
#: resources/data/hints.ini: [hint:Speed up your print with Adaptive Layer
#: Height]
msgid ""
"Speed up your print with Adaptive Layer Height\n"
"Did you know that you can print a model even faster, by using the Adaptive "
"Layer Height option? Check it out!"
msgstr "「アダプティブ積層ピッチ」で造形速度アップ!"
#~ msgid ""
#~ "Simplify Model\n"
#~ "Did you know that you can reduce the number of triangles in a mesh using "
#~ "the Simplify mesh feature? Right-click the model and select Simplify "
#~ "model. Read more in the documentation."
#~ msgstr ""
#~ "モデルを簡略化\n"
#~ "オブジェクトのメッシュを簡略化して、スライスの速度を上げられます。モデルを"
#~ "右クリックし、メニューで選択できます。"
#: resources/data/hints.ini: [hint:Support painting]
msgid ""
"Support painting\n"
"Did you know that you can paint the location of your supports? This feature "
"makes it easy to place the support material only on the sections of the "
"model that actually need it."
msgstr ""
"サポートペイント\n"
"サポートは塗り絵のように生成することができます。"
#~ msgid ""
#~ "Slicing Parameter Table\n"
#~ "Did you know that you can view all objects/parts on a table and change "
#~ "settings for each object/part?"
#~ msgstr ""
#~ "スライシングパラメータ\n"
#~ "オブジェクト/パーツごとのパラメータを設定できます。"
#: resources/data/hints.ini: [hint:Different types of supports]
msgid ""
"Different types of supports\n"
"Did you know that you can choose from multiple types of supports? Tree "
"supports work great for organic models, while saving filament and improving "
"print speed. Check them out!"
msgstr ""
"さまざまなサポートタイプ\n"
"いろんなサポートタイプをつかえます、ツリータイプではフィラメントも節約できる"
"し、造形時間も短縮できます。"
#~ msgid ""
#~ "Split to Objects/Parts\n"
#~ "Did you know that you can split a big object into small ones for easy "
#~ "colorizing or printing?"
#~ msgstr ""
#~ "オブジェクト/パーツに分割\n"
#~ "一つのオブジェクトを複数のオブジェクト/パーツに分割して色を簡単につけま"
#~ "しょう。"
#: resources/data/hints.ini: [hint:Printing Silk Filament]
msgid ""
"Printing Silk Filament\n"
"Did you know that Silk filament needs special consideration to print it "
"successfully? Higher temperature and lower speed are always recommended for "
"the best results."
msgstr ""
"シルク質感のフィラメント\n"
"光沢がある美しい造形物をできるフィラメントは、プロセスに特別なケアが必要で"
"す。"
#~ msgid ""
#~ "Subtract a Part\n"
#~ "Did you know that you can subtract one mesh from another using the "
#~ "Negative part modifier? That way you can, for example, create easily "
#~ "resizable holes directly in Orca Slicer. Read more in the documentation."
#~ msgstr ""
#~ "パーツをサブストラクト\n"
#~ "マイナスパーツでモデルからメッシュを引くことができます。"
#: resources/data/hints.ini: [hint:Brim for better adhesion]
msgid ""
"Brim for better adhesion\n"
"Did you know that when printing models have a small contact interface with "
"the printing surface, it's recommended to use a brim?"
msgstr ""
"接着力を高めるには?\n"
"ブリムを活用してください。"
#~ msgid ""
#~ "STEP\n"
#~ "Did you know that you can improve your print quality by slicing a STEP "
#~ "file instead of an STL?\n"
#~ "Orca Slicer supports slicing STEP files, providing smoother results than "
#~ "a lower resolution STL. Give it a try!"
#~ msgstr ""
#~ "STEP\n"
#~ "STEP形式で、STL形式よりもっと高品質なスライス結果を得られます、是非お試し"
#~ "ください。"
#: resources/data/hints.ini: [hint:Set parameters for multiple objects]
msgid ""
"Set parameters for multiple objects\n"
"Did you know that you can set slicing parameters for all selected objects at "
"one time?"
msgstr ""
"オブジェクトのパラメータを設定\n"
"複数のオブジェクトを一回で設定できます"
#~ msgid ""
#~ "Z seam location\n"
#~ "Did you know that you can customize the location of the Z seam, and even "
#~ "paint it on your print, to have it in a less visible location? This "
#~ "improves the overall look of your model. Check it out!"
#~ msgstr ""
#~ "継ぎ目位置\n"
#~ "継ぎ目の位置を描き、見えにくい場所に指定して仕上がりを向上させます"
#: resources/data/hints.ini: [hint:Stack objects]
msgid ""
"Stack objects\n"
"Did you know that you can stack objects as a whole one?"
msgstr ""
"オブジェクトを積み重ね\n"
"複数のオブジェクトを積み重ねて造形できます。"
#~ msgid ""
#~ "Fine-tuning for flow rate\n"
#~ "Did you know that flow rate can be fine-tuned for even better-looking "
#~ "prints? Depending on the material, you can improve the overall finish of "
#~ "the printed model by doing some fine-tuning."
#~ msgstr ""
#~ "流量を微調整\n"
#~ "流量を材料、温度により微調整し、更に良い仕上がりが得られます。"
#: resources/data/hints.ini: [hint:Flush into support/objects/infill]
msgid ""
"Flush into support/objects/infill\n"
"Did you know that you can save the wasted filament by flushing them into "
"support/objects/infill during filament change?"
msgstr ""
"サポート/オブジェクト/インフィルにフラッシュ\n"
"サポート、オブジェクトやインフィルどちらにもフラッシュでき、廃料の節約や、造"
"形時間短縮も有効的です。"
#~ msgid ""
#~ "Split your prints into plates\n"
#~ "Did you know that you can split a model that has a lot of parts into "
#~ "individual plates ready to print? This will simplify the process of "
#~ "keeping track of all the parts."
#~ msgstr ""
#~ "複数のプレートに分割\n"
#~ "一つのモデルを分割し、複数のプレートで造形することもできます。"
#: resources/data/hints.ini: [hint:Improve strength]
msgid ""
"Improve strength\n"
"Did you know that you can use more wall loops and higher sparse infill "
"density to improve the strength of the model?"
msgstr ""
"強度の向上\n"
"壁面層数やインフィルの充填密度を増やして造形強度を向上できます。"
#~ msgid ""
#~ "Speed up your print with Adaptive Layer Height\n"
#~ "Did you know that you can print a model even faster, by using the "
#~ "Adaptive Layer Height option? Check it out!"
#~ msgstr "「アダプティブ積層ピッチ」で造形速度アップ!"
#~ msgid ""
#~ "Support painting\n"
#~ "Did you know that you can paint the location of your supports? This "
#~ "feature makes it easy to place the support material only on the sections "
#~ "of the model that actually need it."
#~ msgstr ""
#~ "サポートペイント\n"
#~ "サポートは塗り絵のように生成することができます。"
#~ msgid ""
#~ "Different types of supports\n"
#~ "Did you know that you can choose from multiple types of supports? Tree "
#~ "supports work great for organic models, while saving filament and "
#~ "improving print speed. Check them out!"
#~ msgstr ""
#~ "さまざまなサポートタイプ\n"
#~ "いろんなサポートタイプをつかえます、ツリータイプではフィラメントも節約でき"
#~ "るし、造形時間も短縮できます。"
#~ msgid ""
#~ "Printing Silk Filament\n"
#~ "Did you know that Silk filament needs special consideration to print it "
#~ "successfully? Higher temperature and lower speed are always recommended "
#~ "for the best results."
#~ msgstr ""
#~ "シルク質感のフィラメント\n"
#~ "光沢がある美しい造形物をできるフィラメントは、プロセスに特別なケアが必要で"
#~ "す。"
#~ msgid ""
#~ "Brim for better adhesion\n"
#~ "Did you know that when printing models have a small contact interface "
#~ "with the printing surface, it's recommended to use a brim?"
#~ msgstr ""
#~ "接着力を高めるには?\n"
#~ "ブリムを活用してください。"
#~ msgid ""
#~ "Set parameters for multiple objects\n"
#~ "Did you know that you can set slicing parameters for all selected objects "
#~ "at one time?"
#~ msgstr ""
#~ "オブジェクトのパラメータを設定\n"
#~ "複数のオブジェクトを一回で設定できます"
#~ msgid ""
#~ "Stack objects\n"
#~ "Did you know that you can stack objects as a whole one?"
#~ msgstr ""
#~ "オブジェクトを積み重ね\n"
#~ "複数のオブジェクトを積み重ねて造形できます。"
#~ msgid ""
#~ "Flush into support/objects/infill\n"
#~ "Did you know that you can save the wasted filament by flushing them into "
#~ "support/objects/infill during filament change?"
#~ msgstr ""
#~ "サポート/オブジェクト/インフィルにフラッシュ\n"
#~ "サポート、オブジェクトやインフィルどちらにもフラッシュでき、廃料の節約や、"
#~ "造形時間短縮も有効的です。"
#~ msgid ""
#~ "Improve strength\n"
#~ "Did you know that you can use more wall loops and higher sparse infill "
#~ "density to improve the strength of the model?"
#~ msgstr ""
#~ "強度の向上\n"
#~ "壁面層数やインフィルの充填密度を増やして造形強度を向上できます。"
#~ msgid "Bridge direction"
#~ msgstr "ブリッジ方向"

9880
bbl/i18n/ko/OrcaSlicer_ko.po Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-05-14 11:27+0800\n"
"POT-Creation-Date: 2023-07-31 21:29+0800\n"
"Language: nl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1899,7 +1899,10 @@ msgstr ""
msgid "You need to select the material type and color first."
msgstr ""
msgid "Other color"
msgid "Other Color"
msgstr ""
msgid "Custom Color"
msgstr ""
msgid "Dynamic flow calibration"
@@ -5414,6 +5417,9 @@ msgstr "Jerk beperking"
msgid "Layer height limits"
msgstr "Limieten voor laaghoogte"
msgid "Lift Z Enforcement"
msgstr ""
msgid "Retraction when switching material"
msgstr "Terugtrekken (retraction) bij het wisselen van filament"
@@ -6335,6 +6341,9 @@ msgstr ""
msgid "No extrusions under current settings."
msgstr "Geen extrusion onder de huidige instellingen"
msgid "Bed temperatures for the used filaments differ significantly."
msgstr ""
msgid ""
"Smooth mode of timelapse is not supported when \"by object\" sequence is "
"enabled."
@@ -6772,12 +6781,15 @@ msgstr ""
"Schakel deze optie in om de snelheid omlaag te brengen voor verschillende "
"overhangende hoeken"
msgid "mm/s"
msgstr "mm/s"
msgid "mm/s or %"
msgstr ""
msgid "Speed of bridge and completely overhang wall"
msgstr "Dit is de snelheid voor bruggen en 100% overhangende wanden."
msgid "mm/s"
msgstr "mm/s"
msgid "Brim width"
msgstr "Rand breedte"
@@ -6945,11 +6957,11 @@ msgid "Internal bridge support thickness"
msgstr ""
msgid ""
"If enabled, Studio will generate support loops under the contours of "
"internal bridges.These support loops could prevent internal bridges from "
"extruding over the air and improve the top surface quality, especially when "
"the sparse infill density is low.This value determines the thickness of the "
"support loops. 0 means disable this feature"
"If enabled, support loops will be generated under the contours of internal "
"bridges.These support loops could prevent internal bridges from extruding "
"over the air and improve the top surface quality, especially when the sparse "
"infill density is low.This value determines the thickness of the support "
"loops. 0 means disable this feature"
msgstr ""
msgid "Top surface pattern"
@@ -6991,8 +7003,10 @@ msgstr ""
"Dit is het lijnenpatroon van de vulling (infill) van het bodemoppervlak, "
"maar niet van de vulling van de brug."
msgid "Line width of outer wall"
msgstr "Lijn dikte van buitenste wand"
msgid ""
"Line width of outer wall. If expressed as a %, it will be computed over the "
"nozzle diameter."
msgstr ""
msgid ""
"Speed of outer wall which is outermost and visible. It's used to be slower "
@@ -7011,9 +7025,6 @@ msgid ""
"Set to zero for auto."
msgstr ""
msgid "mm/s or %"
msgstr ""
msgid "Small perimeters threshold"
msgstr ""
@@ -7101,8 +7112,10 @@ msgstr ""
msgid "Pressure advance(Klipper) AKA Linear advance factor(Marlin)"
msgstr ""
msgid "Default line width if some line width is set to be zero"
msgstr "Standaard lijn breedte als een lijn breedte is ingesteld op 0"
msgid ""
"Default line width if other line widths are set to 0. If expressed as a %, "
"it will be computed over the nozzle diameter."
msgstr ""
msgid "Keep fan always on"
msgstr "Laat de ventilator aan staan"
@@ -7310,6 +7323,45 @@ msgstr ""
msgid "Lightning"
msgstr ""
msgid "Sparse infill anchor length"
msgstr ""
msgid ""
"Connect an infill line to an internal perimeter with a short segment of an "
"additional perimeter. If expressed as percentage (example: 15%) it is "
"calculated over infill extrusion width. Slic3r tries to connect two close "
"infill lines to a short perimeter segment. If no such perimeter segment "
"shorter than infill_anchor_max is found, the infill line is connected to a "
"perimeter segment at just one side and the length of the perimeter segment "
"taken is limited to this parameter, but no longer than anchor_length_max. \n"
"Set this parameter to zero to disable anchoring perimeters connected to a "
"single infill line."
msgstr ""
msgid "0 (no open anchors)"
msgstr ""
msgid "1000 (unlimited)"
msgstr ""
msgid "Maximum length of the infill anchor"
msgstr ""
msgid ""
"Connect an infill line to an internal perimeter with a short segment of an "
"additional perimeter. If expressed as percentage (example: 15%) it is "
"calculated over infill extrusion width. Slic3r tries to connect two close "
"infill lines to a short perimeter segment. If no such perimeter segment "
"shorter than this parameter is found, the infill line is connected to a "
"perimeter segment at just one side and the length of the perimeter segment "
"taken is limited to infill_anchor, but no longer than this parameter. \n"
"If set to 0, the old algorithm for infill connection will be used, it should "
"create the same result as with 1000 & 0."
msgstr ""
msgid "0 (Simple connect)"
msgstr ""
msgid "Acceleration of outer walls"
msgstr ""
@@ -7386,8 +7438,10 @@ msgstr ""
msgid "Jerk for travel"
msgstr ""
msgid "Line width of initial layer"
msgstr "Laag dikte voor eerste laag"
msgid ""
"Line width of initial layer. If expressed as a %, it will be computed over "
"the nozzle diameter."
msgstr ""
msgid "Initial layer height"
msgstr "Laaghoogte van de eerste laag"
@@ -7501,7 +7555,7 @@ msgstr ""
msgid ""
"Filter out gaps smaller than the threshold specified. This setting won't "
"affact top/bottom layers"
"affect top/bottom layers"
msgstr ""
msgid ""
@@ -7653,8 +7707,10 @@ msgid "Filament to print internal sparse infill."
msgstr ""
"Dit is het filament voor het printen van interne dunne vulling (infill)"
msgid "Line width of internal sparse infill"
msgstr "Lijn dikte voor interne dunne vulling (infill)"
msgid ""
"Line width of internal sparse infill. If expressed as a %, it will be "
"computed over the nozzle diameter."
msgstr ""
msgid "Infill/Wall overlap"
msgstr "Vulling (infill)/wand overlap"
@@ -7948,6 +8004,32 @@ msgid "User can self-define the project file name when export"
msgstr ""
"Gebruikers kunnen zelf de project bestandsnaam kiezen tijdens het exporteren"
msgid "Make overhang printable"
msgstr ""
msgid "Modify the geometry to print overhangs without support material."
msgstr ""
msgid "Make overhang printable maximum angle"
msgstr ""
msgid ""
"Maximum angle of overhangs to allow after making more steep overhangs "
"printable.90° will not change the model at all and allow any overhang, while "
"0 will replace all overhangs with conical material."
msgstr ""
msgid "Make overhang printable hole area"
msgstr ""
msgid ""
"Maximum area of a hole in the base of the model before it's filled by "
"conical material.A value of 0 will fill all the holes in the model base."
msgstr ""
msgid "mm²"
msgstr "mm²"
msgid "Detect overhang wall"
msgstr "Overhange wand detecteren"
@@ -7960,8 +8042,10 @@ msgstr ""
"lijnbreedte te detecteren en gebruikt verschillende snelheden om af te "
"drukken. Voor 100%% overhang wordt de brugsnelheid gebruikt."
msgid "Line width of inner wall"
msgstr "Lijn dikte voor binnenste wand"
msgid ""
"Line width of inner wall. If expressed as a %, it will be computed over the "
"nozzle diameter."
msgstr ""
msgid "Speed of inner wall"
msgstr "Dit is de snelheid voor de binnenste wanden"
@@ -8088,6 +8172,42 @@ msgstr ""
msgid "Spiral"
msgstr ""
msgid "Only lift Z above"
msgstr ""
msgid ""
"If you set this to a positive value, Z lift will only take place above the "
"specified absolute Z."
msgstr ""
msgid "Only lift Z below"
msgstr ""
msgid ""
"If you set this to a positive value, Z lift will only take place below the "
"specified absolute Z."
msgstr ""
msgid "On surfaces"
msgstr ""
msgid ""
"Enforce Z Hop behavior. This setting is impacted by the above settings (Only "
"lift Z above/below)."
msgstr ""
msgid "All Surfaces"
msgstr ""
msgid "Top Only"
msgstr ""
msgid "Bottom Only"
msgstr ""
msgid "Top and Bottom"
msgstr ""
msgid "Extra length on restart"
msgstr ""
@@ -8147,6 +8267,14 @@ msgstr "Achterzijde"
msgid "Random"
msgstr ""
msgid "Staggered inner seams"
msgstr ""
msgid ""
"This option causes the inner seams to be shifted backwards based on their "
"depth, forming a zigzag pattern."
msgstr ""
msgid "Seam gap"
msgstr ""
@@ -8154,7 +8282,7 @@ msgid ""
"In order to reduce the visibility of the seam in a closed loop extrusion, "
"the loop is interrupted and shortened by a specified amount.\n"
"This amount can be specified in millimeters or as a percentage of the "
"current extruder diameter. The default value for this parameter is 15%."
"current extruder diameter. The default value for this parameter is 10%."
msgstr ""
msgid "Role base wipe speed"
@@ -8204,6 +8332,12 @@ msgstr ""
"Dit is het aantal lussen voor de skirt. 0 betekent dat de skirt is "
"uitgeschakeld."
msgid "Skirt speed"
msgstr ""
msgid "Speed of skirt, in mm/s. Zero means use default layer extrusion speed."
msgstr ""
msgid ""
"The printing speed in exported gcode will be slowed down, when the estimated "
"layer time is shorter than this value, to get better cooling for these layers"
@@ -8222,11 +8356,10 @@ msgstr ""
"Dunne opvullingen (infill) die kleiner zijn dan deze drempelwaarde worden "
"vervangen door solide interne vulling (infill)."
msgid "mm²"
msgstr "mm²"
msgid "Line width of internal solid infill"
msgstr "Lijn dikte voor interne solide vulling (infill)"
msgid ""
"Line width of internal solid infill. If expressed as a %, it will be "
"computed over the nozzle diameter."
msgstr ""
msgid "Speed of internal solid infill, not the top and bottom surface"
msgstr ""
@@ -8370,8 +8503,10 @@ msgid ""
"filament for support and current filament is used"
msgstr ""
msgid "Line width of support"
msgstr "Lijn dikte van support"
msgid ""
"Line width of support. If expressed as a %, it will be computed over the "
"nozzle diameter."
msgstr ""
msgid "Interface use loop pattern"
msgstr "Luspatroon interface"
@@ -8597,8 +8732,10 @@ msgstr ""
"Deze G-code wordt ingevoegd wanneer filament wordt vervangen, inclusief T-"
"commando's om gereedschapswissel te activeren."
msgid "Line width for top surfaces"
msgstr "Lijn dikte voor bovenste lagen"
msgid ""
"Line width for top surfaces. If expressed as a %, it will be computed over "
"the nozzle diameter."
msgstr ""
msgid "Speed of top surface infill which is solid"
msgstr ""
@@ -9102,6 +9239,9 @@ msgstr ""
msgid "PA Line"
msgstr ""
msgid "PA Pattern"
msgstr ""
msgid "Method"
msgstr ""
@@ -9249,189 +9389,29 @@ msgstr ""
msgid "Connection to printers connected via the print host failed."
msgstr ""
#: resources/data/hints.ini: [hint:3D Scene Operations]
msgid ""
"3D Scene Operations\n"
"Did you know how to control view and object/part selection with mouse and "
"touchpanel in the 3D scene?"
msgstr ""
#~ msgid "Line width of outer wall"
#~ msgstr "Lijn dikte van buitenste wand"
#: resources/data/hints.ini: [hint:Cut Tool]
msgid ""
"Cut Tool\n"
"Did you know that you can cut a model at any angle and position with the "
"cutting tool?"
msgstr ""
#~ msgid "Default line width if some line width is set to be zero"
#~ msgstr "Standaard lijn breedte als een lijn breedte is ingesteld op 0"
#: resources/data/hints.ini: [hint:Fix Model]
msgid ""
"Fix Model\n"
"Did you know that you can fix a corrupted 3D model to avoid a lot of slicing "
"problems?"
msgstr ""
#~ msgid "Line width of initial layer"
#~ msgstr "Laag dikte voor eerste laag"
#: resources/data/hints.ini: [hint:Timelapse]
msgid ""
"Timelapse\n"
"Did you know that you can generate a timelapse video during each print?"
msgstr ""
#~ msgid "Line width of internal sparse infill"
#~ msgstr "Lijn dikte voor interne dunne vulling (infill)"
#: resources/data/hints.ini: [hint:Auto-Arrange]
msgid ""
"Auto-Arrange\n"
"Did you know that you can auto-arrange all objects in your project?"
msgstr ""
#~ msgid "Line width of inner wall"
#~ msgstr "Lijn dikte voor binnenste wand"
#: resources/data/hints.ini: [hint:Auto-Orient]
msgid ""
"Auto-Orient\n"
"Did you know that you can rotate objects to an optimal orientation for "
"printing by a simple click?"
msgstr ""
#~ msgid "Line width of internal solid infill"
#~ msgstr "Lijn dikte voor interne solide vulling (infill)"
#: resources/data/hints.ini: [hint:Lay on Face]
msgid ""
"Lay on Face\n"
"Did you know that you can quickly orient a model so that one of its faces "
"sits on the print bed? Select the \"Place on face\" function or press the "
"<b>F</b> key."
msgstr ""
#~ msgid "Line width of support"
#~ msgstr "Lijn dikte van support"
#: resources/data/hints.ini: [hint:Object List]
msgid ""
"Object List\n"
"Did you know that you can view all objects/parts in a list and change "
"settings for each object/part?"
msgstr ""
#: resources/data/hints.ini: [hint:Simplify Model]
msgid ""
"Simplify Model\n"
"Did you know that you can reduce the number of triangles in a mesh using the "
"Simplify mesh feature? Right-click the model and select Simplify model. Read "
"more in the documentation."
msgstr ""
#: resources/data/hints.ini: [hint:Slicing Parameter Table]
msgid ""
"Slicing Parameter Table\n"
"Did you know that you can view all objects/parts on a table and change "
"settings for each object/part?"
msgstr ""
#: resources/data/hints.ini: [hint:Split to Objects/Parts]
msgid ""
"Split to Objects/Parts\n"
"Did you know that you can split a big object into small ones for easy "
"colorizing or printing?"
msgstr ""
#: resources/data/hints.ini: [hint:Subtract a Part]
msgid ""
"Subtract a Part\n"
"Did you know that you can subtract one mesh from another using the Negative "
"part modifier? That way you can, for example, create easily resizable holes "
"directly in Orca Slicer. Read more in the documentation."
msgstr ""
#: resources/data/hints.ini: [hint:STEP]
msgid ""
"STEP\n"
"Did you know that you can improve your print quality by slicing a STEP file "
"instead of an STL?\n"
"Orca Slicer supports slicing STEP files, providing smoother results than a "
"lower resolution STL. Give it a try!"
msgstr ""
#: resources/data/hints.ini: [hint:Z seam location]
msgid ""
"Z seam location\n"
"Did you know that you can customize the location of the Z seam, and even "
"paint it on your print, to have it in a less visible location? This improves "
"the overall look of your model. Check it out!"
msgstr ""
#: resources/data/hints.ini: [hint:Fine-tuning for flow rate]
msgid ""
"Fine-tuning for flow rate\n"
"Did you know that flow rate can be fine-tuned for even better-looking "
"prints? Depending on the material, you can improve the overall finish of the "
"printed model by doing some fine-tuning."
msgstr ""
#: resources/data/hints.ini: [hint:Split your prints into plates]
msgid ""
"Split your prints into plates\n"
"Did you know that you can split a model that has a lot of parts into "
"individual plates ready to print? This will simplify the process of keeping "
"track of all the parts."
msgstr ""
#: resources/data/hints.ini: [hint:Speed up your print with Adaptive Layer
#: Height]
msgid ""
"Speed up your print with Adaptive Layer Height\n"
"Did you know that you can print a model even faster, by using the Adaptive "
"Layer Height option? Check it out!"
msgstr ""
#: resources/data/hints.ini: [hint:Support painting]
msgid ""
"Support painting\n"
"Did you know that you can paint the location of your supports? This feature "
"makes it easy to place the support material only on the sections of the "
"model that actually need it."
msgstr ""
#: resources/data/hints.ini: [hint:Different types of supports]
msgid ""
"Different types of supports\n"
"Did you know that you can choose from multiple types of supports? Tree "
"supports work great for organic models, while saving filament and improving "
"print speed. Check them out!"
msgstr ""
#: resources/data/hints.ini: [hint:Printing Silk Filament]
msgid ""
"Printing Silk Filament\n"
"Did you know that Silk filament needs special consideration to print it "
"successfully? Higher temperature and lower speed are always recommended for "
"the best results."
msgstr ""
#: resources/data/hints.ini: [hint:Brim for better adhesion]
msgid ""
"Brim for better adhesion\n"
"Did you know that when printing models have a small contact interface with "
"the printing surface, it's recommended to use a brim?"
msgstr ""
#: resources/data/hints.ini: [hint:Set parameters for multiple objects]
msgid ""
"Set parameters for multiple objects\n"
"Did you know that you can set slicing parameters for all selected objects at "
"one time?"
msgstr ""
#: resources/data/hints.ini: [hint:Stack objects]
msgid ""
"Stack objects\n"
"Did you know that you can stack objects as a whole one?"
msgstr ""
#: resources/data/hints.ini: [hint:Flush into support/objects/infill]
msgid ""
"Flush into support/objects/infill\n"
"Did you know that you can save the wasted filament by flushing them into "
"support/objects/infill during filament change?"
msgstr ""
#: resources/data/hints.ini: [hint:Improve strength]
msgid ""
"Improve strength\n"
"Did you know that you can use more wall loops and higher sparse infill "
"density to improve the strength of the model?"
msgstr ""
#~ msgid "Line width for top surfaces"
#~ msgstr "Lijn dikte voor bovenste lagen"
#~ msgid "Keep upper part"
#~ msgstr "Bewaar het bovenstee deel"

10177
bbl/i18n/ru/OrcaSlicer_ru.po Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-05-14 11:27+0800\n"
"POT-Creation-Date: 2023-07-31 21:29+0800\n"
"Language: sv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1878,7 +1878,10 @@ msgstr ""
msgid "You need to select the material type and color first."
msgstr ""
msgid "Other color"
msgid "Other Color"
msgstr ""
msgid "Custom Color"
msgstr ""
msgid "Dynamic flow calibration"
@@ -5344,6 +5347,9 @@ msgstr "Jerk begränsning"
msgid "Layer height limits"
msgstr "Lagerhöjds begränsning"
msgid "Lift Z Enforcement"
msgstr ""
msgid "Retraction when switching material"
msgstr "Reduktion vid material byte"
@@ -6250,6 +6256,9 @@ msgstr ""
msgid "No extrusions under current settings."
msgstr "Nuvarande inställning har ingen extrudering."
msgid "Bed temperatures for the used filaments differ significantly."
msgstr ""
msgid ""
"Smooth mode of timelapse is not supported when \"by object\" sequence is "
"enabled."
@@ -6673,12 +6682,15 @@ msgid "Enable this option to slow printing down for different overhang degree"
msgstr ""
"Aktivera detta val för att sänka hastigheten för olika överhängs grader"
msgid "mm/s"
msgstr "mm/s"
msgid "mm/s or %"
msgstr ""
msgid "Speed of bridge and completely overhang wall"
msgstr "Hastighet för bridges/bryggor och hela överhängs väggar"
msgid "mm/s"
msgstr "mm/s"
msgid "Brim width"
msgstr "Brim bredd"
@@ -6841,11 +6853,11 @@ msgid "Internal bridge support thickness"
msgstr ""
msgid ""
"If enabled, Studio will generate support loops under the contours of "
"internal bridges.These support loops could prevent internal bridges from "
"extruding over the air and improve the top surface quality, especially when "
"the sparse infill density is low.This value determines the thickness of the "
"support loops. 0 means disable this feature"
"If enabled, support loops will be generated under the contours of internal "
"bridges.These support loops could prevent internal bridges from extruding "
"over the air and improve the top surface quality, especially when the sparse "
"infill density is low.This value determines the thickness of the support "
"loops. 0 means disable this feature"
msgstr ""
msgid "Top surface pattern"
@@ -6884,8 +6896,10 @@ msgstr "Botten ytans mönster"
msgid "Line pattern of bottom surface infill, not bridge infill"
msgstr "Botten ytans ifyllnads linjemönster, inte bridge/brygg ifyllnad"
msgid "Line width of outer wall"
msgstr "Linjebredd på yttre vägg"
msgid ""
"Line width of outer wall. If expressed as a %, it will be computed over the "
"nozzle diameter."
msgstr ""
msgid ""
"Speed of outer wall which is outermost and visible. It's used to be slower "
@@ -6904,9 +6918,6 @@ msgid ""
"Set to zero for auto."
msgstr ""
msgid "mm/s or %"
msgstr ""
msgid "Small perimeters threshold"
msgstr ""
@@ -6992,8 +7003,10 @@ msgstr ""
msgid "Pressure advance(Klipper) AKA Linear advance factor(Marlin)"
msgstr ""
msgid "Default line width if some line width is set to be zero"
msgstr "Standard linjebredd för linjebredder är satt till 0"
msgid ""
"Default line width if other line widths are set to 0. If expressed as a %, "
"it will be computed over the nozzle diameter."
msgstr ""
msgid "Keep fan always on"
msgstr "Behåll alltid fläkten på"
@@ -7198,6 +7211,45 @@ msgstr ""
msgid "Lightning"
msgstr ""
msgid "Sparse infill anchor length"
msgstr ""
msgid ""
"Connect an infill line to an internal perimeter with a short segment of an "
"additional perimeter. If expressed as percentage (example: 15%) it is "
"calculated over infill extrusion width. Slic3r tries to connect two close "
"infill lines to a short perimeter segment. If no such perimeter segment "
"shorter than infill_anchor_max is found, the infill line is connected to a "
"perimeter segment at just one side and the length of the perimeter segment "
"taken is limited to this parameter, but no longer than anchor_length_max. \n"
"Set this parameter to zero to disable anchoring perimeters connected to a "
"single infill line."
msgstr ""
msgid "0 (no open anchors)"
msgstr ""
msgid "1000 (unlimited)"
msgstr ""
msgid "Maximum length of the infill anchor"
msgstr ""
msgid ""
"Connect an infill line to an internal perimeter with a short segment of an "
"additional perimeter. If expressed as percentage (example: 15%) it is "
"calculated over infill extrusion width. Slic3r tries to connect two close "
"infill lines to a short perimeter segment. If no such perimeter segment "
"shorter than this parameter is found, the infill line is connected to a "
"perimeter segment at just one side and the length of the perimeter segment "
"taken is limited to infill_anchor, but no longer than this parameter. \n"
"If set to 0, the old algorithm for infill connection will be used, it should "
"create the same result as with 1000 & 0."
msgstr ""
msgid "0 (Simple connect)"
msgstr ""
msgid "Acceleration of outer walls"
msgstr ""
@@ -7274,8 +7326,10 @@ msgstr ""
msgid "Jerk for travel"
msgstr ""
msgid "Line width of initial layer"
msgstr "Linjebredd för första lager"
msgid ""
"Line width of initial layer. If expressed as a %, it will be computed over "
"the nozzle diameter."
msgstr ""
msgid "Initial layer height"
msgstr "Första lagerhöjd"
@@ -7386,7 +7440,7 @@ msgstr ""
msgid ""
"Filter out gaps smaller than the threshold specified. This setting won't "
"affact top/bottom layers"
"affect top/bottom layers"
msgstr ""
msgid ""
@@ -7536,8 +7590,10 @@ msgstr ""
msgid "Filament to print internal sparse infill."
msgstr "Filamentet är avsett för sparsam ifyllnad."
msgid "Line width of internal sparse infill"
msgstr "Linjebredd för sparsam ifyllnad"
msgid ""
"Line width of internal sparse infill. If expressed as a %, it will be "
"computed over the nozzle diameter."
msgstr ""
msgid "Infill/Wall overlap"
msgstr "Ifyllnad/Vägg överlapp"
@@ -7826,6 +7882,32 @@ msgstr "Filnamns format"
msgid "User can self-define the project file name when export"
msgstr "Användaren kan bestämma projekt namn när den ska exporteras"
msgid "Make overhang printable"
msgstr ""
msgid "Modify the geometry to print overhangs without support material."
msgstr ""
msgid "Make overhang printable maximum angle"
msgstr ""
msgid ""
"Maximum angle of overhangs to allow after making more steep overhangs "
"printable.90° will not change the model at all and allow any overhang, while "
"0 will replace all overhangs with conical material."
msgstr ""
msgid "Make overhang printable hole area"
msgstr ""
msgid ""
"Maximum area of a hole in the base of the model before it's filled by "
"conical material.A value of 0 will fill all the holes in the model base."
msgstr ""
msgid "mm²"
msgstr "mm²"
msgid "Detect overhang wall"
msgstr "Upptäck överhängs vägg"
@@ -7838,8 +7920,10 @@ msgstr ""
"hastigheter för att skriva ut. Vid 100%% överhäng, bridge/brygg hastighet "
"användas."
msgid "Line width of inner wall"
msgstr "Linjebredd för inre vägg"
msgid ""
"Line width of inner wall. If expressed as a %, it will be computed over the "
"nozzle diameter."
msgstr ""
msgid "Speed of inner wall"
msgstr "Hastighet för inre vägg"
@@ -7961,6 +8045,42 @@ msgstr ""
msgid "Spiral"
msgstr ""
msgid "Only lift Z above"
msgstr ""
msgid ""
"If you set this to a positive value, Z lift will only take place above the "
"specified absolute Z."
msgstr ""
msgid "Only lift Z below"
msgstr ""
msgid ""
"If you set this to a positive value, Z lift will only take place below the "
"specified absolute Z."
msgstr ""
msgid "On surfaces"
msgstr ""
msgid ""
"Enforce Z Hop behavior. This setting is impacted by the above settings (Only "
"lift Z above/below)."
msgstr ""
msgid "All Surfaces"
msgstr ""
msgid "Top Only"
msgstr ""
msgid "Bottom Only"
msgstr ""
msgid "Top and Bottom"
msgstr ""
msgid "Extra length on restart"
msgstr ""
@@ -8020,6 +8140,14 @@ msgstr "Tillbaka"
msgid "Random"
msgstr ""
msgid "Staggered inner seams"
msgstr ""
msgid ""
"This option causes the inner seams to be shifted backwards based on their "
"depth, forming a zigzag pattern."
msgstr ""
msgid "Seam gap"
msgstr ""
@@ -8027,7 +8155,7 @@ msgid ""
"In order to reduce the visibility of the seam in a closed loop extrusion, "
"the loop is interrupted and shortened by a specified amount.\n"
"This amount can be specified in millimeters or as a percentage of the "
"current extruder diameter. The default value for this parameter is 15%."
"current extruder diameter. The default value for this parameter is 10%."
msgstr ""
msgid "Role base wipe speed"
@@ -8075,6 +8203,12 @@ msgstr "Skirt varv"
msgid "Number of loops for the skirt. Zero means disabling skirt"
msgstr "Antal skirt varv. 0 betyder att skirt är inaktiverad"
msgid "Skirt speed"
msgstr ""
msgid "Speed of skirt, in mm/s. Zero means use default layer extrusion speed."
msgstr ""
msgid ""
"The printing speed in exported gcode will be slowed down, when the estimated "
"layer time is shorter than this value, to get better cooling for these layers"
@@ -8093,11 +8227,10 @@ msgstr ""
"Sparsam ifyllnads ytor som är mindre än detta gränsvärde ersätts med inre "
"solid ifyllnad"
msgid "mm²"
msgstr "mm²"
msgid "Line width of internal solid infill"
msgstr "Linjebredd med inre solid ifyllnad"
msgid ""
"Line width of internal solid infill. If expressed as a %, it will be "
"computed over the nozzle diameter."
msgstr ""
msgid "Speed of internal solid infill, not the top and bottom surface"
msgstr "Hastighet för inre solid ifyllnad, förrutom topp och botten ytorna"
@@ -8239,8 +8372,10 @@ msgid ""
"filament for support and current filament is used"
msgstr ""
msgid "Line width of support"
msgstr "Linjebredd för support"
msgid ""
"Line width of support. If expressed as a %, it will be computed over the "
"nozzle diameter."
msgstr ""
msgid "Interface use loop pattern"
msgstr "Loop mönstrets gränssnitt"
@@ -8461,8 +8596,10 @@ msgstr ""
"G-koden sätts in vid filament byte, inklusive T kommando som aktiverar "
"verktygs byte"
msgid "Line width for top surfaces"
msgstr "Linjebredd för topp ytor"
msgid ""
"Line width for top surfaces. If expressed as a %, it will be computed over "
"the nozzle diameter."
msgstr ""
msgid "Speed of top surface infill which is solid"
msgstr "Hastighet för solida topp ytors ifyllnad"
@@ -8959,6 +9096,9 @@ msgstr ""
msgid "PA Line"
msgstr ""
msgid "PA Pattern"
msgstr ""
msgid "Method"
msgstr ""
@@ -9106,189 +9246,29 @@ msgstr ""
msgid "Connection to printers connected via the print host failed."
msgstr ""
#: resources/data/hints.ini: [hint:3D Scene Operations]
msgid ""
"3D Scene Operations\n"
"Did you know how to control view and object/part selection with mouse and "
"touchpanel in the 3D scene?"
msgstr ""
#~ msgid "Line width of outer wall"
#~ msgstr "Linjebredd på yttre vägg"
#: resources/data/hints.ini: [hint:Cut Tool]
msgid ""
"Cut Tool\n"
"Did you know that you can cut a model at any angle and position with the "
"cutting tool?"
msgstr ""
#~ msgid "Default line width if some line width is set to be zero"
#~ msgstr "Standard linjebredd för linjebredder är satt till 0"
#: resources/data/hints.ini: [hint:Fix Model]
msgid ""
"Fix Model\n"
"Did you know that you can fix a corrupted 3D model to avoid a lot of slicing "
"problems?"
msgstr ""
#~ msgid "Line width of initial layer"
#~ msgstr "Linjebredd för första lager"
#: resources/data/hints.ini: [hint:Timelapse]
msgid ""
"Timelapse\n"
"Did you know that you can generate a timelapse video during each print?"
msgstr ""
#~ msgid "Line width of internal sparse infill"
#~ msgstr "Linjebredd för sparsam ifyllnad"
#: resources/data/hints.ini: [hint:Auto-Arrange]
msgid ""
"Auto-Arrange\n"
"Did you know that you can auto-arrange all objects in your project?"
msgstr ""
#~ msgid "Line width of inner wall"
#~ msgstr "Linjebredd för inre vägg"
#: resources/data/hints.ini: [hint:Auto-Orient]
msgid ""
"Auto-Orient\n"
"Did you know that you can rotate objects to an optimal orientation for "
"printing by a simple click?"
msgstr ""
#~ msgid "Line width of internal solid infill"
#~ msgstr "Linjebredd med inre solid ifyllnad"
#: resources/data/hints.ini: [hint:Lay on Face]
msgid ""
"Lay on Face\n"
"Did you know that you can quickly orient a model so that one of its faces "
"sits on the print bed? Select the \"Place on face\" function or press the "
"<b>F</b> key."
msgstr ""
#~ msgid "Line width of support"
#~ msgstr "Linjebredd för support"
#: resources/data/hints.ini: [hint:Object List]
msgid ""
"Object List\n"
"Did you know that you can view all objects/parts in a list and change "
"settings for each object/part?"
msgstr ""
#: resources/data/hints.ini: [hint:Simplify Model]
msgid ""
"Simplify Model\n"
"Did you know that you can reduce the number of triangles in a mesh using the "
"Simplify mesh feature? Right-click the model and select Simplify model. Read "
"more in the documentation."
msgstr ""
#: resources/data/hints.ini: [hint:Slicing Parameter Table]
msgid ""
"Slicing Parameter Table\n"
"Did you know that you can view all objects/parts on a table and change "
"settings for each object/part?"
msgstr ""
#: resources/data/hints.ini: [hint:Split to Objects/Parts]
msgid ""
"Split to Objects/Parts\n"
"Did you know that you can split a big object into small ones for easy "
"colorizing or printing?"
msgstr ""
#: resources/data/hints.ini: [hint:Subtract a Part]
msgid ""
"Subtract a Part\n"
"Did you know that you can subtract one mesh from another using the Negative "
"part modifier? That way you can, for example, create easily resizable holes "
"directly in Orca Slicer. Read more in the documentation."
msgstr ""
#: resources/data/hints.ini: [hint:STEP]
msgid ""
"STEP\n"
"Did you know that you can improve your print quality by slicing a STEP file "
"instead of an STL?\n"
"Orca Slicer supports slicing STEP files, providing smoother results than a "
"lower resolution STL. Give it a try!"
msgstr ""
#: resources/data/hints.ini: [hint:Z seam location]
msgid ""
"Z seam location\n"
"Did you know that you can customize the location of the Z seam, and even "
"paint it on your print, to have it in a less visible location? This improves "
"the overall look of your model. Check it out!"
msgstr ""
#: resources/data/hints.ini: [hint:Fine-tuning for flow rate]
msgid ""
"Fine-tuning for flow rate\n"
"Did you know that flow rate can be fine-tuned for even better-looking "
"prints? Depending on the material, you can improve the overall finish of the "
"printed model by doing some fine-tuning."
msgstr ""
#: resources/data/hints.ini: [hint:Split your prints into plates]
msgid ""
"Split your prints into plates\n"
"Did you know that you can split a model that has a lot of parts into "
"individual plates ready to print? This will simplify the process of keeping "
"track of all the parts."
msgstr ""
#: resources/data/hints.ini: [hint:Speed up your print with Adaptive Layer
#: Height]
msgid ""
"Speed up your print with Adaptive Layer Height\n"
"Did you know that you can print a model even faster, by using the Adaptive "
"Layer Height option? Check it out!"
msgstr ""
#: resources/data/hints.ini: [hint:Support painting]
msgid ""
"Support painting\n"
"Did you know that you can paint the location of your supports? This feature "
"makes it easy to place the support material only on the sections of the "
"model that actually need it."
msgstr ""
#: resources/data/hints.ini: [hint:Different types of supports]
msgid ""
"Different types of supports\n"
"Did you know that you can choose from multiple types of supports? Tree "
"supports work great for organic models, while saving filament and improving "
"print speed. Check them out!"
msgstr ""
#: resources/data/hints.ini: [hint:Printing Silk Filament]
msgid ""
"Printing Silk Filament\n"
"Did you know that Silk filament needs special consideration to print it "
"successfully? Higher temperature and lower speed are always recommended for "
"the best results."
msgstr ""
#: resources/data/hints.ini: [hint:Brim for better adhesion]
msgid ""
"Brim for better adhesion\n"
"Did you know that when printing models have a small contact interface with "
"the printing surface, it's recommended to use a brim?"
msgstr ""
#: resources/data/hints.ini: [hint:Set parameters for multiple objects]
msgid ""
"Set parameters for multiple objects\n"
"Did you know that you can set slicing parameters for all selected objects at "
"one time?"
msgstr ""
#: resources/data/hints.ini: [hint:Stack objects]
msgid ""
"Stack objects\n"
"Did you know that you can stack objects as a whole one?"
msgstr ""
#: resources/data/hints.ini: [hint:Flush into support/objects/infill]
msgid ""
"Flush into support/objects/infill\n"
"Did you know that you can save the wasted filament by flushing them into "
"support/objects/infill during filament change?"
msgstr ""
#: resources/data/hints.ini: [hint:Improve strength]
msgid ""
"Improve strength\n"
"Did you know that you can use more wall loops and higher sparse infill "
"density to improve the strength of the model?"
msgstr ""
#~ msgid "Line width for top surfaces"
#~ msgstr "Linjebredd för topp ytor"
#~ msgid "Keep upper part"
#~ msgstr "Behåll övre del"

10211
bbl/i18n/uk/OrcaSlicer_uk.po Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

23
build_release_vs2022.bat Normal file
View File

@@ -0,0 +1,23 @@
set WP=%CD%
cd deps
mkdir build
cd build
set DEPS=%CD%/OrcaSlicer_dep
if "%1"=="studio" (
GOTO :studio
)
echo "building deps.."
cmake ../ -G "Visual Studio 17 2022" -A x64 -DDESTDIR="%CD%/OrcaSlicer_dep" -DCMAKE_BUILD_TYPE=Release
cmake --build . --config Release --target ALL_BUILD -- -m
if "%1"=="deps" exit /b 0
:studio
echo "building studio..."
cd %WP%
mkdir build
cd build
cmake .. -G "Visual Studio 17 2022" -A x64 -DBBL_RELEASE_TO_PUBLIC=1 -DCMAKE_PREFIX_PATH="%DEPS%/usr/local" -DCMAKE_INSTALL_PREFIX="./OrcaSlicer" -DCMAKE_BUILD_TYPE=Release
cmake --build . --config Release --target ALL_BUILD -- -m
cmake --build . --target install --config Release

View File

@@ -1,29 +1,19 @@
# This is a wrapper of FindTBB which prefers the config scripts if available in the system
# but only if building with dynamic dependencies. The config scripts potentially belong
# to TBB >= 2020 which is incompatible with OpenVDB in our static dependency bundle.
# This workaround is useful for package maintainers on Linux systems to use newer versions
# of intel TBB (renamed to oneTBB from version 2021 up).
# ported from PrusaSlicer
set(_q "")
if(${CMAKE_FIND_PACKAGE_NAME}_FIND_QUIETLY)
set(_q QUIET)
endif()
# Only consider the config scripts if not building with the static dependencies
# and this call is not made from a static dependency build (e.g. dep_OpenVDB will use this module)
# BUILD_SHARED_LIBS will always be defined for dependency projects and will be OFF.
# Newer versions of TBB also discourage from using TBB as a static library
if (NOT SLIC3R_STATIC AND (NOT DEFINED BUILD_SHARED_LIBS OR BUILD_SHARED_LIBS))
find_package(${CMAKE_FIND_PACKAGE_NAME} ${${CMAKE_FIND_PACKAGE_NAME}_FIND_VERSION} CONFIG ${_q})
if(NOT ${CMAKE_FIND_PACKAGE_NAME}_FIND_QUIETLY)
if (NOT ${CMAKE_FIND_PACKAGE_NAME}_FOUND)
message(STATUS "Falling back to MODULE search for ${CMAKE_FIND_PACKAGE_NAME}...")
else()
message(STATUS "${CMAKE_FIND_PACKAGE_NAME} found in ${${CMAKE_FIND_PACKAGE_NAME}_DIR}")
endif()
find_package(${CMAKE_FIND_PACKAGE_NAME} ${${CMAKE_FIND_PACKAGE_NAME}_FIND_VERSION} CONFIG ${_q})
if(NOT ${CMAKE_FIND_PACKAGE_NAME}_FIND_QUIETLY)
if (NOT ${CMAKE_FIND_PACKAGE_NAME}_FOUND)
message(STATUS "Falling back to MODULE search for ${CMAKE_FIND_PACKAGE_NAME}...")
else()
message(STATUS "${CMAKE_FIND_PACKAGE_NAME} found in ${${CMAKE_FIND_PACKAGE_NAME}_DIR}")
endif()
endif ()
endif()
if (NOT ${CMAKE_FIND_PACKAGE_NAME}_FOUND)
include(${CMAKE_CURRENT_LIST_DIR}/FindTBB.cmake.in)

View File

@@ -118,5 +118,13 @@
<true/>
<key>NSHumanReadableCopyright</key>
<string>${MACOSX_BUNDLE_COPYRIGHT}</string>
<key>NSAppTransportSecurity</key>
<dict>
<!-- Disable App Transport Security. Resolves https://github.com/SoftFever/OrcaSlicer/issues/791 -->
<key>NSAllowsArbitraryLoads</key>
<true/>
<key>NSAllowsArbitraryLoadsInWebContent</key>
<true/>
</dict>
</dict>
</plist>

View File

@@ -4,11 +4,15 @@ else()
set(library_build_type "Static")
endif()
# get relative path of CMAKE_BINARY_DIR against root source directory
file(RELATIVE_PATH BINARY_DIR_REL ${CMAKE_SOURCE_DIR}/.. ${CMAKE_BINARY_DIR})
bambustudio_add_cmake_project(OCCT
URL https://github.com/Open-Cascade-SAS/OCCT/archive/refs/tags/V7_6_0.zip
URL_HASH SHA256=28334f0e98f1b1629799783e9b4d21e05349d89e695809d7e6dfa45ea43e1dbc
#PATCH_COMMAND ${PATCH_CMD} ${CMAKE_CURRENT_LIST_DIR}/0001-OCCT-fix.patch
PATCH_COMMAND git apply --directory deps/build/dep_OCCT-prefix/src/dep_OCCT --verbose --ignore-space-change --whitespace=fix ${CMAKE_CURRENT_LIST_DIR}/0001-OCCT-fix.patch
PATCH_COMMAND git apply --directory ${BINARY_DIR_REL}/dep_OCCT-prefix/src/dep_OCCT --verbose --ignore-space-change --whitespace=fix ${CMAKE_CURRENT_LIST_DIR}/0001-OCCT-fix.patch
#DEPENDS dep_Boost
#DEPENDS dep_FREETYPE
CMAKE_ARGS

31
deps/OpenEXR/0001-OpenEXR-GCC13.patch vendored Normal file
View File

@@ -0,0 +1,31 @@
--- a/OpenEXR/IlmImf/ImfDwaCompressor.cpp
+++ b/OpenEXR/IlmImf/ImfDwaCompressor.cpp
@@ -159,6 +159,7 @@
#include <limits>
#include <cstddef>
+#include <cstdint>
// Windows specific addition to prevent the indirect import of the redefined min/max macros
--- a/OpenEXR/IlmImf/ImfHuf.h
+++ b/OpenEXR/IlmImf/ImfHuf.h
@@ -40,6 +40,8 @@
#include "ImfExport.h"
#include "ImfNamespace.h"
+#include <cstdint>
+
//-----------------------------------------------------------------------------
//
// 16-bit Huffman compression and decompression:
--- a/OpenEXR/IlmImf/ImfMisc.h
+++ b/OpenEXR/IlmImf/ImfMisc.h
@@ -51,6 +51,7 @@
#include "ImfForward.h"
#include <cstddef>
+#include <cstdint>
#include <vector>

View File

@@ -29,16 +29,24 @@ if (APPLE AND IS_CROSS_COMPILE)
${_cmake_openexr_arch}
)
else()
if (CMAKE_SYSTEM_NAME STREQUAL "Linux")
set(_patch_cmd ${PATCH_CMD} ${CMAKE_CURRENT_LIST_DIR}/0001-OpenEXR-GCC13.patch)
else ()
set(_patch_cmd "")
endif ()
bambustudio_add_cmake_project(OpenEXR
# GIT_REPOSITORY https://github.com/openexr/openexr.git
URL https://github.com/AcademySoftwareFoundation/openexr/archive/refs/tags/v2.5.5.zip
URL_HASH SHA256=0307a3d7e1fa1e77e9d84d7e9a8694583fbbbfd50bdc6884e2c96b8ef6b902de
PATCH_COMMAND ${_patch_cmd}
DEPENDS ${ZLIB_PKG}
GIT_TAG v2.5.5
CMAKE_ARGS
-DCMAKE_POSITION_INDEPENDENT_CODE=ON
-DBUILD_TESTING=OFF
-DPYILMBASE_ENABLE:BOOL=OFF
-DBUILD_TESTING=OFF
-DPYILMBASE_ENABLE:BOOL=OFF
-DOPENEXR_VIEWERS_ENABLE:BOOL=OFF
-DOPENEXR_BUILD_UTILS:BOOL=OFF
)

View File

@@ -7,8 +7,9 @@ else()
endif()
bambustudio_add_cmake_project(OpenVDB
URL https://github.com/tamasmeszaros/openvdb/archive/refs/tags/v6.2.1-prusa3d.zip #v6.2.1 patched
URL_HASH SHA256=caf9f0c91976722883ff9cb32420ef142af22f7e625fc643b91c23d6e4172f62
# support vs2022, update to 8.2
URL https://github.com/tamasmeszaros/openvdb/archive/a68fd58d0e2b85f01adeb8b13d7555183ab10aa5.zip
URL_HASH SHA256=f353e7b99bd0cbfc27ac9082de51acf32a8bc0b3e21ff9661ecca6f205ec1d81
DEPENDS dep_TBB dep_Blosc dep_OpenEXR dep_Boost
CMAKE_ARGS
-DCMAKE_POSITION_INDEPENDENT_CODE=ON

11
deps/TBB/0001-TBB-GCC13.patch vendored Normal file
View File

@@ -0,0 +1,11 @@
--- a/include/tbb/task.h
+++ b/include/tbb/task.h
@@ -219,7 +219,7 @@
#if __TBB_TASK_PRIORITY
//! Pointer to the next offloaded lower priority task.
/** Used to maintain a list of offloaded tasks inside the scheduler. **/
- task* next_offloaded;
+ tbb::task* next_offloaded;
};
#endif /* __TBB_TASK_PRIORITY */

7
deps/TBB/TBB.cmake vendored
View File

@@ -1,11 +1,12 @@
bambustudio_add_cmake_project(
TBB
URL "https://github.com/wjakob/tbb/archive/a0dc9bf76d0120f917b641ed095360448cabc85b.tar.gz"
URL_HASH SHA256=0545cb6033bd1873fcae3ea304def720a380a88292726943ae3b9b207f322efe
URL "https://github.com/oneapi-src/oneTBB/archive/refs/tags/v2021.5.0.zip"
URL_HASH SHA256=83ea786c964a384dd72534f9854b419716f412f9d43c0be88d41874763e7bb47
#PATCH_COMMAND ${PATCH_CMD} ${CMAKE_CURRENT_LIST_DIR}/0001-TBB-GCC13.patch
CMAKE_ARGS
-DTBB_BUILD_SHARED=OFF
-DTBB_BUILD_TESTS=OFF
-DTBB_BUILD_TESTS=OFF
-DTBB_TEST=OFF
-DCMAKE_POSITION_INDEPENDENT_CODE=ON
-DCMAKE_DEBUG_POSTFIX=_debug
)

View File

@@ -1,12 +1,13 @@
- [Flow rate](#Flow-rate)
- [Pressure Advance](#Pressure-Advance)
1. [Line method](#Line-method)
2. [Tower method](#Tower-method)
2. [Pattern method](#Pattern-method)
3. [Tower method](#Tower-method)
- [Temp tower](#Temp-tower)
- [Retraction test](#Retraction-test)
- [Orca Tolerance Test](#Orca-Tolerance-Test)
- [Advanced calibration]
1. [Max Volumetric speed]
- [Advanced calibration](#Advanced-Calibration)
1. [Max Volumetric speed](#Max-Volumetric-speed)
2. [VFA]
**NOTE**: After completing the calibration process, remember to create a new project in order to exit the calibration mode.
@@ -32,10 +33,13 @@ Steps
![image](https://user-images.githubusercontent.com/103989404/210139721-919be130-fbba-4e3a-aa58-8a563e8c7792.png)
# Pressure Advance
I will present two approaches for calibrating the pressure advance value. Both methods have their own advantages and disadvantages. It is important to note that each method has two versions: one for a direct drive extruder and one for a Bowden extruder. Make sure to select the appropriate version for your test.
##### *NOTE: For Bambulab X1/X1C users, make sure you do not select the 'Flow calibration' option.*
Orca Slicer includes three approaches for calibrating the pressure advance value. Each method has its own advantages and disadvantages. It is important to note that each method has two versions: one for a direct drive extruder and one for a Bowden extruder. Make sure to select the appropriate version for your test.
##### *NOTE: For Bambulab X1/X1C users, make sure you do not select the 'Flow calibration' option when printings.*
![uncheck](https://user-images.githubusercontent.com/103989404/221345187-3c317a46-4d85-4221-99b9-adb5c7f48026.jpeg)
### Line method
The line method is quick and straightforward to test. However, its accuracy highly depends on your first layer quality. It is suggested to turn on the bed mesh leveling for this test.
Steps:
1. Select the printer, filament, and process you would like to use for the test.
@@ -48,7 +52,27 @@ Steps:
![line_0 016](https://user-images.githubusercontent.com/103989404/210140046-dc5adf6a-42e8-48cd-950c-5e81558da967.jpg)
![image](https://user-images.githubusercontent.com/103989404/210140079-61a4aba4-ae01-4988-9f8e-2a45a90cdb7d.png)
### Pattern method
The pattern method is adapted from [Andrew Ellis' pattern method generator](https://ellis3dp.com/Pressure_Linear_Advance_Tool/), which was itself derived from the [Marlin pattern method](https://marlinfw.org/tools/lin_advance/k-factor.html) developed by [Sineos](https://github.com/Sineos/k-factorjs).
[Instructions for using and reading the pattern method](https://ellis3dp.com/Print-Tuning-Guide/articles/pressure_linear_advance/pattern_method.html) are provided in [Ellis' Print Tuning Guide](https://ellis3dp.com/Print-Tuning-Guide/), with only a few Orca Slicer differences to note.
First and foremost, when you initiate the test, you'll only see a small rectangular prism on the plate. This object serves a few purposes:
1. The test pattern itself is added in as custom G-Code at each layer, same as you could do by hand actually. The rectangular prism gives us the layers in which to insert that G-Code. This also means that **you'll see the full test pattern when you move to the Preview pane**
2. The prism acts as a handle, enabling you to move the test pattern wherever you'd like on the plate by moving the prism
3. The filament selected for the prism is also used for the test pattern
Next, Ellis' generator provided the ability to adjust specific printer, filament, and print profile settings. You can make these same changes in Orca Slicer by adjusting the settings in the Prepare pane as you would with any other print. When you initiate the calibration test, Ellis' default settings are applied. A few things to note about these settings:
1. Ellis specified line widths as a percent of filament diameter. The Orca pattern method does the same to provide its suggested defaults, making use of Ellis' percentages in combination with your specified nozzle diameter
2. In terms of line width, the pattern only makes use of the `Default` and `First layer` widths
3. In terms of speed, the pattern only uses the `First layer speed -> First layer` and `Other layers speed -> Outer wall` speeds
4. The infill pattern beneath the numbers cannot be changed becuase it's not actually an infill pattern pulled from the settings. All of the pattern G-Code is custom written, so that "infill" is, effectively, hand-drawn and so not processed through the usual channels that would enable Orca to recognize it as infill
### Tower method
The tower method may take a bit more time to complete, but it does not rely on the quality of the first layer.
The PA value for this test will be increased by 0.002 for every 1 mm increase in height. (**NOTE** 0.02 for Bowden)
Steps:
@@ -82,6 +106,27 @@ You can assess the tolerance using either an M6 Allen key or the printed hexagon
![image](./images/OrcaToleranceTes_m6.jpg)
![image](./images/OrcaToleranceTest_print.jpg)
# Advanced Calibration
## Max Volumetric speed
This is a test designed to calibrate the maximum volumetric speed of the specific filament. The generic or 3rd party filament types may not have the correct volumetric flow rate set in the filament. This test will help you to find the maximum volumetric speed of the filament.
You will be promted to enter the settings for the test: start volumetric speed, end volumentric speed, and step. It is recommended to use the default values (5mm³/s start, 20mm³/s end, with a step of 0.5), unless you already have an idea of the lower or upper limit for your filament. Select "OK", slice the plate, and send it to the printer.
Once printed, take note of where the layers begin to fail and where the quality begins to suffer. Pay attention to changes from matte to shiny as well.
![image](./images/vmf_measurement_point.jpg)
Using calipers or a ruler, measure the height of the print at that point. Use the following calculation to determine the correct max flow value: `start + (height-measured * step)` . For example in the photo below, and using the default setting values, the print quality began to suffer at 19mm measured, so the calculation would be: `5 + (19 * 0.5)` , or `13mm³/s` using the default values. Enter your number into the "Max volumetric speed" value in the filament settings.
![image](./images/caliper_sample_mvf.jpg)
You can also return to OrcaSlicer in the "Preview" tab, make sure the color scheme "flow" is selected. Scroll down to the layer height that you measured, and click on the toolhead slider. This will indicate the max flow level for your filmanet.
![image](./images/max_volumetric_flow.jpg)
#### *NOTE You may also choose to conservatively reduce the flow by 5-10% to ensure print quality.*
***
*Credits:*
- *The Flowrate test and retraction test is inspired by [SuperSlicer](https://github.com/supermerill/SuperSlicer)*

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 285 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 KiB

View File

@@ -43,6 +43,16 @@
"type": "po",
"pattern": "bbl/i18n/ja/OrcaSlicer_ja.po",
"lang": "ja"
},
{
"type": "po",
"pattern": "bbl/i18n/ko/OrcaSlicer_ko.po",
"lang": "ko"
},
{
"type": "po",
"pattern": "bbl/i18n/ru/OrcaSlicer_ru.po",
"lang": "ru"
}
]
},

Binary file not shown.

Binary file not shown.

93
resources/fonts/OFL.txt Normal file
View File

@@ -0,0 +1,93 @@
Copyright 2012 Google Inc. All Rights Reserved.
This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL
-----------------------------------------------------------
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
-----------------------------------------------------------
PREAMBLE
The goals of the Open Font License (OFL) are to stimulate worldwide
development of collaborative font projects, to support the font creation
efforts of academic and linguistic communities, and to provide a free and
open framework in which fonts may be shared and improved in partnership
with others.
The OFL allows the licensed fonts to be used, studied, modified and
redistributed freely as long as they are not sold by themselves. The
fonts, including any derivative works, can be bundled, embedded,
redistributed and/or sold with any software provided that any reserved
names are not used by derivative works. The fonts and derivatives,
however, cannot be released under any other type of license. The
requirement for fonts to remain under this license does not apply
to any document created using the fonts or their derivatives.
DEFINITIONS
"Font Software" refers to the set of files released by the Copyright
Holder(s) under this license and clearly marked as such. This may
include source files, build scripts and documentation.
"Reserved Font Name" refers to any names specified as such after the
copyright statement(s).
"Original Version" refers to the collection of Font Software components as
distributed by the Copyright Holder(s).
"Modified Version" refers to any derivative made by adding to, deleting,
or substituting -- in part or in whole -- any of the components of the
Original Version, by changing formats or by porting the Font Software to a
new environment.
"Author" refers to any designer, engineer, programmer, technical
writer or other person who contributed to the Font Software.
PERMISSION & CONDITIONS
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Font Software, to use, study, copy, merge, embed, modify,
redistribute, and sell modified and unmodified copies of the Font
Software, subject to the following conditions:
1) Neither the Font Software nor any of its individual components,
in Original or Modified Versions, may be sold by itself.
2) Original or Modified Versions of the Font Software may be bundled,
redistributed and/or sold with any software, provided that each copy
contains the above copyright notice and this license. These can be
included either as stand-alone text files, human-readable headers or
in the appropriate machine-readable metadata fields within text or
binary files as long as those fields can be easily viewed by the user.
3) No Modified Version of the Font Software may use the Reserved Font
Name(s) unless explicit written permission is granted by the corresponding
Copyright Holder. This restriction only applies to the primary font name as
presented to the users.
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
Software shall not be used to promote, endorse or advertise any
Modified Version, except to acknowledge the contribution(s) of the
Copyright Holder(s) and the Author(s) or with their explicit written
permission.
5) The Font Software, modified or unmodified, in part or in whole,
must be distributed entirely under this license, and must not be
distributed under any other license. The requirement for fonts to
remain under this license does not apply to any document created
using the Font Software.
TERMINATION
This license becomes null and void if any of the above conditions are
not met.
DISCLAIMER
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
OTHER DEALINGS IN THE FONT SOFTWARE.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -76,7 +76,7 @@
"0.4"
],
"max_layer_height": [
"0.28"
"0.32"
],
"min_layer_height": [
"0.08"

View File

@@ -44,7 +44,7 @@
"ironing_speed": "15",
"ironing_type": "top",
"reduce_infill_retraction": "1",
"filename_format": "[input_filename_base].gcode",
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",

View File

@@ -44,7 +44,7 @@
"ironing_speed": "15",
"ironing_type": "top",
"reduce_infill_retraction": "1",
"filename_format": "[input_filename_base].gcode",
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",

View File

@@ -44,7 +44,7 @@
"ironing_speed": "15",
"ironing_type": "top",
"reduce_infill_retraction": "1",
"filename_format": "[input_filename_base].gcode",
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",

View File

@@ -44,7 +44,7 @@
"ironing_speed": "15",
"ironing_type": "top",
"reduce_infill_retraction": "1",
"filename_format": "[input_filename_base].gcode",
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",

View File

@@ -44,7 +44,7 @@
"ironing_speed": "15",
"ironing_type": "top",
"reduce_infill_retraction": "1",
"filename_format": "[input_filename_base].gcode",
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",

View File

@@ -44,7 +44,7 @@
"ironing_speed": "15",
"ironing_type": "top",
"reduce_infill_retraction": "1",
"filename_format": "[input_filename_base].gcode",
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",

View File

@@ -44,7 +44,7 @@
"ironing_speed": "15",
"ironing_type": "top",
"reduce_infill_retraction": "1",
"filename_format": "[input_filename_base].gcode",
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",

View File

@@ -44,7 +44,7 @@
"ironing_speed": "15",
"ironing_type": "top",
"reduce_infill_retraction": "1",
"filename_format": "[input_filename_base].gcode",
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",

View File

@@ -44,7 +44,7 @@
"ironing_speed": "15",
"ironing_type": "top",
"reduce_infill_retraction": "1",
"filename_format": "[input_filename_base].gcode",
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",

View File

@@ -44,7 +44,7 @@
"ironing_speed": "15",
"ironing_type": "top",
"reduce_infill_retraction": "1",
"filename_format": "[input_filename_base].gcode",
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",

View File

@@ -44,7 +44,7 @@
"ironing_speed": "15",
"ironing_type": "top",
"reduce_infill_retraction": "1",
"filename_format": "[input_filename_base].gcode",
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",

View File

@@ -44,7 +44,7 @@
"ironing_speed": "15",
"ironing_type": "top",
"reduce_infill_retraction": "1",
"filename_format": "[input_filename_base].gcode",
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",

View File

@@ -44,7 +44,7 @@
"ironing_speed": "15",
"ironing_type": "top",
"reduce_infill_retraction": "1",
"filename_format": "[input_filename_base].gcode",
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",

View File

@@ -44,7 +44,7 @@
"ironing_speed": "15",
"ironing_type": "top",
"reduce_infill_retraction": "1",
"filename_format": "[input_filename_base].gcode",
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",

View File

@@ -44,7 +44,7 @@
"ironing_speed": "15",
"ironing_type": "top",
"reduce_infill_retraction": "1",
"filename_format": "[input_filename_base].gcode",
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",

View File

@@ -79,7 +79,7 @@
"0.4"
],
"max_layer_height": [
"0.28"
"0.32"
],
"min_layer_height": [
"0.08"

View File

@@ -79,7 +79,7 @@
"0.4"
],
"max_layer_height": [
"0.28"
"0.32"
],
"min_layer_height": [
"0.08"

View File

@@ -44,7 +44,7 @@
"ironing_speed": "15",
"ironing_type": "top",
"reduce_infill_retraction": "1",
"filename_format": "[input_filename_base].gcode",
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",
@@ -55,7 +55,7 @@
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",
"skirt_distance": "6",
"skirt_distance": "2",
"skirt_height": "1",
"skirt_loops": "3",
"minimum_sparse_infill_area": "10",
@@ -79,7 +79,7 @@
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2.5",
"support_speed": "60",
"support_threshold_angle": "0",
"support_threshold_angle": "30",
"support_object_xy_distance": "50%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",

View File

@@ -44,7 +44,7 @@
"ironing_speed": "15",
"ironing_type": "top",
"reduce_infill_retraction": "1",
"filename_format": "[input_filename_base].gcode",
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",
@@ -55,7 +55,7 @@
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",
"skirt_distance": "6",
"skirt_distance": "2",
"skirt_height": "1",
"skirt_loops": "3",
"minimum_sparse_infill_area": "10",
@@ -79,7 +79,7 @@
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2.5",
"support_speed": "40",
"support_threshold_angle": "0",
"support_threshold_angle": "30",
"support_object_xy_distance": "50%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",

View File

@@ -44,7 +44,7 @@
"ironing_speed": "15",
"ironing_type": "top",
"reduce_infill_retraction": "1",
"filename_format": "[input_filename_base].gcode",
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",
@@ -55,7 +55,7 @@
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",
"skirt_distance": "6",
"skirt_distance": "2",
"skirt_height": "1",
"skirt_loops": "3",
"minimum_sparse_infill_area": "10",
@@ -79,7 +79,7 @@
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2.5",
"support_speed": "40",
"support_threshold_angle": "0",
"support_threshold_angle": "30",
"support_object_xy_distance": "50%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",

View File

@@ -44,7 +44,7 @@
"ironing_speed": "15",
"ironing_type": "top",
"reduce_infill_retraction": "1",
"filename_format": "[input_filename_base].gcode",
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",
@@ -55,7 +55,7 @@
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",
"skirt_distance": "6",
"skirt_distance": "2",
"skirt_height": "1",
"skirt_loops": "3",
"minimum_sparse_infill_area": "10",
@@ -79,7 +79,7 @@
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2.5",
"support_speed": "60",
"support_threshold_angle": "0",
"support_threshold_angle": "30",
"support_object_xy_distance": "50%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",

View File

@@ -44,7 +44,7 @@
"ironing_speed": "15",
"ironing_type": "top",
"reduce_infill_retraction": "1",
"filename_format": "[input_filename_base].gcode",
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",
@@ -55,7 +55,7 @@
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",
"skirt_distance": "6",
"skirt_distance": "2",
"skirt_height": "1",
"skirt_loops": "3",
"minimum_sparse_infill_area": "10",
@@ -79,7 +79,7 @@
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2.5",
"support_speed": "40",
"support_threshold_angle": "0",
"support_threshold_angle": "30",
"support_object_xy_distance": "50%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",

View File

@@ -44,7 +44,7 @@
"ironing_speed": "15",
"ironing_type": "top",
"reduce_infill_retraction": "1",
"filename_format": "[input_filename_base].gcode",
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",
@@ -55,7 +55,7 @@
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",
"skirt_distance": "6",
"skirt_distance": "2",
"skirt_height": "1",
"skirt_loops": "3",
"minimum_sparse_infill_area": "10",
@@ -79,7 +79,7 @@
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2.5",
"support_speed": "40",
"support_threshold_angle": "0",
"support_threshold_angle": "30",
"support_object_xy_distance": "50%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",

View File

@@ -44,7 +44,7 @@
"ironing_speed": "15",
"ironing_type": "top",
"reduce_infill_retraction": "1",
"filename_format": "[input_filename_base].gcode",
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",
@@ -55,7 +55,7 @@
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",
"skirt_distance": "6",
"skirt_distance": "2",
"skirt_height": "1",
"skirt_loops": "3",
"minimum_sparse_infill_area": "10",
@@ -79,7 +79,7 @@
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2.5",
"support_speed": "40",
"support_threshold_angle": "0",
"support_threshold_angle": "30",
"support_object_xy_distance": "50%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",

View File

@@ -44,7 +44,7 @@
"ironing_speed": "15",
"ironing_type": "top",
"reduce_infill_retraction": "1",
"filename_format": "[input_filename_base].gcode",
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",
@@ -55,7 +55,7 @@
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",
"skirt_distance": "6",
"skirt_distance": "2",
"skirt_height": "1",
"skirt_loops": "3",
"minimum_sparse_infill_area": "10",
@@ -79,7 +79,7 @@
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2.5",
"support_speed": "40",
"support_threshold_angle": "0",
"support_threshold_angle": "30",
"support_object_xy_distance": "50%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",

View File

@@ -44,7 +44,7 @@
"ironing_speed": "15",
"ironing_type": "top",
"reduce_infill_retraction": "1",
"filename_format": "[input_filename_base].gcode",
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",
@@ -55,7 +55,7 @@
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",
"skirt_distance": "6",
"skirt_distance": "2",
"skirt_height": "1",
"skirt_loops": "3",
"minimum_sparse_infill_area": "10",
@@ -79,7 +79,7 @@
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2.5",
"support_speed": "40",
"support_threshold_angle": "0",
"support_threshold_angle": "30",
"support_object_xy_distance": "50%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",

View File

@@ -44,7 +44,7 @@
"ironing_speed": "15",
"ironing_type": "top",
"reduce_infill_retraction": "1",
"filename_format": "[input_filename_base].gcode",
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",
@@ -55,7 +55,7 @@
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",
"skirt_distance": "6",
"skirt_distance": "2",
"skirt_height": "1",
"skirt_loops": "3",
"minimum_sparse_infill_area": "10",
@@ -79,7 +79,7 @@
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2.5",
"support_speed": "60",
"support_threshold_angle": "0",
"support_threshold_angle": "30",
"support_object_xy_distance": "50%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",

File diff suppressed because it is too large Load Diff

View File

@@ -9,7 +9,8 @@
"2"
],
"compatible_printers": [
"Bambu Lab X1 Carbon 0.2 nozzle",
"Bambu Lab X1 0.2 nozzle"
"Bambu Lab X1 Carbon 0.2 nozzle",
"Bambu Lab X1 0.2 nozzle",
"Bambu Lab P1S 0.2 nozzle"
]
}
}

View File

@@ -15,7 +15,8 @@
"10"
],
"compatible_printers": [
"Bambu Lab X1 Carbon 0.8 nozzle",
"Bambu Lab X1 0.8 nozzle"
"Bambu Lab X1 Carbon 0.8 nozzle",
"Bambu Lab X1 0.8 nozzle",
"Bambu Lab P1S 0.8 nozzle"
]
}
}

View File

@@ -9,9 +9,11 @@
"22"
],
"compatible_printers": [
"Bambu Lab X1 Carbon 0.4 nozzle",
"Bambu Lab X1 0.4 nozzle",
"Bambu Lab X1 Carbon 0.6 nozzle",
"Bambu Lab X1 0.6 nozzle"
"Bambu Lab X1 Carbon 0.4 nozzle",
"Bambu Lab X1 0.4 nozzle",
"Bambu Lab X1 Carbon 0.6 nozzle",
"Bambu Lab X1 0.6 nozzle",
"Bambu Lab P1S 0.4 nozzle",
"Bambu Lab P1S 0.6 nozzle"
]
}
}

View File

@@ -14,4 +14,4 @@
"filament_vendor": [
"Bambu Lab"
]
}
}

View File

@@ -0,0 +1,17 @@
{
"name": "Bambu ASA @BBL X1 0.2 nozzle",
"type": "filament",
"instantiation": "true",
"from": "system",
"inherits": "Bambu ASA @base",
"setting_id": "GFSB01_03",
"fan_max_speed": [
"80"
],
"filament_max_volumetric_speed": [
"2"
],
"compatible_printers": [
"Bambu Lab X1 0.2 nozzle"
]
}

View File

@@ -0,0 +1,20 @@
{
"name": "Bambu ASA @BBL X1 0.6 nozzle",
"type": "filament",
"instantiation": "true",
"from": "system",
"inherits": "Bambu ASA @base",
"setting_id": "GFSB01_04",
"fan_max_speed": [
"90"
],
"fan_min_speed": [
"25"
],
"filament_retraction_speed": [
"0.4"
],
"compatible_printers": [
"Bambu Lab X1 0.6 nozzle"
]
}

View File

@@ -0,0 +1,16 @@
{
"name": "Bambu ASA @BBL X1C 0.2 nozzle",
"type": "filament",
"instantiation": "true",
"from": "system",
"inherits": "Bambu ASA @base",
"setting_id": "GFSB01_01",
"filament_max_volumetric_speed": [
"2"
],
"compatible_printers": [
"Bambu Lab X1 Carbon 0.2 nozzle",
"Bambu Lab P1P 0.2 nozzle",
"Bambu Lab P1S 0.2 nozzle"
]
}

View File

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

View File

@@ -0,0 +1,21 @@
{
"name": "Bambu ASA @BBL X1C",
"type": "filament",
"instantiation": "true",
"from": "system",
"inherits": "Bambu ASA @base",
"setting_id": "GFSB01_00",
"fan_min_speed": [
"25"
],
"fan_max_speed": [
"90"
],
"compatible_printers": [
"Bambu Lab X1 Carbon 0.6 nozzle",
"Bambu Lab X1 Carbon 0.8 nozzle",
"Bambu Lab X1 0.8 nozzle",
"Bambu Lab P1S 0.6 nozzle",
"Bambu Lab P1S 0.8 nozzle"
]
}

View File

@@ -0,0 +1,29 @@
{
"name": "Bambu ASA @base",
"type": "filament",
"instantiation": "false",
"from": "system",
"inherits": "fdm_filament_asa",
"filament_density": [
"1.05"
],
"filament_cost": [
"31.99"
],
"filament_id": "GFB01",
"nozzle_temperature_initial_layer": [
"270"
],
"nozzle_temperature": [
"270"
],
"filament_flow_ratio": [
"0.95"
],
"fan_max_speed": [
"50"
],
"filament_max_volumetric_speed": [
"18"
]
}

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