e62a78fc43Initialize fonts before first UI action
YuSanka
2021-12-15 09:50:19 +01:00
322583bc78Revert of the 8b3e413633, which was caused the issue #7498
YuSanka
2021-12-15 09:03:38 +01:00
702d727ed9Revert of the 8b3e413633, which was caused the issue #7498
YuSanka
2021-12-15 09:03:38 +01:00
caff954aa7Localization: Update for NL dictionary. + Missed "Did you know..." phrases are added to POT and merged with some PO files
YuSanka
2021-12-14 16:33:12 +01:00
cf59b221d0Localization: Update for NL dictionary. + Missed "Did you know..." phrases are added to POT and merged with some PO files
YuSanka
2021-12-14 16:33:12 +01:00
74cf1ed0f9MsgDialog: Fixed text color under non-MSW platforms
YuSanka
2021-12-14 16:29:18 +01:00
a10824efd8MsgDialog: Fixed text color under non-MSW platforms
YuSanka
2021-12-14 16:29:18 +01:00
b3d42df0f7Bumped up version to release candidate, changed the configuration directory from beta to final.
Vojtech Bubnik
2021-12-14 14:49:32 +01:00
e2ac37e717Follow-up 6d2efe29a4 - Call wxInitAllImageHandlers() before any UI actions to avoid "No image handler..." warnings. + Deleted unnecessary app_config->save() call
YuSanka
2021-12-14 14:56:07 +01:00
1b358b05adBumped up version to release candidate, changed the configuration directory from beta to final.
Vojtech Bubnik
2021-12-14 14:49:32 +01:00
63bc64d8cfFollow-up 6d2efe29a4 - Call wxInitAllImageHandlers() before any UI actions to avoid "No image handler..." warnings. + Deleted unnecessary app_config->save() call
YuSanka
2021-12-14 14:56:07 +01:00
08402abf2bUsed double instead of float for computing distance between two polygon vertices in precompute_polygon_distances() in the avoid crossing perimeters.
Lukáš Hejl
2021-12-14 14:48:25 +01:00
ff20d1e46dUsed double instead of float for computing distance between two polygon vertices in precompute_polygon_distances() in the avoid crossing perimeters.
Lukáš Hejl
2021-12-14 14:48:25 +01:00
e745ef095fUpdated for the PrusaSlicer 2.4.0-rc release.
rtyr
2021-12-14 14:41:25 +01:00
7fe2243e8fUpdated for the PrusaSlicer 2.4.0-rc release.
rtyr
2021-12-14 14:41:25 +01:00
6d2efe29a4Localization: Updated dictionaries for CS, DE, ES, FR, IT, NL, PL
YuSanka
2021-12-14 14:13:25 +01:00
370b220643Localization: Updated dictionaries for CS, DE, ES, FR, IT, NL, PL
YuSanka
2021-12-14 14:13:25 +01:00
cc2b8da6a4#7461 - Use three floats for defining vertex normal to render travel toolpaths. This fixes a crash on NVIDIA Quadro graphics cards when turning on travel moves visibility in preview.
enricoturri1966
2021-12-14 13:53:37 +01:00
c241a7b92c#7461 - Use three floats for defining vertex normal to render travel toolpaths. This fixes a crash on NVIDIA Quadro graphics cards when turning on travel moves visibility in preview.
enricoturri1966
2021-12-14 13:53:37 +01:00
0538363b2bUpdated sha256 value for wxWidgets
YuSanka
2021-12-14 12:06:08 +01:00
f5800884daUpdated sha256 value for wxWidgets
YuSanka
2021-12-14 12:06:08 +01:00
8b3e413633Follow-up e2475c95 - Disable check of the compatibility of the "support_material" and "overhangs" options for profile which was loaded from 3mf
YuSanka
2021-12-14 11:49:53 +01:00
0a375fcab2Follow-up e2475c95 - Disable check of the compatibility of the "support_material" and "overhangs" options for profile which was loaded from 3mf
YuSanka
2021-12-14 11:49:53 +01:00
5243abceceCheck "support_material" and "overhangs" relations only on global settings level.
YuSanka
2021-12-14 10:48:57 +01:00
987f229153Check "support_material" and "overhangs" relations only on global settings level.
YuSanka
2021-12-14 10:48:57 +01:00
08f88f09daFix error in previous commit
tamasmeszaros
2021-12-13 16:46:11 +01:00
d1b2380f1bFix error in previous commit
tamasmeszaros
2021-12-13 16:46:11 +01:00
dc3da0b626Fix for crash from #7486 - PrusaSlicer crashes when doing this commands
YuSanka
2021-12-13 16:19:58 +01:00
9a3150b628Fix for crash from #7486 - PrusaSlicer crashes when doing this commands
YuSanka
2021-12-13 16:19:58 +01:00
914f170a98Use TBB config scripts to find the library if using dynamic libraries.
tamasmeszaros
2021-12-13 15:53:24 +01:00
a6af0b20a9Use TBB config scripts to find the library if using dynamic libraries.
tamasmeszaros
2021-12-13 15:53:24 +01:00
2121a98beaDouble ampersand in text
David Kocik
2021-12-13 13:39:24 +01:00
49b480ded4Double ampersand in text
David Kocik
2021-12-13 13:39:24 +01:00
80324de45dFixed objects bigger than print volume set as sinking after calling 'Scale to print volume' command - SPE-1155
enricoturri1966
2021-12-13 11:32:59 +01:00
90ba5da99aFixed objects bigger than print volume set as sinking after calling 'Scale to print volume' command - SPE-1155
enricoturri1966
2021-12-13 11:32:59 +01:00
e3d345aa17Fix of PrusaSlicer crashes when using fuzzy skin and setting 0 for values #7468 Fuzzy skin will be disabled for regions with with fuzzy_skin_point_dist < 0.01 or fuzzy_skin_thickness.value < 0.001 as the first one creates excessive long extrusions while the second one does not modify the perimeters.
Vojtech Bubnik
2021-12-13 11:18:43 +01:00
05980e8249Fix of PrusaSlicer crashes when using fuzzy skin and setting 0 for values #7468 Fuzzy skin will be disabled for regions with with fuzzy_skin_point_dist < 0.01 or fuzzy_skin_thickness.value < 0.001 as the first one creates excessive long extrusions while the second one does not modify the perimeters.
Vojtech Bubnik
2021-12-13 11:18:43 +01:00
0d68a534abAlways use batched models to render options in preview
enricoturri1966
2021-12-13 09:50:13 +01:00
f5a9e90734Always use batched models to render options in preview
enricoturri1966
2021-12-13 09:50:13 +01:00
23284b61eaFix for #7481 - Found typo in BitmapComboBox.cpp L257: _MSW_DAEK_MODE
YuSanka
2021-12-13 09:27:35 +01:00
83f79111c1Fix for #7481 - Found typo in BitmapComboBox.cpp L257: _MSW_DAEK_MODE
YuSanka
2021-12-13 09:27:35 +01:00
021457d40fFixed minor typo in wording.
Vojtech Bubnik
2021-12-12 14:44:12 +01:00
d4651bdc50Fixed minor typo in wording.
Vojtech Bubnik
2021-12-12 14:44:12 +01:00
23e4ecdf0fFollow-up to c772d28070 Support for oneTBB from oneAPI, where Intel reworked and deprecated some interfaces. Implements some of TBB universal fix (2020/2021 fixes) #7332 This one adds TBB_HAS_GLOBAL_CONTROL for the up to date oneTBB.
Vojtech Bubnik
2021-12-12 14:14:43 +01:00
f2cd136f7dFollow-up to c772d28070 Support for oneTBB from oneAPI, where Intel reworked and deprecated some interfaces. Implements some of TBB universal fix (2020/2021 fixes) #7332 This one adds TBB_HAS_GLOBAL_CONTROL for the up to date oneTBB.
Vojtech Bubnik
2021-12-12 14:14:43 +01:00
c772d28070Support for oneTBB from oneAPI, where Intel reworked and deprecated some interfaces. Implements some of TBB universal fix (2020/2021 fixes) #7332
Vojtech Bubnik
2021-12-12 14:01:06 +01:00
84dc183bbfSupport for oneTBB from oneAPI, where Intel reworked and deprecated some interfaces. Implements some of TBB universal fix (2020/2021 fixes) #7332
Vojtech Bubnik
2021-12-12 14:01:06 +01:00
a9dfb74c67Fix of Bed shape inverted origin position #7474 The bug was introduced with cc44089 due to out of print bed detection refactoring.
Vojtech Bubnik
2021-12-12 08:38:56 +01:00
7e60564533Fix of Bed shape inverted origin position #7474 The bug was introduced with cc44089 due to out of print bed detection refactoring.
Vojtech Bubnik
2021-12-12 08:38:56 +01:00
f589dd7851Added asserts to check for empty calls to glMultiDrawElements(). Some OpenGL drivers crash on empty glMultiDrawElements, see GH #7415.
Vojtech Bubnik
2021-12-12 07:35:13 +01:00
df873b35ffAdded asserts to check for empty calls to glMultiDrawElements(). Some OpenGL drivers crash on empty glMultiDrawElements, see GH #7415.
Vojtech Bubnik
2021-12-12 07:35:13 +01:00
3b1f6d33ccUpdating wxWidgets SHA due to "Fixed HiDPI scaling issue of dark moded spin control buttons" 2052db1e5d
Vojtech Bubnik
2021-12-12 06:25:55 +01:00
ae3a781fa8Updating wxWidgets SHA due to "Fixed HiDPI scaling issue of dark moded spin control buttons" 2052db1e5d
Vojtech Bubnik
2021-12-12 06:25:55 +01:00
0255ff2fd6Bumped up version to 0.1.1
rtyr
2021-12-11 21:01:34 +01:00
daf59f9870Bumped up version to 0.1.1
rtyr
2021-12-11 21:01:34 +01:00
5d8a2fac71Merge pull request #7417 from spuder/ender2-pro
rtyr
2021-12-11 20:56:09 +01:00
2320ef156dMerge pull request #7417 from spuder/ender2-pro
rtyr
2021-12-11 20:56:09 +01:00
45038f2cccFix of PS 2.4.0 Beta 4: No image handler for type 15 defined. #7469 On Linux, image handlers need to be initialized before showing any PNG.
Vojtech Bubnik
2021-12-11 16:59:21 +01:00
f4f454b657Fix of PS 2.4.0 Beta 4: No image handler for type 15 defined. #7469 On Linux, image handlers need to be initialized before showing any PNG.
Vojtech Bubnik
2021-12-11 16:59:21 +01:00
f033a79a2aBumped up version number.
Vojtech Bubnik
2021-12-11 10:28:20 +01:00
eb445fc66cBumped up version number.
Vojtech Bubnik
2021-12-11 10:28:20 +01:00
2bba01f482Merge branch 'master' into ender2-pro
Spencer Owen
2021-12-10 17:08:17 -07:00
412d8b9f34Merge branch 'master' into ender2-pro
Spencer Owen
2021-12-10 17:08:17 -07:00
3fd7a5a4b1Fixed typo in GLGizmoPainterBase::get_projected_mouse_positions() after 7bb38840e1.
Lukáš Hejl
2021-12-09 17:59:15 +01:00
4da956f9e4Fixed typo in GLGizmoPainterBase::get_projected_mouse_positions() after 7bb38840e1.
Lukáš Hejl
2021-12-09 17:59:15 +01:00
c3f144c7eaEnder2 Pro resources
rtyr
2021-12-10 18:42:39 +01:00
7a9cc151e8Ender2 Pro resources
rtyr
2021-12-10 18:42:39 +01:00
121bb260dbFix of disabling thick bridges adds unnecessary support interfaces #7260 Improved numerical robustness when removing bridging perimeters from overhangs to be supported.
Vojtech Bubnik
2021-12-10 18:26:54 +01:00
66e6d17da3Fix of disabling thick bridges adds unnecessary support interfaces #7260 Improved numerical robustness when removing bridging perimeters from overhangs to be supported.
Vojtech Bubnik
2021-12-10 18:26:54 +01:00
080e80a4d6Localization: Next improvements: CS, IT, ES, DE, ES, FR
YuSanka
2021-12-10 15:37:35 +01:00
27cb9fd59cLocalization: Next improvements: CS, IT, ES, DE, ES, FR
YuSanka
2021-12-10 15:37:35 +01:00
14749d3c73Code refactoring for ObjectList::get_selection_indexes(). Assert is changed to check if selection isn't empty. Elsewhere processing of the empty selection can causes a crash.
YuSanka
2021-12-10 17:09:42 +01:00
ece20180b9Code refactoring for ObjectList::get_selection_indexes(). Assert is changed to check if selection isn't empty. Elsewhere processing of the empty selection can causes a crash.
YuSanka
2021-12-10 17:09:42 +01:00
baee1671efFix of Bug in First Layer Expansion: Support material base layer intersects/overlaps with interface layer First layer support expansion was only trimmed with contacts, not with support interface layes (dense supports supporting contact layers).
Vojtech Bubnik
2021-12-10 16:41:30 +01:00
eb94206cc7Fix of Bug in First Layer Expansion: Support material base layer intersects/overlaps with interface layer First layer support expansion was only trimmed with contacts, not with support interface layes (dense supports supporting contact layers).
Vojtech Bubnik
2021-12-10 16:41:30 +01:00
cad459c6adFix of "solid_infill_every_layers = 1" does not generate valid infill for some geometries #6736 With solid_infill_every_layers = 1 the new solid layer should be solid infill not solid bridging infill. Once the layer is correctly classified as solid with solid_infill_every_layers = 1, everything works as expected.
Vojtech Bubnik
2021-12-10 12:59:52 +01:00
94de61a0e1Fix of "solid_infill_every_layers = 1" does not generate valid infill for some geometries #6736 With solid_infill_every_layers = 1 the new solid layer should be solid infill not solid bridging infill. Once the layer is correctly classified as solid with solid_infill_every_layers = 1, everything works as expected.
Vojtech Bubnik
2021-12-10 12:59:52 +01:00
1ba189b3a8Follow-up of 450e430ca1b5169ab59d39a62cc84c4db3b0a8fa - Fixed wrong if() conditions into Plater::priv::reload_from_disk()
enricoturri1966
2021-12-10 08:05:59 +01:00
37b19e76ddFollow-up of 450e430ca1b5169ab59d39a62cc84c4db3b0a8fa - Fixed wrong if() conditions into Plater::priv::reload_from_disk()
enricoturri1966
2021-12-10 08:05:59 +01:00
8df5202e74#7429 - Fixes in reload from disk command
enricoturri1966
2021-12-09 15:02:11 +01:00
cb74c1271d#7429 - Fixes in reload from disk command
enricoturri1966
2021-12-09 15:02:11 +01:00
26008adfa1Trying to fix#7176: Incorrect vertical size of a wxBitmapComboBox selecting presets at the Persets page due to likely incorrect setting of a "rubbery" scale factor of one of the box sizers.
Vojtech Bubnik
2021-12-10 09:38:57 +01:00
ead36858b7Trying to fix#7176: Incorrect vertical size of a wxBitmapComboBox selecting presets at the Persets page due to likely incorrect setting of a "rubbery" scale factor of one of the box sizers.
Vojtech Bubnik
2021-12-10 09:38:57 +01:00
63a3971091Windows specific: Fixes layout issues on plater, short BitmapComboBoxes with some Windows scaling, see GH issue #7414. The issue was most likely due to the initial main frame size generated by Windows based on some unknown rule based on font scaling and possibly display size and something else. If the initial window height is short, then the last controls in a "rubbery" sizer are trimmed and wxBitmapComboBoxes then remember the initial widget size indefinietly.
Vojtech Bubnik
2021-12-10 09:34:28 +01:00
3f98f505c4Windows specific: Fixes layout issues on plater, short BitmapComboBoxes with some Windows scaling, see GH issue #7414. The issue was most likely due to the initial main frame size generated by Windows based on some unknown rule based on font scaling and possibly display size and something else. If the initial window height is short, then the last controls in a "rubbery" sizer are trimmed and wxBitmapComboBoxes then remember the initial widget size indefinietly.
Vojtech Bubnik
2021-12-10 09:34:28 +01:00
a6d6f9af8bAdd extra tab
Spencer Owen
2021-12-09 21:51:29 -07:00
1f02af2304Add extra tab
Spencer Owen
2021-12-09 21:51:29 -07:00
590f187370Merge branch 'dk_msg'
David Kocik
2021-12-09 18:46:58 +01:00
2f9e5f557cMerge branch 'dk_msg'
David Kocik
2021-12-09 18:46:58 +01:00
ea796aaa68Changed message about copying another configuration folder.
David Kocik
2021-12-09 18:45:45 +01:00