Commit Graph

22784 Commits

Author SHA1 Message Date
YuSanka
2a133b9a14 Post update for Belarussian language after cherry-picking of d1756d1f64
+ Updated for new POT
+ Manually made "..\wx_locale\be.po" till it doesn't exist in upstream wxWidgets localization
2023-05-19 14:31:58 +02:00
dzmitry
ba236567dc update Belarusian language 2023-05-19 12:26:46 +02:00
dzmitry
8fc8b8ffe9 add Belarusian language 2023-05-19 12:26:18 +02:00
YuSanka
1906df26f6 Post update for Turkish language after cherry-picking of 5a983cb8fe
+ Updated for new POT
+ merged with wxWidgets dictionary

+ Post update for Ukrainian language after cherry-picking of 931ea81c8c
2023-05-19 12:23:35 +02:00
Mehmet Sutaş
efcd8d9aad Turkish Translation
There were about 2000 not translated phrases. All of them translated.
2023-05-19 11:12:00 +02:00
Oleksandr Pidlisnyi
27fc208fcd Update PrusaSlicer_uk.po 2023-05-19 10:39:50 +02:00
YuSanka
a593b96b98 Post update for Russian language after manually merge of https://github.com/prusa3d/PrusaSlicer/pull/10567
+ Updated for new POT
+ merged with wxWidgets dictionary
2023-05-18 15:55:13 +02:00
YuSanka
f94f1d52bf Post update for Catalan language after cherry-picking of a7b6b0516e
+ Updated for new POT
+ merged with wxWidgets dictionary
2023-05-18 15:51:39 +02:00
davidjuanesb
5a5f1db257 Catalan language updated to 2.6.0-beta2
Catalan language updated to 2.6.0-beta2
2023-05-18 15:32:52 +02:00
YuSanka
6485ce3404 Localization: Updated POT and community dictionaries 2023-05-18 15:15:05 +02:00
YuSanka
657737d4ff Restore "Fix for SPE-1657 : [LINUX - GTK3] Crash when change position of part in sidebar" but with fix of caused issue 2023-05-18 09:25:45 +02:00
Lukas Matena
6894af24ac Bumped up version to 2.6.0-beta2 2023-05-17 10:48:51 +02:00
rtyr
4347263bb2
Sync with PrusaSlicer-settings. Updated cooling settings for ASA. 2023-05-17 10:43:30 +02:00
Pavel Mikus
c60a10b7e4 fix SPE-1711 Vertical holes in bridging over infill 2023-05-16 15:45:23 +02:00
Vojtech Bubnik
a35e013111 Fixed crash with Organic supports, zero top interfaces and raft enabled.
Fixes #10547 SPE-1700
2023-05-16 12:52:23 +02:00
Pavel Mikus
323f4faafc Fix Crash after using automatic support painting, issue #10516 2023-05-16 11:18:36 +02:00
Vojtech Bubnik
01dec1bd5c Fixed crash in Organic supports.
Fixes #10551
2023-05-16 11:06:36 +02:00
rtyr
0a0ad1ef10
Updated compatible condition. 2023-05-16 10:28:56 +02:00
YuSanka
7f649c5509 Some code refactoring 2023-05-15 13:05:03 +02:00
Lukas Matena
9f91272009 Merge remote-tracking branch 'public/master' 2023-05-15 12:46:24 +02:00
Pavel Mikus
60732fa664 Fix https://github.com/prusa3d/PrusaSlicer/issues/10563
Crashing of new ensuring fill due to zero vertical lines generated
2023-05-15 10:48:54 +02:00
David Kocik
a06a619228 Fix of boost format error.
issue #10556
2023-05-15 10:43:46 +02:00
Lukas Matena
a68e48b454 Bumped up version to 2.6.0-beta1, updated PrusaResearch profiles 2023-05-12 17:10:00 +02:00
Lukas Matena
115ac0aace Revert "Fix for SPE-1657 : [LINUX - GTK3] Crash when change position of part in sidebar"
This reverts commit a4cf34a49f.
2023-05-12 17:10:00 +02:00
Vojtech Bubnik
1de963d7d7 Organic supports: When propagating "verylost" branches down,
stop when the support area is smaller then half of the branch area.
2023-05-12 16:17:31 +02:00
Lukas Matena
f1f568f3fd Start using -beta config directory instead of -alpha 2023-05-12 15:40:57 +02:00
Lukas Matena
8223f083af Merge branch 'lm_contours2' 2023-05-12 15:40:49 +02:00
YuSanka
7553cf1007 Cut: Respect to the selected parts when perform a cut 2023-05-12 15:40:40 +02:00
Lukas Matena
e4c01a5857 Cut fixes:
- When cutting a scaled part, do not apply the transformation twice
- Right click does not trigger part selection when any modifier is used
- When 'flip plane' is clicked, extra render is forced
- The choice to keep object A/B is enabled even when part selection is active
- 'Cut into' radio buttons are disabled when part selection is active
- Added a missing update of connector state
- Amended tooltip
2023-05-12 15:40:40 +02:00
Lukas Matena
2aa55ef950 Cut: fixed an issue when the view rotates to the other side of the plane 2023-05-12 15:40:40 +02:00
Lukas Matena
7b576d3312 Cut:
- fixed incomplete message about  invalid connectors
- added detection of a connectors placed on an internal contour
- fixed a hang during part selection calculation when a contour was too small
2023-05-12 15:40:40 +02:00
Lukas Matena
0e1d43322c Cut: Deallocate memory when the gizmo is turned off 2023-05-12 15:40:40 +02:00
Lukas Matena
ab0ade0539 Cut: contours indexing no longer breaks when the normal is inverted,
detection of the situation when all parts are assigned to one side
2023-05-12 15:40:40 +02:00
Lukas Matena
44aa32d6e2 Cut: correspondence between parts and contours 2023-05-12 15:40:40 +02:00
Lukas Matena
d0ee5e7ca3 Cut: ObjectClipper now allows to not render all the contours 2023-05-12 15:40:40 +02:00
Lukas Matena
b9bba5ff6b Cut: optimization - do not check invalid connectors in each frame 2023-05-12 15:40:40 +02:00
Lukas Matena
8bea83c6c7 Cut: slightly refactored PartSelection 2023-05-12 15:40:40 +02:00
Lukas Matena
ae5fe9ce8c Cut: separate Model for the pre-cut object 2023-05-12 15:40:40 +02:00
Lukas Matena
2005882ac5 Cut: always toggle the closest part 2023-05-12 15:40:40 +02:00
Lukas Matena
732dd0f6ac Cut: fixed rendering of individual parts, removed some unnecessary variables 2023-05-12 15:40:40 +02:00
Lukas Matena
7ea51fc07c Cut: when parts are selected, the result shall have only one parts with the combined meshes 2023-05-12 15:40:40 +02:00
YuSanka
1a7f46001b Cut: Process cut in respect to the selected parts 2023-05-12 15:40:40 +02:00
Lukas Matena
e5b66f125f Cut: experiment with selecting parts:
Instead of clicking on contours, the user would click on the object itself.
Right mouse button is used currently.
Many loose ends ! Really just an experiment.
2023-05-12 15:40:40 +02:00
YuSanka
1c4d43b3a4 Cut WIP: Use contours to perform a cut. 2023-05-12 15:40:39 +02:00
tamasmeszaros
99cf8a0fe1 Merge branch 'tm_fill_bed_broken_SPE-1694' 2023-05-12 15:36:34 +02:00
Vojtech Bubnik
96551233e0 Auto support painting: Don't paint on upwards pointing surfaces. 2023-05-12 15:16:15 +02:00
tamasmeszaros
4e4e5b0871 Fix broken fill bed feature 2023-05-12 14:20:01 +02:00
enricoturri1966
35195dc03e Revert "Merge remote-tracking branch 'origin/et_outofbed_optimization'"
This reverts commit a430aa41ba, reversing
changes made to a42d857136.
2023-05-12 14:09:16 +02:00
Pavel
6b41e5d9b1 Fix debug build, there was obsolete assert 2023-05-12 13:44:58 +02:00
enricoturri1966
a430aa41ba Merge remote-tracking branch 'origin/et_outofbed_optimization' 2023-05-12 12:01:51 +02:00