Commit Graph

21985 Commits

Author SHA1 Message Date
Vojtech Bubnik
3cb2f5f58f Fix of Layer::sort_perimeters_into_islands()
Fixes #9466 #9511
2023-02-02 16:43:25 +01:00
enricoturri1966
aa9e7a8ae7 Fixed assert when scaling multi objects selection using the sidebar panel 2023-02-02 14:56:33 +01:00
PavelMikus
06e602afd3 \#9480 Fix weird path connections in Extra Perimeters when gap fill is applied
\#9513 \#9489 Fix crash when brim is used - the expansion of very small drops may result in empty polygon, which the support spot generator did not reflect
Fix crashes of stability alert checker, when empty print object was passed to it
2023-02-02 14:46:48 +01:00
enricoturri1966
d98fd64534 Method Transformation::reset_rotation() modified to use SVD decomposition of transformation matrix and object manipulator reset button set to use it 2023-02-02 12:40:28 +01:00
YuSanka
e4ccfda0b0 Cut: Fix for apply of tolerance to the connectors
Bug was caused by refactoring in 0201a5055a
2023-02-02 12:23:54 +01:00
enricoturri1966
f2b986af57 Method Transformation::reset_scaling_factor() modified to use SVD decomposition of transformation matrix and object manipulator reset button set to use it 2023-02-02 11:42:21 +01:00
enricoturri1966
cdd6ce9079 Simplified ObjectManipulation::update_mirror_buttons_visibility() 2023-02-02 11:04:13 +01:00
enricoturri1966
8446eff59c Method Transformation::reset_skew() modified to use SVD decomposition of transformation matrix 2023-02-02 10:58:48 +01:00
enricoturri1966
f3fda618e9 Method ObjectManipulation::update_reset_buttons_visibility() modified to detect reset buttons visibility using SVD decomposition of transformation matrix 2023-02-02 10:49:02 +01:00
enricoturri1966
e3a20bf6c4 Added SVD decomposition to transformation debug imgui dialog 2023-02-02 10:00:57 +01:00
enricoturri1966
22ccb56578 Added class TransformationSVD to detect transformation matrix components using singular value decomposition 2023-02-02 09:07:03 +01:00
David Kocik
23aa139dbd Fix of #9496
Downloader preferences options were creashing in Gcode Viewer.
2023-02-01 16:17:39 +01:00
YuSanka
bb4bf85fb3 Fix for fe39af7d7b - disable sla_shift on close of the SLASupportsGizmo 2023-01-31 17:56:36 +01:00
Vojtech Bubnik
3e1348c062 Organic supports: Reduce memory footprint. 2023-01-31 17:41:36 +01:00
Filip Sykala - NTB T15p
1ff745f5a0 Merge branch 'master' of https://github.com/Prusa-Development/PrusaSlicerPrivate 2023-01-31 16:57:09 +01:00
Filip Sykala - NTB T15p
fbbc5104da Fix emboss window position on open and change minimal size( like open advanced) 2023-01-31 16:57:03 +01:00
Vojtech Bubnik
49caab98cb Organic supports: Improving smoothing / collision avoidance convergence 2023-01-31 15:55:42 +01:00
YuSanka
b173927ad1 CutGizmo: Fixed clipper behavior after slicing in SLA mode 2023-01-31 15:54:07 +01:00
Filip Sykala - NTB T15p
53af45a18e Fix minimal height on MacOs 2023-01-31 15:42:47 +01:00
Filip Sykala - NTB T15p
552b1a9cb8 Merge branch 'master' of https://github.com/Prusa-Development/PrusaSlicerPrivate 2023-01-31 15:04:39 +01:00
Filip Sykala - NTB T15p
934a79cba2 Fix translation 2023-01-31 15:04:33 +01:00
tamasmeszaros
2c881d550f Follow up fix to inactive sla gizmos
SPE-1422
2023-01-31 15:00:17 +01:00
enricoturri1966
19a7a47d53 Fixed rendering of sphere cursor in paint gizmos when the object is mirrored 2023-01-31 14:24:22 +01:00
Filip Sykala - NTB T15p
9bfd03fef3 Merge branch 'master' of https://github.com/Prusa-Development/PrusaSlicerPrivate 2023-01-31 14:09:05 +01:00
Filip Sykala - NTB T15p
cfa5a66aa1 Change default emboss font styles pressets for MacOs 2023-01-31 14:08:59 +01:00
tamasmeszaros
794c0b8676 Merge branch 'tm_sla_gizmofreeze_SPE-1422' 2023-01-31 14:05:30 +01:00
Filip Sykala - NTB T15p
bd6bd6ec3d Add checking that wx font face name is setabled(fix for MacOs where default font is not enumerated) 2023-01-31 13:28:52 +01:00
tamasmeszaros
a9e8dcf10f Remove duplicate 'last_completed_step()' method 2023-01-31 13:22:43 +01:00
Filip Sykala - NTB T15p
fc3dfdd106 Clear activ id only when it is not same volume
(id could changed)
2023-01-31 12:47:26 +01:00
Filip Sykala - NTB T15p
20529f8cf8 Do not set_volume when same id not pointer 2023-01-31 12:30:48 +01:00
Filip Sykala - NTB T15p
2cebbe72e7 Merge branch 'master' of https://github.com/Prusa-Development/PrusaSlicerPrivate 2023-01-31 12:08:04 +01:00
Filip Sykala - NTB T15p
5ded68cab2 Allowe font which are not in allow list 2023-01-31 12:07:57 +01:00
enricoturri1966
a0171e069b Fixed rendering of layer editing profile 2023-01-31 11:28:08 +01:00
YuSanka
73810cd262 Localization: Updated POT-file
+ Deleted redundant localization markers for empty strings
+ Community dictionaries are updated from new POT
2023-01-31 11:15:06 +01:00
PavelMikus
716e0254f4 Fix notifications during GCode export - only CRTICAL are now shown
Relax support detector parameters and warnings
2023-01-31 11:12:36 +01:00
tamasmeszaros
3e37067cc9 Merge remote-tracking branch 'public/master' 2023-01-31 10:57:26 +01:00
Filip Sykala - NTB T15p
3d9522fcd1 Merge branch 'master' of https://github.com/Prusa-Development/PrusaSlicerPrivate 2023-01-31 10:39:11 +01:00
YuSanka
fb7e9dd651 Hot fix following-up b3469b8cd5 2023-01-31 10:09:24 +01:00
mikolaszuza
60020ce458
Added hints for the Cut, Measurement, Text tool
Added weights to these new hints, hints for new features should with higher priority than the old ones.
2023-01-31 10:03:37 +01:00
Vojtech Bubnik
6251a880df Enabling zig-zag support intefaces for Organic supports. 2023-01-31 09:41:30 +01:00
Vojtech Bubnik
b3469b8cd5 Tree Supports: Patching "support_material_style" enum to support
incomplete UI selection.
This patch will be removed after first alpha.
2023-01-31 09:38:52 +01:00
Filip Sykala - NTB T15p
b05312f81d Better set of chnged data 2023-01-31 09:20:31 +01:00
Vojtech Bubnik
2a1e12131b Cancellation of tree supports 2023-01-31 09:13:05 +01:00
Filip Sykala - NTB T15p
5dd00f792b Fix flickering of rotate gizmo 2023-01-31 09:08:53 +01:00
Filip Sykala - NTB T15p
bd20bd4dc9 Merge branch 'master' of https://github.com/Prusa-Development/PrusaSlicerPrivate 2023-01-30 17:44:20 +01:00
Filip Sykala - NTB T15p
449267fa47 Improve loading of default styles. Should fix issue on OSx 2023-01-30 17:44:14 +01:00
YuSanka
3cb1386990 ButtonsDescription files: Some code refactoring
ButtonsDescription class is splitted to separated items and put to the namespace GUI_Descriptions
2023-01-30 16:39:36 +01:00
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