23111 Commits

Author SHA1 Message Date
David Kocik
80b88c542a Enable loading profiles in config wizard from vendor folder.
This is for 3rd party profiles that are not downloaded from our servers.
#10606
2023-05-26 09:53:08 +02:00
Filip Sykala - NTB T15p
6751bba96e Merge branch 'master' into fs_dir_per_glyph 2023-05-26 09:23:20 +02:00
Filip Sykala - NTB T15p
1e2943b942 Align by buttons 2023-05-26 09:23:09 +02:00
Vojtech Bubnik
b0a1093047 Fixed crash in ogranic supports.
Fixes #10605
2023-05-26 09:20:57 +02:00
YuSanka
42445ff51f Fix for compilation
Reverted variable, deleted by previous commit
2023-05-26 08:46:01 +02:00
Vojtech Bubnik
60e13272bd Fixed some more compilation warnings. 2023-05-25 18:22:34 +02:00
Vojtech Bubnik
2079fed0ca Fixed some more compilation warnings. 2023-05-25 16:49:28 +02:00
enricoturri1966
a732e72ab9 Fixed with of feature type combo in preview legend, broken after recent changes into ImGuiWrapper::combo() 2023-05-25 14:38:40 +02:00
enricoturri1966
a8824d8f59 Fixed a couple of warnings 2023-05-25 14:00:54 +02:00
enricoturri1966
c03a9d1a3e Follow-up of 2424f9826fd13a4f5174067d6c417468bdf45284 - Fixed the fix in GCodeProcessor.cpp 2023-05-25 13:42:42 +02:00
Vojtech Bubnik
7d82c4c412 Fixed previous commit 2023-05-25 13:06:18 +02:00
Vojtech Bubnik
ebecf81bf2 Fixed some more compilation warnings 2023-05-25 13:04:32 +02:00
Filip Sykala - NTB T15p
d2a605ee2e add option to Create per glyph volume (initialize text lines before text volume)
Per glyph for negative volume and modifiers are moved into object
2023-05-25 13:01:30 +02:00
Vojtech Bubnik
714bfb2347 Fixed some more compilation warnings 2023-05-25 12:59:32 +02:00
Vojtech Bubnik
2424f9826f Fixed some compilation warnings. 2023-05-25 12:52:47 +02:00
Vojtech Bubnik
1adf916ced Fixed Crash when adding raft supports - Organic
Fixed SPE-1732 GH #10637
2023-05-25 12:40:48 +02:00
Vojtech Bubnik
bd0d4c662a Organic supports: Fixed a wrong order of config initialization,
fixed some compilation warnings.
2023-05-25 12:15:35 +02:00
enricoturri1966
25575bb3f3 SPE-1716 - Fixed synchronization of layer editing texture when using undo/redo 2023-05-25 11:59:57 +02:00
enricoturri1966
3e5c0bb40e Merge remote-tracking branch 'origin/et_spe1698' 2023-05-25 10:41:24 +02:00
enricoturri1966
7ee770baef Merge branch 'master' of https://github.com/Prusa-Development/PrusaSlicerPrivate into et_spe1698 2023-05-25 10:39:54 +02:00
Pavel Mikus
5b21a343c6 revert fix of 1728, it causes worse problems with top solid expanding out of model boundaries. 2023-05-25 10:12:32 +02:00
Vojtech Bubnik
5bdde0cf4e Merge branch 'master' of https://github.com/Prusa-Development/PrusaSlicerPrivate 2023-05-25 10:02:34 +02:00
Vojtech Bubnik
4cec347511 WIP Organic Supports: New smoothing of organic trees. 2023-05-25 10:02:26 +02:00
Oleksandra Yushchenko
a5ed864639
Merge pull request #43 from Prusa-Development/ys_10631
Fix for #10631 - Negative Volumes get messed up when cutting an object
2023-05-25 09:17:44 +02:00
YuSanka
e35d4e9647 Localization: Updated internal dictionaries (FR, IT, JA, PL, CS, DE, ES)
+ Fixed a typo "GCode" instead "G-code"
2023-05-24 13:10:49 +02:00
YuSanka
9d736ee68f Fix for #10631 - Negative Volumes get messed up when cutting an object
+ After cut by contours:
 * Set merged volume name as same as a object name
 * Merge all SolidPart but not Connectors
