6929a57c67Trying to fix compilation issues due to _() macro being used by mpl.
Vojtech Bubnik
2021-11-30 18:06:01 +01:00
4158f9ec8eNew config value "gcode_resolution" replaces the hard coded RESOLUTION value, which was set to 0.0125mm.
Vojtech Bubnik
2021-11-30 17:51:53 +01:00
9895a55578New config value "gcode_resolution" replaces the hard coded RESOLUTION value, which was set to 0.0125mm.
Vojtech Bubnik
2021-11-30 17:51:53 +01:00
efaf4e47c1When system info sending fails, do not save the "sent" flag into appconfig
Lukas Matena
2021-11-30 16:19:36 +01:00
89203f1962When system info sending fails, do not save the "sent" flag into appconfig
Lukas Matena
2021-11-30 16:19:36 +01:00
f51162f238Improved G-code post processor error reporting in case the G-code post processor did not edit the G-code in place.
Vojtech Bubnik
2021-11-30 14:15:50 +01:00
5d3785d4a0Improved G-code post processor error reporting in case the G-code post processor did not edit the G-code in place.
Vojtech Bubnik
2021-11-30 14:15:50 +01:00
d6bd128fffFollow-up to e7cc12b
Lukas Matena
2021-11-30 13:04:28 +01:00
f1cb0ed153Follow-up to e7cc12b
Lukas Matena
2021-11-30 13:04:28 +01:00
5a873dd1e5Fixing a loophole in GUI::format() for UTF8 template input.
Vojtech Bubnik
2021-11-30 13:49:22 +01:00
4c29abc69bFixing a loophole in GUI::format() for UTF8 template input.
Vojtech Bubnik
2021-11-30 13:49:22 +01:00
c514f45260Fix of #7386, missing include
Vojtech Bubnik
2021-11-30 13:17:56 +01:00
900b79447aFix of #7386, missing include
Vojtech Bubnik
2021-11-30 13:17:56 +01:00
229c45c729Linux checking for DISPLAY variable: Don't check for WAYLAND_DISPLAY, PrusaSlicer does not use it.
Vojtech Bubnik
2021-11-30 12:58:47 +01:00
6f174c7231Linux checking for DISPLAY variable: Don't check for WAYLAND_DISPLAY, PrusaSlicer does not use it.
Vojtech Bubnik
2021-11-30 12:58:47 +01:00
a09b4ff5c8Linux specific: Avoid crashing with DISPLAY variable not set.
Vojtech Bubnik
2021-11-30 12:41:14 +01:00
3c27c4cc2fLinux specific: Avoid crashing with DISPLAY variable not set.
Vojtech Bubnik
2021-11-30 12:41:14 +01:00
8fc620375cFix for #7384 - From/To UTF8 conversation issue for text controls in Settings Tabs
YuSanka
2021-11-30 12:32:28 +01:00
c2d958cfd1Fix for #7384 - From/To UTF8 conversation issue for text controls in Settings Tabs
YuSanka
2021-11-30 12:32:28 +01:00
86afffa692Don't let UI jobs overlap.
tamasmeszaros
2021-11-30 12:06:28 +01:00
7dd7d2bcf4Don't let UI jobs overlap.
tamasmeszaros
2021-11-30 12:06:28 +01:00
ef059404b3Tech ENABLE_FIX_SUPERSLICER_GCODE_IMPORT set as default
enricoturri1966
2021-11-30 12:01:22 +01:00
c048d5c6ebTech ENABLE_FIX_SUPERSLICER_GCODE_IMPORT set as default
enricoturri1966
2021-11-30 12:01:22 +01:00
152c3be53aTech ENABLE_FIX_SEAMS_SYNCH set as default
enricoturri1966
2021-11-30 11:42:39 +01:00
9924102c5eTech ENABLE_FIX_SEAMS_SYNCH set as default
enricoturri1966
2021-11-30 11:42:39 +01:00
781b457035Tech ENABLE_SAVE_COMMANDS_ALWAYS_ENABLED set as default
enricoturri1966
2021-11-30 09:41:43 +01:00
48928dd651Tech ENABLE_SAVE_COMMANDS_ALWAYS_ENABLED set as default
enricoturri1966
2021-11-30 09:41:43 +01:00
c5e8a1c409Fixing linking on Windows after eddcd93e82 Merge branch 'RandoMan70-introduce-mks-wifi-support-2.3.0-rc2'
Vojtech Bubnik
2021-11-30 09:40:40 +01:00
0a7311361aFixing linking on Windows after eddcd93e82 Merge branch 'RandoMan70-introduce-mks-wifi-support-2.3.0-rc2'
Vojtech Bubnik
2021-11-30 09:40:40 +01:00
b553ef7478Follow-up to 8967ee57ed FlashAir does not support start of print
Vojtech Bubnik
2021-11-30 09:18:05 +01:00
9afb196edeFollow-up to 8967ee57ed FlashAir does not support start of print
Vojtech Bubnik
2021-11-30 09:18:05 +01:00
75856d5e65Tech ENABLE_SEAMS_USING_MODELS set as default
enricoturri1966
2021-11-30 08:36:55 +01:00
53c10fc4f9Tech ENABLE_SEAMS_USING_MODELS set as default
enricoturri1966
2021-11-30 08:36:55 +01:00
f5cf3cb81dMSW specific: Hide "Use system menu for application" option in Preferences for system older then Windows 10 (related to the fix of #7355 - PrusaSlicer 2.4.0-beta-2+win64 will not start on Windows 7 64-bit )
YuSanka
2021-11-29 21:00:43 +01:00
eb9a1a4b53MSW specific: Hide "Use system menu for application" option in Preferences for system older then Windows 10 (related to the fix of #7355 - PrusaSlicer 2.4.0-beta-2+win64 will not start on Windows 7 64-bit )
YuSanka
2021-11-29 21:00:43 +01:00
56d5a340ceFollow up to the MKS merge: Reformatted for code conformity. Changed the xxx_ member variables to m_xxx Replaced std::list with std::deque
Vojtech Bubnik
2021-11-29 18:12:35 +01:00
3c2286c95eFollow up to the MKS merge: Reformatted for code conformity. Changed the xxx_ member variables to m_xxx Replaced std::list with std::deque
Vojtech Bubnik
2021-11-29 18:12:35 +01:00
6883919a7bFixed handling of "clip_multipart_objects".
Vojtech Bubnik
2021-11-29 16:33:44 +01:00
7d8c82c800Fixed handling of "clip_multipart_objects".
Vojtech Bubnik
2021-11-29 16:33:44 +01:00
e7cc12b2c9Fix of output file dialog extension template for OSX: When opening a "Save" file dialog with a default output file name, OSX file dialog strips the provided extension and replaces it with the default extension. This causes issues with a custom file output template, where a non-default file extension is specified.
Vojtech Bubnik
2021-11-29 15:46:25 +01:00
cbae54b88bFix of output file dialog extension template for OSX: When opening a "Save" file dialog with a default output file name, OSX file dialog strips the provided extension and replaces it with the default extension. This causes issues with a custom file output template, where a non-default file extension is specified.
Vojtech Bubnik
2021-11-29 15:46:25 +01:00
3f0bdb5816Fix ConfigOptionEnum for interface pattern (#7316)
n8bot
2021-11-29 02:21:21 -08:00
ce21f2c916Fix ConfigOptionEnum for interface pattern (#7316)
n8bot
2021-11-29 02:21:21 -08:00
87b6073575Follow-up to aed0003476 refactored for clarity Fix of SPE-1109 / #7285 (spiral vase+sequential printing) This was broken with ae7d6db, between 2.4.0-alpha1 and alpha2.
Vojtech Bubnik
2021-11-29 10:26:53 +01:00
d90270f1f8Follow-up to aed0003476 refactored for clarity Fix of SPE-1109 / #7285 (spiral vase+sequential printing) This was broken with ae7d6db, between 2.4.0-alpha1 and alpha2.
Vojtech Bubnik
2021-11-29 10:26:53 +01:00
bcc02172f9PrintApply: Limiting the update of a modifier to an intersection of bounding boxes of all the modifiers up to the parent printable volume.
Vojtech Bubnik
2021-11-29 10:13:09 +01:00
e05289693dPrintApply: Limiting the update of a modifier to an intersection of bounding boxes of all the modifiers up to the parent printable volume.
Vojtech Bubnik
2021-11-29 10:13:09 +01:00
f458101db6Fix of Resolution config setting appears to do nothing #7364 This is a regression wrt. to PrusaSlicer 2.3.3 due to refactoring of the slicing process for better multi material support and to support negative volumes.
Vojtech Bubnik
2021-11-29 09:20:22 +01:00
f8a98809e5Fix of Resolution config setting appears to do nothing #7364 This is a regression wrt. to PrusaSlicer 2.3.3 due to refactoring of the slicing process for better multi material support and to support negative volumes.
Vojtech Bubnik
2021-11-29 09:20:22 +01:00
b164271e10#7368 - Limit count of gcode lines shown into vertical slider tooltip to prevent flickering of the tooltip
enricoturri1966
2021-11-29 09:12:44 +01:00
35a2f3078a#7368 - Limit count of gcode lines shown into vertical slider tooltip to prevent flickering of the tooltip
enricoturri1966
2021-11-29 09:12:44 +01:00
2c5ddfefb2Fixed an encoding problem in simplify suggestion
Lukas Matena
2021-11-26 15:15:51 +01:00
938e7f91bfFixed an encoding problem in simplify suggestion
Lukas Matena
2021-11-26 15:15:51 +01:00
f4125f2db8Fixed the collision between BuildVolume::Type::Convex and macro Convex defined inside /usr/include/X11/X.h that is included by WxWidgets 3.0.
Lukáš Hejl
2021-11-26 13:52:31 +01:00
448d849161Fixed the collision between BuildVolume::Type::Convex and macro Convex defined inside /usr/include/X11/X.h that is included by WxWidgets 3.0.
Lukáš Hejl
2021-11-26 13:52:31 +01:00
77740c01e1Updated min_slic3r_version for 1.4.0-beta2.
rtyr
2021-11-26 13:35:03 +01:00
dd55cac6aaUpdated min_slic3r_version for 1.4.0-beta2.
rtyr
2021-11-26 13:35:03 +01:00
30fa6ce1d3Bumped up version number to 2.4.0-beta2
Lukas Matena
2021-11-26 13:32:12 +01:00
e05ed541d9Bumped up version number to 2.4.0-beta2
Lukas Matena
2021-11-26 13:32:12 +01:00
aed0003476Fix of SPE-1109 / #7285 (spiral vase+sequential printing) This was broken with ae7d6db, between 2.4.0-alpha1 and alpha2. The fix should be refactored after it is certain it is correct.
Lukas Matena
2021-11-26 10:44:01 +01:00
0edc7cc86cFix of SPE-1109 / #7285 (spiral vase+sequential printing) This was broken with ae7d6db, between 2.4.0-alpha1 and alpha2. The fix should be refactored after it is certain it is correct.
Lukas Matena
2021-11-26 10:44:01 +01:00
84c4f181e4Next fix for #6814. "support_material_overhangs_queried" variable have not to be static after a fixing of the #6124.
YuSanka
2021-11-26 11:35:29 +01:00
2f8948db8bNext fix for #6814. "support_material_overhangs_queried" variable have not to be static after a fixing of the #6124.
YuSanka
2021-11-26 11:35:29 +01:00
bd2421d0ffMerge branch 'dk_printhost'
David Kocik
2021-11-26 10:42:07 +01:00
e6a77c37e3Merge branch 'dk_printhost'
David Kocik
2021-11-26 10:42:07 +01:00
119be5829dtypo button id fix
David Kocik
2021-11-26 10:40:38 +01:00
98fab0021dtypo button id fix
David Kocik
2021-11-26 10:40:38 +01:00
e276b70851Resolve IP address from last curl connection and use it as address for next Octoprint upload
David Kocik
2021-11-25 15:17:41 +01:00
945a7c72c0Resolve IP address from last curl connection and use it as address for next Octoprint upload
David Kocik
2021-11-25 15:17:41 +01:00