SoftFever
6de898fb91
Fix an issue when loading older 3mf project
2024-01-06 11:21:46 +08:00
SoftFever
5eaf6ce8fc
Fixed an issue that Orca project can't be loaded in dev branch
2024-01-06 10:13:34 +08:00
SoftFever
fb15eebceb
bump version profile version to "01.09.00.02"
2024-01-06 09:22:44 +08:00
SoftFever
fee584b993
Fixed an issue that some profiles has ironings enabled by default
2024-01-06 09:22:44 +08:00
SoftFever
a6ad56d07a
Added an option to enable multiple bed type support for printers
2024-01-06 09:22:44 +08:00
SoftFever
bb938e2f91
Fixed crashes when send gcode to BBL printers
2024-01-06 09:22:44 +08:00
SoftFever
a4ef341d12
update gitignore
2024-01-06 09:22:44 +08:00
SoftFever
ce9591301f
fix object exclusion regression on BBL printers
2024-01-06 09:22:44 +08:00
SoftFever
3bc2f96184
skip writting object info for BBL printers
2024-01-06 09:22:44 +08:00
Heiko Liebscher
9a4b859838
Fix de for 1.9 release ( #3387 )
...
fix some typos and new msgids
2024-01-06 09:22:14 +08:00
Noisyfox
9c80e9ccd3
QoL: Keyboard shortcuts updates & fixes ( #3457 )
...
* Bring back the shortcut to zoom in & out
* Update keyboard shortcut info
* Update keyboard shortcut info
* Different handling of shortcut 'T' for emboss text
Cherry-picked from prusa3d/PrusaSlicer@58e3143ad8
Co-authored-by: Filip Sykala - NTB T15p <Filip.Sykala@prusa3d.cz >
---------
Co-authored-by: Filip Sykala - NTB T15p <Filip.Sykala@prusa3d.cz >
(cherry picked from commit 002208fc8c952a6a4c132fa7977a7bbdbc7a348d)
2024-01-04 19:36:04 +08:00
SoftFever
7e38552e98
Feature/update deps ( #3445 )
...
* update deps
* fix win build errors
* fix mac build
* update linux
(cherry picked from commit 77b6225060fd1b6cbc32865b6397363befd2af1d)
2024-01-04 19:36:04 +08:00
Noisyfox
ef873a5429
Fix NaN when adding negative part ( #3423 ) ( #3431 )
2024-01-02 20:48:25 +08:00
SoftFever
6d93a8cd0f
some profile changes based on feedbacks
2024-01-02 20:41:41 +08:00
SoftFever
25c87dad21
Fix boost download server issue
...
(cherry picked from commit b2ce4c18801fee19fe244059aa5915aca06a5819)
2024-01-02 16:26:01 +08:00
SoftFever
f08bdcf8a5
bump dev to 2.0.0-dev version
2024-01-02 16:02:51 +08:00
SoftFever
371baee5cb
Fix wrong option order
2024-01-02 16:02:51 +08:00
Noisyfox
d659301b9a
Fix issue that "Per-glyph" option not working when UI is in Chinese ( #3425 )
2024-01-02 16:01:05 +08:00
SoftFever
d36e35d961
Improve rendering quality when model color is pure black
2024-01-02 13:14:46 +08:00
SoftFever
bc09809a3b
Set CMAKE_OSX_DEPLOYMENT_TARGET properly on dev machine when calling build_release_mac.sh
2024-01-02 13:14:20 +08:00
Scott Mudge
fb861cda28
Add configurable short wall/perimeter cleaning for Arachne ( #2790 )
...
* add feature to add configurable value to clean/remove short un-closed walls/perimeters, to improve print times and reduce stringing (and generally lead to a cleaner print).
* fixes to short wall removal, which no longer affects bottom or top surfaces. allowed adjusting Top-surface threshold (renamed from One wall threshold for clarity) when short wall removal value is configured above default of 0.5.
* small fix for toggle_line for min_width_top_surface, to only be visible if min_length_factor > 0.5 and arachne is enabled.
* Use copy of input_params
* revert `One wall threshold"` string change
---------
Co-authored-by: SoftFever <softfeverever@gmail.com >
2024-01-01 22:21:36 +00:00
Thomas
ee496ca59b
Added PAUSE command for change_filament_gcode on Elegoo Neptune 4 series ( #3411 )
...
Added PAUSE command for change_filament_gcode
on-behalf-of: @tomsbasement <tom@tomsbasement.shop >
2024-01-01 20:01:30 +08:00
SufficentMuffin
0925956dbe
Update 0.48mm Standard @BBL X1C 0.8 nozzle.json ( #3379 )
...
* Update 0.48mm Standard @BBL X1C 0.8 nozzle.json
Removed P1S 0.6mm nozzle from process profile.
* fix
---------
Co-authored-by: SoftFever <softfeverever@gmail.com >
2024-01-01 19:42:53 +08:00
Thomas
c2a012a929
Updated French translations. ( #3410 )
...
on-behalf-of: @tomsbasement tom@tomsbasement.shop
2024-01-01 19:35:16 +08:00
SoftFever
955815e3dd
fix intermittent crashes caused by detect_overhang_wall
2024-01-01 19:30:55 +08:00
SoftFever
ad50e4ac83
Fxied a regression that wall order can't be set in height modifier
2024-01-01 18:21:19 +08:00
SoftFever
e80e2631ba
Fixed crashes caused by pressure eq when support is used ( #3407 )
...
Fixed crashed caused by pressure eq when support is used
2024-01-01 17:05:40 +08:00
Thomas
b08a5c44fe
Creality K1/K1 Max, Ender 3 V3 Series and Ender 5 S1 baseplates ( #3365 )
...
* Fixed retraction speed and added missing parameters.
* Fixes for manual filament change
* More tunings and fixes.
* Fixes and tunings
* Formatting
* Decrease z-hop for K1
* K1/K1 Max, Ender 3 V3 and Ender 5 S1 correct build platforms (Thanks Henlor !)
2024-01-01 15:08:56 +08:00
SoftFever
e625fc38fb
Revert "Improve ExtrusionLine::simplify, eliminating many very-short extrusion segments which led to blemishes in thin-wall models sliced with Arachne ( #3014 )"
...
This reverts commit 3ca290d503 .
Fixed #3340 #3375
2024-01-01 14:20:47 +08:00
Olcay ÖREN
712198b28d
Update OrcaSlicer_tr.po - TURKISH translation update ( #3396 )
...
* Update OrcaSlicer_tr.po - TURKISH translation update
* Update OrcaSlicer_tr.po - TURKISH translation update
---------
Co-authored-by: SoftFever <softfeverever@gmail.com >
2024-01-01 13:47:25 +08:00
Vitalii Kutia
2dc45b698a
edit Ukrainian translation ( #3403 )
2024-01-01 13:47:04 +08:00
Lee Jong Mun
732420f1d1
kor translation update ( #3406 )
2024-01-01 13:46:53 +08:00
Noisyfox
232790aaa7
Fix crash when click the color paint gizmo when object part is selected ( #3405 )
...
Fix crash when click the color paint gizmo when object part is selected (#3404 )
Cherry-picked from bambulab/BambuStudio@1e99ce9535
Co-authored-by: liz.li <liz.li@bambulab.com >
2024-01-01 13:45:53 +08:00
Silence
c34e07acbb
Update README.md to provide alternative download links of webview2 runtimes ( #3384 )
...
Improve install and build instructions slightly.
2023-12-31 19:05:23 +08:00
Thomas
14a5e27b30
Creality Ender 3 V3/KE important fixes and some fine-tunings ( #3362 )
...
* Fixed retraction speed and added missing parameters.
* Fixes for manual filament change
* More tunings and fixes.
* Fixes and tunings
* Formatting
* Decrease z-hop for K1
* Updated thumbnails sizes to the same as Creality Print has.
2023-12-31 18:36:32 +08:00
Thomas
f63c6be392
Fr translations ( #3361 )
...
* Updated French translations.
* Reword "strength"
* Updated translations
* Added missing translations.
* Fixed place on face translation
* Fixed strings.
* Updated locales
* Better translation for "Brim ears"
* Other round of fixes
* Added missing strings
* Renaming studio to Orca.
* Rewording "Arc fitting"
* Flush means purge and not "rinçage"
2023-12-31 14:46:18 +08:00
SoftFever
0d7851af1c
fixed a crash bug when switching to Bambu device page too fast
2023-12-31 13:31:58 +08:00
Noisyfox
083a6d1929
Fix preview legend window size ( #3363 )
...
Fix issue that the legend window expands to all available horizontal space if scrollbar is displayed
2023-12-30 22:02:32 +08:00
SoftFever
16a7a9626a
remove P1P-P1S warning
2023-12-30 15:22:18 +08:00
SoftFever
a0ff6ba666
bump dev branch version to 1.9.1-dev
2023-12-30 10:29:48 +08:00
SoftFever
207ffb6763
preset export small tweak
2023-12-30 10:29:32 +08:00
kpishere
beb7511d6b
Feature/build target 10.15 ( #3252 )
...
* Set target to 10.15, make porter templates explicit
* CMAKE_OSX_DEPLOYMENT_TARGET refactor
* Update build_release_macos.sh
fix typo
---------
Co-authored-by: SoftFever <softfeverever@gmail.com >
2023-12-30 09:12:06 +08:00
Olcay ÖREN
61b40ce003
Update OrcaSlicer_tr.po - TURKISH translation update ( #3354 )
...
Co-authored-by: SoftFever <softfeverever@gmail.com >
2023-12-30 08:52:26 +08:00
SoftFever
c5e545997f
fix po errors
2023-12-30 08:50:27 +08:00
SoftFever
92ec8cacd1
Rename '.bbscfg/bbsflmt' to 'orca_printer/orca_filament' for clarity and to reduce user errors. Note: Configs may no longer be compatible with BS hence the change
2023-12-29 23:36:28 +08:00
SoftFever
bb94d3e3f7
create datadir folder if not exist
2023-12-29 22:49:45 +08:00
Fabio Forcina
6127d15ae4
Updated Italian translation ( #3347 )
2023-12-29 13:52:30 +00:00
Heiko Liebscher
cee8f5894f
Update German translation for 1.9 ( #3343 )
2023-12-29 20:20:21 +08:00
Thomas
df70b05532
Changed Slic3r mentions ( #3344 )
2023-12-29 20:18:46 +08:00
SoftFever
5f0a2adf0a
update locale
2023-12-29 12:08:45 +08:00