Commit Graph

21725 Commits

Author SHA1 Message Date
David Kocik
0c72adf867 UI changes
App Updater - filename in notification
Downloader - if error text is missing, use message body
2023-01-30 16:00:08 +01:00
David Kocik
61cc46fc03 Merge branch 'dk_updater_fix' 2023-01-30 13:24:04 +01:00
enricoturri1966
a078627552 Follow-up of 1218103fd6 - Fixed gizmo missbehavior when closing a gizmo by resetting the selection clicking on the scene 2023-01-30 14:00:02 +01:00
David Kocik
0390ee4554 Timestamp on downloaded file 2023-01-30 13:23:40 +01:00
mikolaszuza
dac7b7e46a
Fixed the Printables.com integration tooltip
Removed unescaped apostrophe.
2023-01-30 11:16:09 +01:00
mikolaszuza
d97c91b919
Added Printables.com integration tooltip 2023-01-30 11:14:17 +01:00
Lukas Matena
a053d79ca1 Fixed undefined behaviour in Emboss.cpp (reference to temporary) 2023-01-30 10:32:21 +01:00
enricoturri1966
1218103fd6 Revert of a3324d3e50 - Replaced with a more robust fix 2023-01-30 09:34:17 +01:00
Pavel Mikus
66a4b5b82a Refactored stability alert step from object step into print step,
implemented stability issues grouping based on number of issues and objects,
maximum of single warning message emitted
2023-01-29 20:11:50 +01:00
Lukas Matena
7164ed18a6 Updated wxWidgets hash (this should fix issues with file dialog on win) 2023-01-27 17:20:50 +01:00
enricoturri1966
2305b4a73c Do not show rotation reset button in Object Manipulaltor when there is only mirror 2023-01-27 15:51:27 +01:00
Filip Sykala - NTB T15p
db290d8e8d move erase operation out of scope 2023-01-27 15:47:33 +01:00
Filip Sykala - NTB T15p
4e56f75541 Move insert call out of variable scope 2023-01-27 15:27:01 +01:00
PavelMikus
8cb414c262 fix worng step type passed into set-done in new alert step 2023-01-27 15:00:10 +01:00
PavelMikus
05c4e759cf Move checkbox for support alerts into AppConfig preferences.
Separate Alerts into new print object step so that not warnings are thrown for autopaint.
finally fix -1 access int SupportSpotGenerator bridge detection
2023-01-27 15:00:10 +01:00
Lukas Matena
43020d02c5 Update year in the copyright notice 2023-01-27 14:44:26 +01:00
Lukas Matena
7f5e2dd57a Revert "Revert "Fixed crash when changing printer while Hollow gizmo is open""
This reverts commit 73eba8c930.
This is a revert of a revert - the original commit a3324d3
is probably fine after all.
2023-01-27 14:44:26 +01:00
Vojtech Bubnik
cd0ed00ef5 TREE_SUPPORT_ORGANIC_NUDGE_NEW enabled 2023-01-27 13:50:46 +01:00
David Kocik
7ecfaec739 Fix of too long text in download notification 2023-01-27 13:15:13 +01:00
Vojtech Bubnik
3e6302d4f3 Organic supports: Patching the missing trees for support enforcers 2023-01-27 13:09:20 +01:00
Lukas Matena
fe39af7d7b Fixed cut gizmo and SLA shift 2023-01-27 12:54:38 +01:00
Lukas Matena
73eba8c930 Revert "Fixed crash when changing printer while Hollow gizmo is open"
This reverts commit a3324d3e50.
2023-01-27 12:54:38 +01:00
Vojtech Bubnik
be5149f164 Removed "Tree" support type from UI. 2023-01-27 12:21:12 +01:00
Lukas Matena
e41a14399f Merge branch 'lm_wipe_tower_xl2' 2023-01-27 12:05:25 +01:00
Lukas Matena
c909391e86 Fix a failing test (which is now obsolete) 2023-01-27 12:04:55 +01:00
Lukas Matena
ab4655aa40 Fix ooze prevention behaviour on first layer 2023-01-27 12:04:55 +01:00
Lukas Matena
fd3ab55197 MMU: Fixed missing travel to the wipe tower in one more case 2023-01-27 12:04:55 +01:00
enricoturri1966
38d5cb95fa Fixed Place on Face Gizmo for mirrored objects 2023-01-27 12:03:30 +01:00
PavelMikus
4a9a40c654 SupportSpots: Fix typo bug in Bridge check 2023-01-27 11:40:51 +01:00
David Kocik
3b2271c585 PrusaLink: changed value string for "true" value of Print-After-Upload 2023-01-27 09:34:14 +01:00
Filip Sykala - NTB T15p
809e22092d Merge branch 'master' of https://github.com/Prusa-Development/PrusaSlicerPrivate 2023-01-27 09:30:20 +01:00
Filip Sykala - NTB T15p
cae80cb2a8 Try to fix asan build. 2023-01-27 09:29:57 +01:00
Filip Sykala - NTB T15p
8cf63bfc94 Add check on cancel for emboss create jobs
Unify finalize part of emboss jobs
2023-01-27 09:29:28 +01:00
tamasmeszaros
b1bd1ede47 Merge branch 'tm_fix_pad_SPE-1415' 2023-01-27 09:14:45 +01:00
tamasmeszaros
9f9bca5cd0 Fix pad struts not connecting to model 2023-01-27 09:14:24 +01:00
Lukas Matena
a7eda7cc8e Fixed is_nil(size_t) when checking out-of-range element:
the behaviour should math get_at, which returns first element
in case the index is out of range.
2023-01-26 21:29:56 +01:00
Filip Sykala - NTB T15p
fde928b073 Fix uninitialized pointer on volume after undo/redo 2023-01-26 18:00:40 +01:00
Filip Sykala - NTB T15p
baaf2f9f68 Remove unused ability to discard changes and close gizmo 2023-01-26 17:34:07 +01:00
Filip Sykala - NTB T15p
7c47dfce2b Merge branch 'master' of https://github.com/Prusa-Development/PrusaSlicerPrivate 2023-01-26 17:13:01 +01:00
Filip Sykala - NTB T15p
da2dc782ff Fix warnings
../src/slic3r/GUI/Gizmos/GLGizmoEmboss.cpp:766:17: warning: unused variable 'window_title' [-Wunused-variable]
../src/slic3r/GUI/Gizmos/GLGizmoEmboss.cpp:2044:35: warning: suggest parentheses around '&&' within '||' [-Wparentheses]

