23813 Commits

Author SHA1 Message Date
Filip Sykala - NTB T15p
89cc01f3a9 Hot fix for storing SVG into 3mf to prevent crash 2023-10-31 10:13:12 +01:00
Filip Sykala - NTB T15p
1d89f1ad52 Fix transformation of embossed full instance 2023-10-31 09:53:42 +01:00
Filip Sykala - NTB T15p
9c04671954 Merge branch 'master' into fs_svg_SPE-1517 2023-10-30 08:04:33 +01:00
rtyr
fafb57f2ee
Updated print profiles for Prusa XL Input Shaper (Alpha) 2023-10-27 15:03:14 +02:00
Filip Sykala - NTB T15p
ec7c85250f Fix SPE-1995 2023-10-27 11:25:44 +02:00
Filip Sykala - NTB T15p
ea55dfb3d6 Merge branch 'master' into fs_svg_SPE-1517 2023-10-27 10:52:48 +02:00
Filip Sykala - NTB T15p
67583b45f0 Fix showing reset of size 2023-10-27 10:52:34 +02:00
YuSanka
4209a0aaa7 Translation: Updated internal dictionaries.
+ Merged community dictionaries with POT.
+ Removed "experimental" suffix from some phrases.
2023-10-27 10:00:19 +02:00
YuSanka
ea3ccd580c Follow up to 96012e54 - Split object : Check if new objects don't have a almost zero volume 2023-10-27 09:16:32 +02:00
enricoturri1966
9c3a3f8a87 #11484 - Fixed crash when applying Split to Objects command (SPE-1983) 2023-10-27 09:16:19 +02:00
YuSanka
a9410edc2c Fix for #11487 - Cut Connectors Broken when assigning part to other side
+ Added check objects after cut
+ CutUtils: Ensuring that volumes start with solid parts after solid parts merging for proper slicing
2023-10-27 09:14:53 +02:00
Filip Sykala - NTB T15p
7184b9e1a1 Merge branch 'fs_import_svg_SPE-1984' into fs_svg_SPE-1517 2023-10-27 09:11:11 +02:00
Filip Sykala - NTB T15p
9edea71b81 Merge branch 'master' into fs_svg_SPE-1517 2023-10-27 09:09:35 +02:00
Filip Sykala - NTB T15p
e63fd407ff Merge branch 'master' into fs_import_svg_SPE-1984 2023-10-27 08:55:56 +02:00
Filip Sykala - NTB T15p
fa09f03c6a Unify behavior of union for import and add volume
Add cache for final ExPolygons
2023-10-27 08:55:47 +02:00
YuSanka
b04029db62 Gallery: Added more system shapes 2023-10-26 16:58:36 +02:00
Lukas Matena
04b227b565 Fixed cancel object M486 for Repetier (#11492, SPE-1985) 2023-10-26 09:15:32 +02:00
Filip Sykala - NTB T15p
e043a04207 Merge branch 'master' into fs_import_svg_SPE-1984 2023-10-26 08:38:48 +02:00
Filip Sykala - NTB T15p
3391a4d238 Fix:
../src/slic3r/GUI/Gizmos/GLGizmoSVG.cpp:898:27: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
../src/slic3r/GUI/Gizmos/GLGizmoSVG.cpp:904:33: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const size_t’ {aka ‘const long unsigned int’} [-Wsign-compare]
2023-10-25 20:14:42 +02:00
Filip Sykala - NTB T15p
7b93b5e512 change in platter changed object:
call with object itself(do not use index to object list)
add recalculate object bounding box
add check whether object is not outside the bed
2023-10-25 18:16:51 +02:00
Filip Sykala - NTB T15p
9c054b05c1 Fix: missunderstanding function is_single_volume() 2023-10-25 17:14:38 +02:00
Filip Sykala - NTB T15p
10d578b6a7 Merge branch 'master' into fs_svg_SPE-1517 2023-10-25 16:16:47 +02:00
Filip Sykala - NTB T15p
fe47296945 Fix face the camera 2023-10-25 16:16:33 +02:00
YuSanka
0df5faff34 Fix for SPE-1991 : New ComboBox: InsertItem issue (item was added twice) 2023-10-25 14:26:36 +02:00
rtyr
7f1db8aa48
Sync with PrusaSlicer-settings. 2023-10-25 13:15:52 +02:00
Filip Sykala - NTB T15p
2b83ff1e7a Fix:
hide operation for Text object with modifier
2023-10-25 11:59:18 +02:00
Filip Sykala - NTB T15p
7e59cc7e64 Update for SLA 2023-10-25 11:50:47 +02:00
YuSanka
4b265f088f Improved ComboBoxes in respect to the users feedback after release. 2023-10-25 10:47:06 +02:00
Filip Sykala - NTB T15p
226ab414d9 Fix warnings:
../src/libslic3r/Emboss.cpp:858:13: warning: ‘Slic3r::EmbossStyle {anonymous}::create_style(const wstring&, const wstring&)’ defined but not used [-Wunused-function]
../src/libslic3r/Emboss.cpp:708:6: warning: ‘void {anonymous}::remove_small_islands(Slic3r::ExPolygons&, double)’ defined but not used [-Wunused-function]
../src/libslic3r/Emboss.cpp:497:6: warning: ‘void {anonymous}::visualize_heal(const string&, const ExPolygons&)’ defined but not used [-Wunused-function]
../src/libslic3r/Emboss.cpp:283:8: warning: ‘Slic3r::Points {anonymous}::collect_close_points(const ExPolygons&, double)’ defined but not used [-Wunused-function]
2023-10-25 09:59:18 +02:00
Filip Sykala - NTB T15p
e2c35a213b Use same code base for "face the came" as for "surface drag". 2023-10-24 15:43:45 +02:00
Filip Sykala - NTB T15p
929f5db49e Remove forgotten code 2023-10-24 12:38:02 +02:00
Filip Sykala - NTB T15p
00c1c9a4c1 Core refactor -> preparation to face the came 2023-10-24 12:34:29 +02:00
Filip Sykala - NTB T15p
7324d032a1 Revert "Disable function "face to camera""
This reverts commit 47dd1106b4dc356f4f50681d3053a4e205ec3e0d.
2023-10-24 09:59:07 +02:00
Steven James
c63f0d2870 Make actually buildable in Ubuntu. 2023-10-24 09:19:03 +02:00
Filip Sykala - NTB T15p
1e440c0d11 Add logs for bad import of svg 2023-10-23 17:24:12 +02:00
Filip Sykala - NTB T15p
e7ece23d01 Merge branch 'master' into fs_import_svg 2023-10-23 16:51:20 +02:00
Filip Sykala - NTB T15p
f05f334e15 Import svg files by button in main bar.
Be carefull: import is made by main thread !!!
2023-10-23 16:50:41 +02:00
tamasmeszaros
9309ef90a8 Merge branch 'tm_bedfill_SPE-1717' 2023-10-23 12:44:21 +02:00
tamasmeszaros
d499c367f8 Fix performance regression from workaround to missing items after bedfil 2023-10-23 11:29:49 +02:00
YuSanka
e86cd23b45 Localization: Updated POT-file and contributors dictionaries
+ Fixes in phrases
2023-10-20 17:43:13 +02:00
Lukas Matena
1a0911388d Fixed several encoding issues 2023-10-20 16:38:45 +02:00
Lukas Matena
f0458daceb Fixes in phrases 2023-10-20 16:38:45 +02:00
YuSanka
6274f24e93 Fixed some warnings 2023-10-20 15:44:08 +02:00
YuSanka
fc64b01e3f WifiConfigDialog: MSW: Fixed color mode + Used new controls
+ Tab: Fixed color mode update for Extruder combobox
2023-10-20 15:41:28 +02:00
Lukas Matena
c1219c45b7 Merge remote-tracking branch 'public/master' 2023-10-20 15:31:29 +02:00
Martin Šach
b45e9d2830 Fix: Give more space for a rounding error to a supports spots generator test.
There was a test that relied on randomness and also checked the result
with very hight precision. That led to a failed test once upon a time.
Now the checking is more benevolent (it should be, as the code is
not expected to be precise) and also the randomness is removed.
2023-10-20 10:27:28 +02:00
rtyr
f008069473
Merge pull request #11466 from LNL3D/origin/modify-printer-profiles
Updated Start G-codes for all LNL3D printer profiles
2023-10-20 10:09:12 +02:00
Lukas Matena
7462b91123 Revert changes related to physical printer dialog version_2.7.0-alpha1 2023-10-19 17:59:18 +02:00
Lukas Matena
dc37b1176f Bumped up version to 2.7.0-alpha1 2023-10-19 16:38:55 +02:00
rtyr
83f01b3376
Added printer profiles for Prusa XL Input Shaper (Alpha). Updated Prusa MINI Input Shaper profiles. Added profiles for "Filament PM" filaments. 2023-10-19 16:23:06 +02:00