23679 Commits

Author SHA1 Message Date
tamasmeszaros
175c4f99ce Merge branch 'tm_fix_SPE-1807' 2023-08-31 14:33:00 +02:00
YuSanka
7280b2a0fb Fix for SPE-1845 Incorrectly imported filament profiles from 3MF or configuration ini.
+ Fix for SPE-1848 Crash on switch from MM printer to SM, when non-first filament is modified
2023-08-31 14:30:14 +02:00
YuSanka
34ad4d6e5d Localization: Updated internal dictionaries.
+ Community dictionaries are merged with newest POT
+ Unused macro _CHB(s) is deleted from I18N.hpp
2023-08-31 13:44:53 +02:00
YuSanka
f8c89be3b2 Localization/Ru : Manually merged from https://github.com/AndylgTom/Slic3r (https://github.com/AndylgTom/Slic3r/commits/master) 2023-08-31 13:44:53 +02:00
Lukas Matena
1f510bcc00 Fixed access violation when using multimaterial priming with multi-extruder printer (#11174, #11197, SPE-1849) 2023-08-31 12:43:10 +02:00
Lukas Matena
a89860d7d3 Fix of #11191 (SPE-1851): Shells in preview show when they shouldn't 2023-08-31 12:10:31 +02:00
YuSanka
5b1c97439f Partially revert of 695c08e0e70b5c85e26cfa96e57b6185270b93d0
(Redundant white-spaces was mistakenly added)
2023-08-31 09:01:56 +02:00
mario
5221a1c90c Updated first_layer_height 2023-08-30 20:03:40 -07:00
Vojtech Bubnik
529f1fb395 Merge branch 'et_spe1784_binary_gcode' into master_262 2023-08-30 18:52:55 +02:00
Vojtech Bubnik
138a41c870 Fixed some more compiler warnings 2023-08-30 16:13:28 +02:00
davidjuanesb
54c091cbc9 Update translation to Catalan language for PrusaSlicer 2.6.1-rc1
Update translation to Catalan language for PrusaSlicer 2.6.1-rc1
2023-08-30 15:53:53 +02:00
Vojtech Bubnik
90fd88bf12 Fixing compiler error 2023-08-30 15:50:01 +02:00
YuSanka
1a4f461426 Localization : Updated POT
+ Added comments for translators
2023-08-30 15:42:05 +02:00
Vojtech Bubnik
2a122a7673 Merge branch 'master_262' of https://github.com/Prusa-Development/PrusaSlicerPrivate into master_262 2023-08-30 15:27:06 +02:00
Vojtech Bubnik
7c120b2fa8 Removed the obsolete "threads" parameter from the configuration layer. 2023-08-30 15:26:53 +02:00
tamasmeszaros
2cabe4f544 Merge branch 'tm_rpi_arrange_test_fix' 2023-08-30 14:54:58 +02:00
rtyr
ee83a398bb
Binary g-code, arc fitting, QOI/PNG thumbnails, 90degree XL tower, XL specific filament variants. 2023-08-30 14:23:49 +02:00
YuSanka
fc96763be6 Help menu is extended with "Quick Start" and "Sample G-codes and Models" items 2023-08-30 13:54:09 +02:00
Vojtech Bubnik
014953c864 Merge branch 'et_spe_1784_binary_gcode' into master_262 2023-08-30 12:52:02 +02:00
Vojtech Bubnik
015a24133a Fixed some compilation warnings. 2023-08-30 12:51:35 +02:00
tamasmeszaros
0482f79dd8 3rd try for fixing tests on RPI 2023-08-30 11:45:02 +02:00
YuSanka
5e3d5f8d80 Implemented #11159 - Reset Snap Connectors [CUT]. 2023-08-30 11:20:28 +02:00
tamasmeszaros
8e875242ae Another try for fixing tests on RPI 2023-08-30 09:35:57 +02:00
tamasmeszaros
3fe051b0ad Fix arrange tests on raspberry pi
There were indeed floating point divisions with zero
2023-08-29 17:34:06 +02:00
YuSanka
695c08e0e7 Fix for SPE-1822. Added "Apply to all..." checkbox for question dialog, when loading models looks like multiparts objects 2023-08-29 17:06:04 +02:00
Vojtech Bubnik
2f94681dd2 ArcWelder: Fixing out-of-vector access. 2023-08-29 16:53:33 +02:00
Vojtech Bubnik
9da03dfc9f Fixed wrong Miter limit when offsetting contours to build a Z-graph
of layer islands.
Partial fix of SPE-1729 #10632
2023-08-29 15:57:31 +02:00
Vojtech Bubnik
532913bade Some tests for maximum values of 32bit point coordinates. 2023-08-29 15:57:31 +02:00
YuSanka
1d3e5a9f24 Suppress to scale down very big object after cut (SPE-1853) 2023-08-29 15:43:51 +02:00
tamasmeszaros
cfc0100b63 Fixing crash when checking cgal mesh boolean eligibility
fixes SPE-1807
fixes #10887
2023-08-29 14:49:51 +02:00
Vojtech Bubnik
92318e45de Fix of SPE-1809, GH#10762, #10858, #10891
Fixed division by zero in tree supports & raft
2023-08-29 13:49:10 +02:00
YuSanka
d652f15e48 WIP: EditGCodeDialog: Add parameter description 2023-08-29 11:51:02 +02:00
YuSanka
b2bd7f5fbd Editing of Custom G-code: Implemented new groping for the params 2023-08-29 11:50:53 +02:00
YuSanka
55d5921d53 Editing of Custom G-code: Partially automation to get a list of placeholders for custom gcodes
+ Added missed resources
2023-08-29 11:47:44 +02:00
YuSanka
59af551941 Editing of Custom G-code: Improved ParamsViewCtrl according to new requirements
+ Added EditGCodeDialog to localization list
2023-08-29 11:43:32 +02:00
YuSanka
c577b7fb38 Editing of Custom G-code: Implemented ParamsViewCtrl
+ GUI_App : Fixed update of the dark mode, when DataViewCtrl doesn't have header
2023-08-29 11:43:32 +02:00
YuSanka
a8307bf8b5 Editing of Custom G-code: Added EditGCodeDialog : WIP 2023-08-29 11:43:32 +02:00
YuSanka
7db83d58f0 Editing of Custom G-code: Prepared UI part on SettingsTabs
* Added "Edit" button for all custom G-codes
2023-08-29 11:42:56 +02:00
tamasmeszaros
7bf1189c69 Follow up fix, second try 2023-08-29 11:15:55 +02:00
Vojtech Bubnik
b655677c95 Fix of some asserts in MM segmentation. 2023-08-29 10:58:13 +02:00
Vojtech Bubnik
212bf21b2d Fix of SPE-1849, GH #11174: Access violation error when slicing
Fixed access of an undefined extruder at the start of G-code export
from wipe tower generator.
2023-08-29 10:56:54 +02:00
tamasmeszaros
2df6f290e7 Try to fix build of perl bindings on Linux 2023-08-29 10:55:25 +02:00
YuSanka
a6dea25243 WIP: Thumbnails improvements: Merge "thumbnails" and "thumbnails_format" options into just one "thumbnails" option with coString type 2023-08-29 09:20:49 +02:00
Vojtech Bubnik
259fc0ff4b Setting the binary G-code default compression. 2023-08-28 19:21:08 +02:00
Vojtech Bubnik
1c26f0bf60 Merge branch 'master_262' into et_spe1784_binary_gcode 2023-08-28 18:53:30 +02:00
Vojtech Bubnik
3cfe2f4a3a Merge branch 'vb_arc_welder' into master_262 2023-08-28 15:50:00 +02:00
Lukas Matena
59029a04de Fix of #11188: crash when replacing painted object with smaller stl 2023-08-28 13:20:33 +02:00
YuSanka
3b79b00a77 Bumped up version to 2.6.2-alpha 2023-08-28 10:58:47 +02:00
Filip Sykala - NTB T15p
f5d5ebe418 Merge branch 'master' into fs_svg 2023-08-25 15:34:03 +02:00
Lukas Matena
c05542590d Bumped up version to 2.6.0-rc1 version_2.6.1-rc1 2023-08-22 17:50:00 +02:00