e523e6f6a2Fix for #7408 - Crash after closing error for deleting box shape with cylinder negative volume
YuSanka
2021-12-04 10:05:00 +01:00
6122f630d4Fixing broken scrolling with a touch pad on some Windows laptops. This issue #2750 is old, it was fixed and broken again. Now it is being fixed differently.
bubnikv
2021-12-04 09:36:33 +01:00
f701f84b83Fixing broken scrolling with a touch pad on some Windows laptops. This issue #2750 is old, it was fixed and broken again. Now it is being fixed differently.
bubnikv
2021-12-04 09:36:33 +01:00
303de63a90Localization: Renamed PrusaSlicer_pt_br.po to pt_BR.po Added one libslic3r file to lists.txt
Vojtech Bubnik
2021-12-04 06:05:13 +01:00
9f039bad40Localization: Renamed PrusaSlicer_pt_br.po to pt_BR.po Added one libslic3r file to lists.txt
Vojtech Bubnik
2021-12-04 06:05:13 +01:00
fc93737eb8Localization support for languages with country code on Linux. (#7410)
kangkang
2021-12-04 12:57:15 +08:00
72e2bf2f46Localization support for languages with country code on Linux. (#7410)
kangkang
2021-12-04 12:57:15 +08:00
fdc4ee7542Suppress to use info line "Post processing scripts shall..." on Linux. Otherwise click on this line causes a strange frizz of the settings page. And line hovering by the mouse has no visual effect on Linux. (Neither wxEVT_ENTER_WINDOW nor wxEVT_LEAVE_WINDOW isn't catch by wxStaticText for some reason)
YuSanka
2021-12-03 16:47:14 +01:00
7912e91c42Suppress to use info line "Post processing scripts shall..." on Linux. Otherwise click on this line causes a strange frizz of the settings page. And line hovering by the mouse has no visual effect on Linux. (Neither wxEVT_ENTER_WINDOW nor wxEVT_LEAVE_WINDOW isn't catch by wxStaticText for some reason)
YuSanka
2021-12-03 16:47:14 +01:00
3622f06bedTrying to work around 3D scene focus after de-activation of the main window without having to resort to CallAfter(), which breaks on Linux with some window managers that follow mouser cursor. May fix#5620#6870#6992
bubnikv
2021-12-03 16:19:43 +01:00
3790884312Trying to work around 3D scene focus after de-activation of the main window without having to resort to CallAfter(), which breaks on Linux with some window managers that follow mouser cursor. May fix#5620#6870#6992
bubnikv
2021-12-03 16:19:43 +01:00
f14a5f40b3Localization. * --boost option is added to gettext_make_pot script to recognize Boost format strings. * New script gettext_merge_po_with_pot is added to merging new lines from POT to current PO * --check-format option is added to gettext_po_to_mo script to check language dependent format strings during generation MO from PO. * POT is updated and all PO files are merged with it. So, community can just load needed PO file and continue in translation. * ExtruderSequenceDialog: Added messed localization markers
YuSanka
2021-12-03 16:18:21 +01:00
36b74e0845Localization. * --boost option is added to gettext_make_pot script to recognize Boost format strings. * New script gettext_merge_po_with_pot is added to merging new lines from POT to current PO * --check-format option is added to gettext_po_to_mo script to check language dependent format strings during generation MO from PO. * POT is updated and all PO files are merged with it. So, community can just load needed PO file and continue in translation. * ExtruderSequenceDialog: Added messed localization markers
YuSanka
2021-12-03 16:18:21 +01:00
36b014a8ddFixed a bug in the precomputation of the data for bucket fill that was triggering assert in TriangleSelector::neighbor_child().
Lukáš Hejl
2021-12-03 07:50:15 +01:00
bdab3b8a5aFixed a bug in the precomputation of the data for bucket fill that was triggering assert in TriangleSelector::neighbor_child().
Lukáš Hejl
2021-12-03 07:50:15 +01:00
60b8a8245cDeleted unused function in Octoprint
David Kocik
2021-12-03 09:47:51 +01:00
4a1507a1f6Deleted unused function in Octoprint
David Kocik
2021-12-03 09:47:51 +01:00
08e3e60a5fFix CGAL build with major version > 4 on Linux
tamasmeszaros
2021-12-03 09:46:07 +01:00
ea5916bd4cFix CGAL build with major version > 4 on Linux
tamasmeszaros
2021-12-03 09:46:07 +01:00
7837070d29Follow-up to c6de3e84eb Fixed typos in option labels.
Vojtech Bubnik
2021-12-03 09:39:50 +01:00
f5aefbf21eFollow-up to c6de3e84eb Fixed typos in option labels.
Vojtech Bubnik
2021-12-03 09:39:50 +01:00
def5bd6797Follow-up to 7272b2b083 Comment is extended
YuSanka
2021-12-03 09:38:50 +01:00
50737966acFollow-up to 7272b2b083 Comment is extended
YuSanka
2021-12-03 09:38:50 +01:00
50da39d30bWindows specific: Only start the 3rd party updater application if enabled in PrusaSlicer preferences.
Vojtech Bubnik
2021-12-03 09:26:44 +01:00
8ad6c92565Windows specific: Only start the 3rd party updater application if enabled in PrusaSlicer preferences.
Vojtech Bubnik
2021-12-03 09:26:44 +01:00
45d9e6bdddFollow-up to 7828964f8c Fixed no way of leaving the "export G-code" dialog loop. Improved the error message by explaining that some characters are not allowed by a FAT file system.
Vojtech Bubnik
2021-12-03 09:05:14 +01:00
7cc5d0df78Follow-up to 7828964f8c Fixed no way of leaving the "export G-code" dialog loop. Improved the error message by explaining that some characters are not allowed by a FAT file system.
Vojtech Bubnik
2021-12-03 09:05:14 +01:00
4d1ce89c22Follow-up to f4dfbb69e2 Now that libcurl is used for URL host substitution, we want to make sure that the new code compiles on Windows only because that is where we need to do the URL host substitution due to Windows 10/11 mDNS resolve issues and because we have a control on the libcurl version statically linked on Windows, so we are sure the URL API is available.
Vojtech Bubnik
2021-12-03 08:12:47 +01:00
4ee296d9c5Follow-up to f4dfbb69e2 Now that libcurl is used for URL host substitution, we want to make sure that the new code compiles on Windows only because that is where we need to do the URL host substitution due to Windows 10/11 mDNS resolve issues and because we have a control on the libcurl version statically linked on Windows, so we are sure the URL API is available.
Vojtech Bubnik
2021-12-03 08:12:47 +01:00
f4dfbb69e2Replaced the code to substitute host address part in URL with libcurl library calls. This solution should be more robust than a homebrew URL parser solution.
Vojtech Bubnik
2021-12-03 08:02:16 +01:00
a8f8563b29Replaced the code to substitute host address part in URL with libcurl library calls. This solution should be more robust than a homebrew URL parser solution.
Vojtech Bubnik
2021-12-03 08:02:16 +01:00
f88d678a4aAdded a missing include (GCC11.1 without PCH).
Lukáš Hejl
2021-12-02 21:04:55 +01:00
a30b41195eAdded a missing include (GCC11.1 without PCH).
Lukáš Hejl
2021-12-02 21:04:55 +01:00
26a6cb2129Fixed ironing over areas with modifier meshes: 1) Areas inside modifier meshes were ironed multiple times. 2) Ironing areas were not properly merged.
Vojtech Bubnik
2021-12-02 18:18:26 +01:00
a0fbec142eFixed ironing over areas with modifier meshes: 1) Areas inside modifier meshes were ironed multiple times. 2) Ironing areas were not properly merged.
Vojtech Bubnik
2021-12-02 18:18:26 +01:00
7272b2b083Fix for #7207 - Display of object labels does not match with the "View"-menu, if "Complete individual objects" is used
YuSanka
2021-12-02 17:05:39 +01:00
139121e649Fix for #7207 - Display of object labels does not match with the "View"-menu, if "Complete individual objects" is used
YuSanka
2021-12-02 17:05:39 +01:00
21e5481a58Fix of fan control for raft layers. Fixes Fan starts at first layer, even though disabled for first layer. #7232 This is a regression due to cooling refactoring, which cooled support layers independently from object layers. The bug here was that all the raft layers were cooled together with the first object layer.
Vojtech Bubnik
2021-12-02 16:40:18 +01:00
78612b6f04Fix of fan control for raft layers. Fixes Fan starts at first layer, even though disabled for first layer. #7232 This is a regression due to cooling refactoring, which cooled support layers independently from object layers. The bug here was that all the raft layers were cooled together with the first object layer.
Vojtech Bubnik
2021-12-02 16:40:18 +01:00
a840f8020fSubstitution of host during ip resolve: correct handling of ipv6
David Kocik
2021-12-02 16:31:19 +01:00
000daaa612Substitution of host during ip resolve: correct handling of ipv6
David Kocik
2021-12-02 16:31:19 +01:00
71a9ded1c0ObjectList: Fixed update of the icons for InfoItems, when color mode was changed Sidebar:ObjectInfo: Fixed update of the icon, when color mode was changed + Added new icons for "Sinking" and "ShapeGallery"
YuSanka
2021-12-02 16:11:52 +01:00
a889a6c8b0ObjectList: Fixed update of the icons for InfoItems, when color mode was changed Sidebar:ObjectInfo: Fixed update of the icon, when color mode was changed + Added new icons for "Sinking" and "ShapeGallery"
YuSanka
2021-12-02 16:11:52 +01:00
efbf64fdeaAdded description line for the "Post-processing scripts".
YuSanka
2021-12-02 15:14:39 +01:00
bae65de75cAdded description line for the "Post-processing scripts".
YuSanka
2021-12-02 15:14:39 +01:00
8a151cd7c3Merge branch 'dk_notifications'
David Kocik
2021-12-02 14:12:47 +01:00
1737d02c85Merge branch 'dk_notifications'
David Kocik
2021-12-02 14:12:47 +01:00
15104cb787Load basic notifications later so the translations are correct.
David Kocik
2021-12-02 13:57:49 +01:00
93fad4a975Load basic notifications later so the translations are correct.
David Kocik
2021-12-02 13:57:49 +01:00
d60bbc382dfew asserts in notifications manager
David Kocik
2021-11-22 21:35:42 +01:00
679dc38c9dfew asserts in notifications manager
David Kocik
2021-11-22 21:35:42 +01:00
b062a0f281Fixed build when tech ENABLE_SMOOTH_NORMALS is enabled
enricoturri1966
2021-12-02 13:42:26 +01:00
88bed127e3Fixed build when tech ENABLE_SMOOTH_NORMALS is enabled
enricoturri1966
2021-12-02 13:42:26 +01:00
48d88191e2Fixed rotation of volumes while ALT key is pressed
enricoturri1966
2021-12-02 11:11:00 +01:00
39171d0bf9Fixed rotation of volumes while ALT key is pressed
enricoturri1966
2021-12-02 11:11:00 +01:00
59463cdb34Merge branch 'dk_printhost'
David Kocik
2021-12-02 10:25:59 +01:00
766e721d78Merge branch 'dk_printhost'
David Kocik
2021-12-02 10:25:59 +01:00
a4b4af8a1aChange of 71082adbc9ac2101c39f46218d666e46ab4ecb7c
David Kocik
2021-12-02 10:25:21 +01:00
c5ab9857e9Change of 71082adbc9ac2101c39f46218d666e46ab4ecb7c
David Kocik
2021-12-02 10:25:21 +01:00
0939dab807allow_ip_resolve in app config
David Kocik
2021-11-30 12:42:59 +01:00
a1e645a5a9allow_ip_resolve in app config
David Kocik
2021-11-30 12:42:59 +01:00
9788a80c6fAdded port number to resolved ip address if specified.
David Kocik
2021-11-30 12:42:09 +01:00
4ca9d0a7d1Added port number to resolved ip address if specified.
David Kocik
2021-11-30 12:42:09 +01:00
7f951c2df8Fixed an issue that travels could lead through a hole when the avoid crossing perimeters was enabled at the same with "External perimeter first" or "Detect thin walls".
Lukáš Hejl
2021-12-01 08:18:27 +01:00
b40d173243Fixed an issue that travels could lead through a hole when the avoid crossing perimeters was enabled at the same with "External perimeter first" or "Detect thin walls".
Lukáš Hejl
2021-12-01 08:18:27 +01:00
e85a0ba248Added missing includes (GCC11.1 without PCH).
Lukáš Hejl
2021-12-02 09:30:03 +01:00
4d3b600b45Added missing includes (GCC11.1 without PCH).
Lukáš Hejl
2021-12-02 09:30:03 +01:00
ba20cc4892#7396 - Fix of crash while slicing a particular stl file (missing checks into GCodeViewer::load_toolpaths())
enricoturri1966
2021-12-02 09:09:19 +01:00
26466c9240#7396 - Fix of crash while slicing a particular stl file (missing checks into GCodeViewer::load_toolpaths())
enricoturri1966
2021-12-02 09:09:19 +01:00
9ea81a9dbfFixing Perl unit tests
Vojtech Bubnik
2021-12-01 19:24:23 +01:00
386efb1b6aFixing Perl unit tests
Vojtech Bubnik
2021-12-01 19:24:23 +01:00
9cf483fe08WIP Lightning infil: Cleaning up some compiler errors
Vojtech Bubnik
2021-12-01 19:02:37 +01:00
f5e2bbefaeWIP Lightning infil: Cleaning up some compiler errors
Vojtech Bubnik
2021-12-01 19:02:37 +01:00
f03f8f52d7Fixed loading translation of hint notification text and reloading this texts in other langs.
David Kocik
2021-12-01 15:44:44 +01:00
3bb9a5f290Fixed loading translation of hint notification text and reloading this texts in other langs.
David Kocik
2021-12-01 15:44:44 +01:00
e0b96e5535Sync with PrusaSlicer-settings
rtyr
2021-12-01 13:11:47 +01:00
7b1e80e8a6Sync with PrusaSlicer-settings
rtyr
2021-12-01 13:11:47 +01:00
b78b91b72eLocalization: Updated CZ, DE, ES, FR, IT and PL dictionaries. + Fixed some of phrases and updated POT-file
YuSanka
2021-12-01 13:06:52 +01:00
125a71f7aeLocalization: Updated CZ, DE, ES, FR, IT and PL dictionaries. + Fixed some of phrases and updated POT-file
YuSanka
2021-12-01 13:06:52 +01:00