Commit Graph

21779 Commits

Author SHA1 Message Date
Vojtech Bubnik
5b94971fce Organic supports: Added check for variable layer height, with which
Organic supports are not compatible.
Fixes #9528 and similar.
Moved the object max Z against build volume Z to Print::validate().
Updated layer_height_profile_from_ranges() to compress the resulting
ranges.
2023-02-03 15:27:50 +01:00
Pavel Mikus
79d5a38928 Create validation error when both avoid crossing curled overhangs and avoid crossing perimeters are both enabled together
Update of the previous fix of extra perimeters - do not allow changing the direction of the paths after they have been sorted
2023-02-03 15:25:21 +01:00
YuSanka
d09f31db9c Fix for #9500 - Cut tool - minimal connector size
Minimal connector size is decreased to 1mm
2023-02-03 13:57:37 +01:00
YuSanka
e4ef82d1c1 CutGizmo: Add info icons to the connector types 2023-02-03 12:56:14 +01:00
rtyr
368461f5d7
Sync with PrusaSlicer-settings. 2023-02-02 17:48:23 +01:00
YuSanka
1cfa5ee385 Fix for #9476 - PrusaSlicer2.6alpha2 Switching PrusaSlicer to language zh_TW failed. 2023-02-02 17:22:47 +01:00
Vojtech Bubnik
3cb2f5f58f Fix of Layer::sort_perimeters_into_islands()
Fixes #9466 #9511
2023-02-02 16:43:25 +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
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
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
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