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
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
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
YuSanka
4b265f088f
Improved ComboBoxes in respect to the users feedback after release.
2023-10-25 10:47:06 +02:00
Steven James
c63f0d2870
Make actually buildable in Ubuntu.
2023-10-24 09:19:03 +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
rtyr
7fdd3f0f09
XLIS alpha resources
2023-10-19 16:20:36 +02:00
YuSanka
5cdc0a9143
Updated icons.
...
+ Fix for phrase
2023-10-19 13:57:27 +02:00
Filip Sykala - NTB T15p
52e1ba0448
Merge branch 'master' of https://github.com/Prusa-Development/PrusaSlicerPrivate
2023-10-19 13:54:22 +02:00
Filip Sykala - NTB T15p
4d5b91ac57
Fix of loacale in path for emboss SVG
2023-10-19 13:54:12 +02:00
David Kocik
b102826726
fix of string format
2023-10-19 13:22:05 +02:00
YuSanka
315a988a8a
Localization: fixes and changes in phrases
2023-10-19 13:01:05 +02:00
David Kocik
6da93f04bf
Merge branch 'dk_config_update'
2023-10-19 11:16:30 +02:00
David Kocik
78e128de1c
SPE-1970: Notify about available config update after sync.
...
Notification about conf update with new printer mockup.
"new printer" information in the update dialogs.
2023-10-19 11:15:24 +02:00
David Kocik
5862e85c57
Change order in enum to original values
...
followup of 210f1abf1dcbc033d4d9bf6fe50f3d54da8bf283
2023-10-19 11:03:18 +02:00
Lukas Matena
aaaaf8c83b
Bumped up version to 2.7.0-alpha0, new splashscreen
2023-10-19 11:01:23 +02:00
YuSanka
e6ea3cc50f
Localization: Updated internal dictionaries (CS, DE, ES, FR, IT, PL).
...
+ Fixed some phrases.
2023-10-19 10:50:14 +02:00
enricoturri1966
33e40512f8
Merge branch 'master' of https://github.com/Prusa-Development/PrusaSlicerPrivate
2023-10-19 10:33:52 +02:00
enricoturri1966
92650f8283
SPE-1932: Tweaks to the file conversion logic
2023-10-19 10:33:42 +02:00
enricoturri1966
9d346e80bf
SPE-1932: Automatic renaming of output file for conversion from/to binary gcode when the destination filename is equal to the source filename
2023-10-19 10:33:28 +02:00
Lukas Matena
6b94d25cc2
Improved const-correctness, removed extra includes
2023-10-19 10:33:10 +02:00
Lukas Matena
86812fa5dd
Fixed crash on macOS due to uninitialized variables,
...
this happened when the wipe tower was not generated in the data for the conflict
checker. The code was refactored to not use the extra FakeWipeTower class, all
wipe tower related info is in Print::WipeTowerData object
2023-10-19 10:33:10 +02:00
enricoturri1966
b467e5c247
SPE-1923: Fixed wrong x of tool position when z offset is applied
2023-10-19 10:32:44 +02:00
enricoturri1966
e26a8982da
SPE-1920: Fixed crash while moving horizontal slider in preview
2023-10-19 10:31:44 +02:00
enricoturri1966
7341561ec4
SPE-1920: Fixed travel toolpaths not hidden when first layer is not visible.
2023-10-19 10:31:28 +02:00
David Kocik
210f1abf1d
PrusaLink at Physical Printer Dialog: Show Http Digest as first choice.
2023-10-19 10:12:32 +02:00
YuSanka
37afe79c60
EditGCodeDialog: Added new icons.
...
+ BitmapCache: Fixed replaces during SVG loading(quotation marks are redundant).
2023-10-19 10:00:34 +02:00
enricoturri1966
e8ba79a0ad
SPE-1908: Fixed travel moves starting above the top layer not shown in preview
2023-10-19 09:49:08 +02:00
YuSanka
e1ff5feb41
Fix for SPE-1976 : Crash on extruder change
...
+ Updated Ui color mode for Extruder combobox
2023-10-19 09:31:44 +02:00
enricoturri1966
fc5a4c1e13
#11337 : Fixed detection of toolpaths in first layer when using z offset (SPE-1902)
2023-10-19 09:31:14 +02:00
enricoturri1966
a8155eb8db
SPE-1964: Fixed export of M73 lines
...
Added post processing of G0
Added post processing of G2/G3
Added post processing of G28
Modified ExportLines::update()
M73 line exported after current line has been processed (to get the proper time)
2023-10-19 09:01:38 +02:00
rtyr
82e70b744a
XLIS and MINI IS resources
2023-10-18 17:02:15 +02:00
Lukas Matena
bec6b8d032
Merge branch 'ys_ui'
2023-10-18 16:32:21 +02:00
YuSanka
8d1165d6ed
SpinInputDouble
...
+ Update font size for application in respect to the display size
2023-10-18 16:32:12 +02:00