2023-05-24 11:11:35 +02:00
Filip Sykala - NTB T15p
496cc54bd7 Change local Bounding box position and size to respect local zero inside gizmos (for scale, move and rotate) 2023-05-24 10:17:57 +02:00
Filip Sykala - NTB T15p
f146cd0224 Do not center volume when create new 2023-05-23 20:38:18 +02:00
Filip Sykala - NTB T15p
9b1b4c8b83 Merge branch 'master' into fs_dir_per_glyph 2023-05-23 20:33:05 +02:00
Filip Sykala - NTB T15p
9b8f910c61 Ui for per glyph checkbox 2023-05-23 20:32:54 +02:00
tamasmeszaros
76fdc207fb Fix cut gizmo doing a full arrange
fixes #10620
2023-05-23 16:46:12 +02:00
tamasmeszaros
d99d22a901 Make partial arrange callable using a flag 2023-05-23 16:43:26 +02:00
Vojtech Bubnik
80b59ef769 Organic supports: Little polishing of includes 2023-05-23 16:35:50 +02:00
Vojtech Bubnik
7445780358 Organic Supports: ranamed free function getRadius() to support_element_radius() 2023-05-23 16:24:04 +02:00
Pavel Mikus
b1c0bf17af SPE-1728 Fix external bridges expansion - allow expansion into top solid
Github issue: https://github.com/prusa3d/PrusaSlicer/issues/10493
2023-05-23 16:06:54 +02:00
Vojtech Bubnik
0d1ff6df7d Refactored tree / organic supports into multiple compilation modules. 2023-05-23 15:50:04 +02:00
Pavel Mikus
cb2936afc6 SPE-1720 Fix slowdown of long segments which cross small overhang area. 2023-05-23 14:48:06 +02:00
YuSanka
9af733d6ac ImGuiWrapper::combo improvements.
+ Set label for ImGui::BeginCombo as ("##" + label).c_str() to avoid control conflicts, when several combos are placed in one imgui window.
+ Return TRUE value only when selection was changed
+ Added label_width and item_width input parameters to have possibility set a width to the label text and combo control.

+ GizmoCut: Use ImGuiWrapper::combo to render comboboxes
2023-05-23 14:23:45 +02:00
Filip Sykala - NTB T15p
1075a0a80f Merge branch 'master' into fs_dir_per_glyph 2023-05-23 12:38:27 +02:00
David Kocik
6ad9aba454 Revert "Concider projects with .zip extension that are 3mf projects as it would have .3mf extension."
This reverts commit 96f4c018d90eb6aa8d2ae59724f4a1e8ae0b857d.
2023-05-23 11:13:22 +02:00
David Kocik
96f4c018d9 Concider projects with .zip extension that are 3mf projects as it would have .3mf extension. 2023-05-23 11:13:06 +02:00
Filip Sykala - NTB T15p
30df70705e Merge branch 'master' into fs_dir_per_glyph 2023-05-23 10:31:00 +02:00
Filip Sykala - NTB T15p
35044e29c3 Create text volume with feature per letter transformation. 2023-05-23 10:30:14 +02:00
JungHee Lee
115195fb8e Delete PrusaSlicer.mo 2023-05-22 12:42:16 +02:00
Oleksandra Yushchenko
bb1e5dbb7a
Merge pull request #42 from Prusa-Development/ys_beta26_local
Merged/fixed dictionaries provided by contributors
2023-05-22 12:36:06 +02:00
YuSanka
ad79a0541a Partially fix for #10568 - Something untranslated 2023-05-22 10:23:50 +02:00
enricoturri1966
f856129e72 Follow-up of bbea397aa662a01e8b42ea13159aa4109a615573 - Alternate fix for SPE-1675 2023-05-22 09:13:21 +02:00
enricoturri1966
e62c251898 Follow-up of 15bd82e - Fixed detection of out of printbed after copy and paste 2023-05-22 09:05:44 +02:00
YuSanka
1ac3f0102b Updated MOs for community provided dictionaries
+ Fixed formatting for some lines for TR
2023-05-19 15:17:01 +02:00
YuSanka
327eab9fff Update for zh_TW (manually merge of 13357e0744) 2023-05-19 14:35:31 +02:00