YuSanka
0494021cc3
FileReader: Use separate functions for loading of a model from any file and for loading of all information (model, config and config substitutions) from the 3mf.
...
+ Added localization markers for errors
Plater: load_files() : Check for type_zip_amf and prusa is removed from conditions (it doesn't used as project's extensions anymore).
+ ModelProcessing: Some functions, like delete zero object, detection if model need to be converted from other units or looks like multipart are moved inside load_model() and theirs return values are written in load statistics, which have to be used by UI later.
2025-01-13 14:13:04 +01:00
YuSanka
1bc395cac2
handle_legacy_sla() is moved into handle_legacy_composite()
2025-01-13 14:13:04 +01:00
YuSanka
c5b525ba3f
Functions, related to load information from files are extracted from the Model into FileReader
...
+ GalleryDialog:: load_files() is renamed to add_files_to_custom_dir()
2025-01-13 14:13:04 +01:00
YuSanka
b834bebac1
Functions, related to processing of the model after are extracted from the Model into ModelProcessing.
...
+ Split/merge functions are moved into ModelProcessing too.
2025-01-13 14:13:04 +01:00
Martin Šach
99dac89376
Improve compilation by clang19
2025-01-10 10:59:56 +01:00
Martin Šach
5be84c56b3
Remove invalid usage of std::filesystem in tests.
...
The std::filesystem::path methods cannot be compiled for
macOS 10.12. It did not manifest because we compile the
tests only on arm where the target is 11.0.
2025-01-06 16:12:06 +01:00
Martin Šach
936e203294
Disable static analysis on master
2025-01-05 17:12:13 +01:00
Martin Šach
0d98d03f15
Do not use zstd even if available
...
It is breaking builds on mac.
2025-01-03 11:41:10 +01:00
Lukáš Hejl
5c7888b114
Fix crash in multi-material segmentation when there wasn't any input polygon for some layer.
version_2.9.0
2024-12-20 12:54:34 +01:00
Lukáš Hejl
4f5bd3ff5b
Fix crash in multi-material segmentation when the number of extruders changed.
2024-12-20 12:54:34 +01:00
Jonne Mickelin
541a0fdffe
Add explicit include for boost/filesystem/directory.hpp (PR#13796 by @jmickelin, fixes #13795 ):
...
This mends the build process on distros with a boost version of 1.85
and above.
2024-12-20 10:38:13 +01:00
Lukas Matena
0ae4b86103
Bumped up version to 2.9.0
2024-12-19 14:15:27 +01:00
Lukas Matena
ceefdebbe2
SPE-2629: Highlight active bed even when its bed model is big
2024-12-19 10:13:12 +01:00
Lukas Matena
33e69527ee
Bumped up version to 2.9.0-rc1
version_2.9.0-rc1
2024-12-18 14:36:33 +01:00
Lukas Matena
33889d8e50
Remove sleep in webview dialog (related to SPE-2567)
2024-12-18 14:17:30 +01:00
YuSanka
8d775c7336
Updated icons for supports and Fuzzy skin
2024-12-18 13:19:54 +01:00
YuSanka
a3b14ade50
Localization: RU dictionary is merged with last POT
2024-12-18 12:59:36 +01:00
Andy
dde5e1cab7
Russian translation update
...
The next russian translation update PrusaSlicer 2.8.1.
The work done to improve translation, corrected errors.
Thanks to Dmitry Sorokin for the overall improvement of the translation, the indicated errors \inaccuracies in terms.
Thx.
2024-12-18 12:59:36 +01:00
Lukas Matena
765ddd7594
Sleep before closing dialog.
...
+ fix of double loading first url.
2024-12-18 12:57:48 +01:00
YuSanka
7a01f7b26d
Fixed a crash on language switch, when slicing is in a progress
...
+ Commented assert in update_background_process()
2024-12-18 11:16:57 +01:00
YuSanka
fb2ae2d877
Localization: Updated POT and internal dictionaries (CZ,DE,ES,FR,IT,JA,PL).
...
+ Community dictionaries are merged with new POT
2024-12-18 11:16:57 +01:00
David Kocik
ecf44ab42f
SPE-2622: Moved session mutex inside Account Session methods. Prevents performing request under locked mutex.
...
Prevents deadlock when UI interacts with Session queue while requests are performing slowly.
2024-12-18 10:57:25 +01:00
Bjoern Kerler
835a4edc13
Update Linux build instructions
2024-12-18 10:55:58 +01:00
Lukas Matena
92e9d0c6aa
SPE-2610: Reload volumes outside state after technology is switched
2024-12-18 10:43:25 +01:00
Martin Šach
6dc5fc5a27
Reset all print statuses on load
2024-12-18 10:43:24 +01:00
Martin Šach
5338ee2b43
Fix SPE-2621: Add fallback if no first isntance is found, while the instances are not empty
2024-12-18 09:38:41 +01:00
Martin Šach
7258af65ee
Fix SPE-2625: Reset all print statuses when a technology is changed.
2024-12-18 09:35:56 +01:00
Lukas Matena
24a20590fc
Switch to production config folder
2024-12-18 09:34:22 +01:00
YuSanka
98ea43dddd
Updated POT
2024-12-17 22:23:38 +01:00
Lukas Matena
8d6941f01c
Fixed columns width of the table with print statistics
2024-12-17 22:23:38 +01:00
Lukas Matena
229d425dd3
Some fixes in phrases
2024-12-17 22:23:38 +01:00
YuSanka
56cb063c3b
Bed Selector: Use extra large icons instead of large.
2024-12-17 19:33:05 +01:00
rtyr
0bca90da13
sync with repos
2024-12-17 19:27:09 +01:00
Lukas Matena
80a965ef12
SPE-2624: Hotfix for empty thumbnails in shape gallery
2024-12-17 17:18:33 +01:00
YuSanka
bf5a815bef
Updated icons for supports and Fuzzy skin
2024-12-17 17:08:47 +01:00
Lukas Matena
623855ef5e
SPE-2612: Do not offer more than maximum number of beds
2024-12-17 15:52:58 +01:00
Lukas Matena
4cf30d6c81
Fix crash when sending to print host (manifested on macOS under ASAN) #13750
2024-12-17 12:58:43 +01:00
Lukas Matena
8c7014cc3c
Flush stdout when sending progress/warnings in CLI mode
2024-12-17 12:58:43 +01:00
Martin Sach
ac2ef88200
Force update after load
2024-12-17 12:57:11 +01:00
Martin Sach
b5ef21947b
SPE-2618 Remove redundant wxWindowsUpdateLocker
...
It was causing unnecessary re-render in each call to show
bulk slicing buttons.
2024-12-16 13:11:57 +01:00
Lukas Matena
24ad87f13f
Bumped up version to 2.9.0-beta1
version_2.9.0-beta1
2024-12-13 18:00:15 +01:00
Lukas Matena
817df53480
Fix missing update of preview:
...
The problem was that when one print preview was loaded, second print was in progress and someone switched
to the first bed in 3D view and then switched to preview, the preview was not updated. GCodeViewer remembers
last preview it loaded, so it thought that no action is needed.
For now, let's just place this ugly patch to make sure that no other functionality is broken.
2024-12-13 15:26:57 +01:00
David Kocik
77bb4945f2
Revert "SPE-2567: Login dialog starts with loading page to delete cookies before first request."
...
This reverts commit 338a961bd3d173df5e0f458f489ce79083a31336.
2024-12-13 15:21:27 +01:00
Jan Bařtipán
b5c97738be
HTTP: changed retry strategy so the max period is ~4mins and limited to 16 retries
2024-12-13 15:05:56 +01:00
Lukas Matena
ebca3d29f2
Switch config folder to -beta
2024-12-13 14:11:04 +01:00
Lukas Matena
a62e772cfd
Kill autocenter
2024-12-13 14:09:20 +01:00
Lukáš Hejl
c4a7134eb6
SPE-2604: Switch off filament monitoring during ramming (wipe tower) also for XL.
2024-12-13 14:02:06 +01:00
Lukáš Hejl
2611093355
SPE-2576: Fix uninitialized ExtrusionLine when Fuzzy skin was applied on Arachne extrusions.
2024-12-13 14:00:27 +01:00
Lukas Matena
c1c49c2d6f
Merge branch 'dk_desktop'
2024-12-13 13:58:41 +01:00
David Kocik
42c39dd232
typos
2024-12-13 13:58:09 +01:00