Carlos Francisco Caruncho Serrano
8bfa48eae6
Updated Spanish translation ( #6721 )
...
* Update OrcaSlicer_es.po
* some changes
* Some fixes
* More fixes
* More fixes and improves
* More fixes
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Traducción español Beta 2.1.0
* Update text.js
* Update OrcaSlicer_es.po
Cambiado punto por coma
* Minor fix PR
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Update Spanish Language
* Updated strings
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Fixed Spanish Strings in English
Fixed a lot of string whose are translations were english to english.
* Some spanish strings improved
* Update Spanish Strings in RC
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Some fixes
* More fixes and improves
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
Cambiado punto por coma
* Update Spanish Language
* Some spanish strings improved
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Some fixes to PR
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Traducción español Beta 2.1.0
* Update text.js
* Minor fix PR
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Some fixes to PR
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Some fixes
* More fixes and improves
* Some spanish strings improved
* some changes
* Some fixes
* More fixes
* More fixes and improves
* Update OrcaSlicer_es.po
* Fixed Spanish Strings in English
Fixed a lot of string whose are translations were english to english.
* Some spanish strings improved
* Update Spanish Strings in RC
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Revert "Some Spanish Translation Fixes (#6115 )"
This reverts commit c37a871dd2 .
* Calibration: retraction test
* Fix a regression: Generic filament profiles conflicts #981
* support full_fan_speed_layer
* Support interface fan speed
* profile cover image reorg
* Traducción español Beta 2.1.0
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Some fixes to PR
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Revert "profile cover image reorg"
This reverts commit 041d41fa9f8bf2d927fa32a557e2427dddb1c849.
* Revert "Support interface fan speed"
This reverts commit a657d851218c95356771f4a839fdeea537e9919c.
* Revert "support full_fan_speed_layer"
This reverts commit ac6dcadeb034a2e74365c6268ef9ed7162fc59af.
* Revert "Fix a regression: Generic filament profiles conflicts #981 "
This reverts commit 97118f8e9401f895f585053ded1b40ad3a71ef78.
* Revert "Calibration: retraction test"
This reverts commit b210c294346c077385f4c1f8dab70f8596067dc5.
* Update OrcaSlicer_es.po
* More fixes
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Final fixes
* Update OrcaSlicer_es.po
* Update Spanish Strings
* update
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Update text.js
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
---------
Co-authored-by: ElectricalBoy <15651807+ElectricalBoy@users.noreply.github.com >
Co-authored-by: SoftFever <softfeverever@gmail.com >
Co-authored-by: SoftFever <103989404+SoftFever@users.noreply.github.com >
2024-09-11 22:49:44 +08:00
Noisyfox
2d6c9bf160
Prevent toolbar clicking when mouse is hovering over layer height editor ( #6727 )
...
* Prevent toolbar clicking when mouse is hovering over layer height editor (SoftFever/OrcaSlicer#6713 )
2024-09-11 22:28:49 +08:00
Noisyfox
d1c92f66e4
Fix issue that github action windows build could not find win10sdk ( #6726 )
...
* Fix issue that github action windows build could not find win10sdk (SoftFever/OrcaSlicer#6724 )
* Another attempt to fix the build issue
* This should work now
2024-09-11 22:24:47 +08:00
Kevin Delgado
d017f3616f
Improvementes in readme and security docs ( #6730 )
...
* Delete Readme.txt
Not in use
* Update SECURITY.md
Formatted and little changes made
* Update README.md
Improved format and texts, insert image at the top
2024-09-11 22:23:15 +08:00
Noisyfox
3838c62146
Fix issue that "total filament used [g]" is missing from gcode ( #6728 )
...
* Fix issue that "total filament used [g]" is missing from gcode
2024-09-11 22:17:32 +08:00
Erkan Ozgur Yilmaz
b917832db6
Duplicate Current Plate With Objects (Second PR) ( #6710 )
...
* Added `duplicate plate` feature.
This the initial commit and this still needs work.
* [#2025 ] Fixed the SEGFAULT, apparently an icon id=6 needed to be updated to id=7 as we have one more plate icon.
[#2025 ] Removed the `printf` statements.
* [#2025 ] Plate duplication is now fully implemented.
* [#2025 ] Updated icons for plate duplicate funcctionality.
* [#2025 ] Added toolbar icon fro "Duplicate Current Plate" action.
* [#2025 ] Revert changes for `toolbar_add_plate_dark.svg`.
* [#2025 ] Removed the `BBS` label in the code that is not written by BBS.
* [#2025 ] Updated `.gitignore` to ignore VSCode workspace file.
* [#2025 ] Fixed the instances not transforming in global space when the plate is duplicated.
* [#2025 ] Removed the Duplicate Plate action from the plate actions and the toolbar.
* [#2025 ] Added the `Duplicate Current Plate` functionality to the `Edit` menu.
* [#2025 ] Addressed review comments.
* [#2025 ] Addressed review comments.
* [#2025 ] Removed unused icons related to the previously introduced "Duplicate Plate" functionality.
2024-09-10 23:43:41 +08:00
Noisyfox
359aa9d0a9
Fix various issues with fuzzy skin ( #6716 )
...
* Fix issue that `fuzzy_skin_first_layer` not respected by classic wall generator
* Fix issue that Contour / Contour and hole mode not working properly (SoftFever/OrcaSlicer#6414 )
* We have `is_contour`, so need for complicated hole detection
2024-09-10 23:28:39 +08:00
Ioannis Giannakas
e9e74c958f
Filter out micro segments generated during the overhang slowdown process ( #6714 )
2024-09-10 22:54:35 +08:00
Vovodroid
0bb51b5a10
Correct odd layer GUI description ( #5793 )
2024-09-09 22:45:58 +08:00
bo0tzz
c431b43e4a
Fix loading 3d mouse params from config ( #6703 )
...
Since this seems a trivial enough change, I haven't done any local building/testing. Let me know if you need anything like that from me anyways.
2024-09-09 22:43:08 +08:00
Heiko Liebscher
9ee19c5dbe
New de translation and typos for 2.20beta ( #6702 )
...
* add new de translation for 2.2 beta
* fix typo info(r)mation
* build new locals
2024-09-09 22:42:27 +08:00
GlauTech
41eeb4c24b
Update TURKISH translations ( #6685 )
...
* Update TURKISH translations
2024-09-09 20:15:02 +08:00
SoftFever
015352c9b0
bump version to 2.2.0-beta
2024-09-08 23:20:03 +08:00
SoftFever
a5e316fd44
bump profile version
2024-09-08 23:12:46 +08:00
Noisyfox
f617de7238
Fix Anycubic Kobra 0.4 nozzle profile ( #6678 )
...
* Fix Anycubic Kobra 0.4 nozzle profile
2024-09-08 22:52:54 +08:00
SoftFever
e4d16f59cc
update locales
2024-09-08 22:46:11 +08:00
SoftFever
a56675dfcb
updates for PR #6638 - typos and grammar ( #6673 )
...
Including a marathon of resolving merge conflicts due to PRs today.
We should abolish multi-line msgids :-)
# Description
This looks like a huge PR, but it is only fixes for typos and grammar.
On the previous PR #6638 I mistakenly used _en.po as the reference
instead of the .pot.
It caused missed strings in the source and other .po files.
This around I triple checked again to make sure the msgids are in sync
with the L"" strings in the code.
Comments, variable names and non-English translation strings were
excluded.
I learnt that typos were "fixed" before by using translations. After
this PR, those translations are no longer relevant and can be cleaned
up.
Hopefully this sets a new baseline which will last us a while. :-)
<!--
> Please provide a summary of the changes made in this PR. Include
details such as:
> * What issue does this PR address or fix?
> * What new features or enhancements does this PR introduce?
> * Are there any breaking changes or dependencies that need to be
considered?
-->
# Screenshots/Recordings/Graphs
<!--
> Please attach relevant screenshots to showcase the UI changes.
> Please attach images that can help explain the changes.
-->
## Tests
The code compiled and ran successfully.
The translation files were verified with ./run_gettext.sh
I did not se any issues when running ./run_gettext.sh --full
Please confirm it again, before the merge.
<!--
> Please describe the tests that you have conducted to verify the
changes made in this PR.
-->
2024-09-08 22:11:20 +08:00
SoftFever
2efdb56495
deprecate overhang_speed_classic option and enable slowdown_for_curled_perimeters by default
2024-09-08 22:05:13 +08:00
SoftFever
e774499306
update bbl profile
2024-09-08 22:05:08 +08:00
Henri van der Riet
c1bd0d1bcb
merge conflict
2024-09-08 14:26:26 +02:00
SoftFever
11b7195d50
Bugfix: gapfill was assigned with wrong extruder/filament ( #6680 )
...
# Description
Fixed #6620
2024-09-08 19:56:49 +08:00
SoftFever
f86212e8d2
fix a bug that gapfill was assigned with wrong extruder/filament
2024-09-08 19:50:32 +08:00
SoftFever
19454a64bb
Update Qidi profiles, fixes thumbnails for X3 machines ( #6023 )
...
change of thumbnails
2024-09-08 10:15:23 +08:00
Henri van der Riet
5752a3333a
line wraps
2024-09-08 02:48:53 +02:00
Henri van der Riet
8aa6c82cc7
Prusa -> Orca
2024-09-08 01:58:56 +02:00
Henri van der Riet
d3e79552b2
fix duplicates
2024-09-08 01:47:58 +02:00
Henri van der Riet
ffcf0ae90c
fix duplicates
2024-09-08 01:25:20 +02:00
Henri van der Riet
11d540d42d
merge conflicts
2024-09-08 01:04:19 +02:00
Henri van der Riet
179b943413
updates for PR #6638 - typos and grammar
...
Including resolved merge conflicts.
2024-09-08 00:16:33 +02:00
SoftFever
3e61d6dcb7
Enabling object skirt. ( #6487 )
...
Implements individual object skirts, as requested in **Individual skirts when printing by object. #3486** and **Skirt around each object when using "by object" sequence #2652**
Now skirt type could be

This PR based on several refactorings, including **Configure skirt start point #6490** PR. To make review more easy each step was committed individually. Obviously them could be separated to different PRs or dropped.
I removed `prime_extruder && first_layer && extruder_id == first_extruder_id` as explicit object skirt is available.
Open question : do we need both common and object skirt together, probably with separate loop number?
All four combinations are possible.
Print by layer, common skirt:

Print by layer, object skirt:

Print by object , object skirt:

Print by object , common skirt (any meaning?):

2024-09-07 23:46:54 +08:00
SoftFever
be62a37524
update locale
2024-09-07 21:01:12 +08:00
SoftFever
cce40fd154
Revert "Fix typos and grammar ( #6638 )"
...
This reverts commit 1afc1372bc .
2024-09-07 20:04:17 +08:00
Vovodroid
0adc5d9c0f
Warnings: remove empty code ( #6577 )
...
* Warnings: remove empty code
2024-09-07 18:18:35 +08:00
Vovodroid
4ed28e24ed
Warnings: replace wxSOLID with wxPENSTYLE_SOLID ( #6579 )
...
* Replace wxSOLID with wxPENSTYLE_SOLID
2024-09-07 18:17:35 +08:00
Vovodroid
b6e2d7fdbe
Warnings: various fixes ( #6582 )
...
* Warnings: various fixes
* Use std::ignore
2024-09-07 18:16:50 +08:00
henrivdr
0da135f4b8
Fix typos and grammar ( #6638 )
...
* fix lots of typos, grammar etc.
* merge conflict
* merge conflict
* merge conflict
* merge conflict
* revert gettext comments
---------
Co-authored-by: SoftFever <softfeverever@gmail.com >
2024-09-07 18:00:01 +08:00
Noisyfox
104de96f78
Fix crash when dragging text in WebViews on macOS ( #6668 )
...
* Fix crash when dragging text in WebViews on macOS (SoftFever/OrcaSlicer#6608 )
2024-09-07 17:39:18 +08:00
Thomas
3820ade510
Added new French translations ( #6667 )
...
* Added new translations
* Removed dupe
* Cursed c-boost
* Removed dupe
2024-09-07 17:38:24 +08:00
Noisyfox
88611095ba
Fix calibration tab when switching between BBL&non-BBL printers ( #6661 )
...
* Fix calibration tab when switching between BBL&non-BBL printers (SoftFever/OrcaSlicer#6563 )
* Merge branch 'main' into bugfox/cali_tab
2024-09-07 17:09:10 +08:00
vovodroid
1824ed2a36
Rename skirt types
2024-09-07 12:02:39 +03:00
PugBuster
1b91db1223
Added profiles for Anycubic Kobra standard ( #6660 )
...
Profile created based on information contained in the printer's firmware and profiles recommended by the manufacturer for Cura. It has been tested on various parts including 3DBenchy with more than satisfactory results.
2024-09-07 16:56:30 +08:00
Definately Anna
a85c71eefe
Update Creality Ender-3 V3 KE 0.4 nozzle.json ( #6659 )
...
Fixed wrong probe count for default printer settings. Creality ships device with 5x5 mesh, and this setting causes errors "key194: BLtouch failed".
2024-09-07 16:52:37 +08:00
Thomas Schüßler
38bb2ab62a
Fixed typo ( #6650 )
2024-09-07 16:33:40 +08:00
Vovodroid
e915a9e757
Clarify support and filter bridge config options ( #6643 )
...
* Clarify support and filter bridge config options
2024-09-07 16:31:51 +08:00
SoftFever
d274e46aee
Added profiles for MK3.5 ( #6614 )
...
# Description
Added profiles for MK3.5. Copied most of the settings over from MINIIS
and changed the speed and filament pressure advance settings according
to profiles in PrusaSlicer
# Screenshots/Recordings/Graphs


## Tests
Tested with some Benchys for the different nozzle sizes. Everything
seems to work as expected.
2024-09-07 16:28:04 +08:00
SoftFever
d91bd06605
Fix only one wall on first layer when raft is used ( #6656 )
...
Fix #6616
2024-09-07 16:25:01 +08:00
SoftFever
ac985d21ee
Fix bridge anchor when bridge is also the top surface ( #6654 )
...
Fixes #6642
Cherry picked from b133579126
Huge thanks for their excellent work!

2024-09-07 16:23:44 +08:00
Ioannis Giannakas
ee7b694d80
Combined infill max layer height (optional) parameter ( #6401 )
...
* Combined infill max layer height parameter
* Combine sparse infill - allow % over nozzle diameter too.
* Updated defaults and tooltips
* Update PrintConfig.cpp
2024-09-07 16:20:46 +08:00
SoftFever
91f55f6870
Merge branch 'main' into skirt-object-fix-pr
2024-09-07 10:57:59 +08:00
Noisyfox
bfb15fd0db
Fix only one wall on first layer when raft is used ( SoftFever/OrcaSlicer#6616 )
2024-09-05 11:34:29 +08:00