../src/libslic3r/CutSurface.cpp:1626:25: warning: suggest parentheses around comparison in operand of '!=' [-Wparentheses]
../src/libslic3r/CutSurface.cpp:1627:25: warning: suggest parentheses around comparison in operand of '!=' [-Wparentheses]
../src/libslic3r/CutSurface.cpp:1628:25: warning: suggest parentheses around comparison in operand of '!=' [-Wparentheses]
2023-01-26 17:12:45 +01:00
tamasmeszaros
276865d562 Fix broken sla trafo after
f43c493731
2023-01-26 17:05:50 +01:00
Filip Sykala - NTB T15p
eebf9b5a95 Add missing include 2023-01-26 17:02:20 +01:00
Filip Sykala - NTB T15p
23e7945a38 Merge branch 'master' of https://github.com/Prusa-Development/PrusaSlicerPrivate 2023-01-26 16:43:27 +01:00
Filip Sykala - NTB T15p
1a33a31a9f Comment visualization in test 2023-01-26 16:42:41 +01:00
David Kocik
d69fff71d9 Downloader path checks 2023-01-26 16:42:15 +01:00
Filip Sykala - NTB T15p
9f525da15e Merge branch 'master' into fs_fix_for_Allura_script_font 2023-01-26 16:33:03 +01:00
enricoturri1966
0adb8ce209 Merge branch 'master' of https://github.com/Prusa-Development/PrusaSlicerPrivate 2023-01-26 15:58:10 +01:00
enricoturri1966
def813f680 Follow-up of 325709c5ae - Removed debug code 2023-01-26 15:57:25 +01:00
PavelMikus
d16f9e0410 add check button for disabling the support alerts 2023-01-26 15:50:18 +01:00
PavelMikus
d0c86403a5 Fix lslices ordering - keep topological ordering from clipper, and separate print ordering into vector of indices 2023-01-26 15:50:18 +01:00