BambuStudio/src/slic3r/GUI/Jobs
Arthur 4e5f4ee366 FIX: FillBed crashes when accessing unset print config option
1. When the option is not set, print.full_print_config() is empty, so we
can't access opt_bool("scan_first_layer") or opt_bool("enable_support").
Should use wxGetApp().preset_bundle->full_config() instead.
Jira: STUDIO-3264
2. Allow different object having different brim_width to encode support's brim width.
In this way the arranging logic is simpler and more objects can be arranged in a plate.

Change-Id: Ic7178652147b0519d50b2eb9ceb214b4ef4c0251
(cherry picked from commit 0f163d59b40009cd29b8b1e32f730258ad0786dc)
2023-07-07 17:29:08 +08:00
..
ArrangeJob.cpp FIX: FillBed crashes when accessing unset print config option 2023-07-07 17:29:08 +08:00
ArrangeJob.hpp FIX: correct the obj distance of by-object partplate arrangement 2023-07-07 17:29:08 +08:00
BindJob.cpp ENH:display error msg when connecting to the printer fails 2023-07-07 17:25:51 +08:00
BindJob.hpp NEW:confirm privacy agreement before binding printer 2023-07-07 17:25:51 +08:00
FillBedJob.cpp FIX: FillBed crashes when accessing unset print config option 2023-07-07 17:29:08 +08:00
FillBedJob.hpp FIX: make fill in bed arrange parameters same as normal arrange 2023-07-07 17:25:51 +08:00
Job.cpp NEW:optimizing error info for network requests 2023-07-07 17:25:51 +08:00
Job.hpp NEW:optimizing error info for network requests 2023-07-07 17:25:51 +08:00
NotificationProgressIndicator.cpp NEW:optimizing error info for network requests 2023-07-07 17:25:51 +08:00
NotificationProgressIndicator.hpp NEW:optimizing error info for network requests 2023-07-07 17:25:51 +08:00
OrientJob.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
OrientJob.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
PlaterJob.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
PlaterJob.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
PrintJob.cpp ENH:filter characters not supported by windows system 2023-07-07 17:29:08 +08:00
PrintJob.hpp ENH:limit the length of taskname 2023-07-07 17:29:08 +08:00
ProgressIndicator.hpp NEW:optimizing error info for network requests 2023-07-07 17:25:51 +08:00
RotoptimizeJob.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
RotoptimizeJob.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
SLAImportJob.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
SLAImportJob.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
SendJob.cpp ENH:filter characters not supported by windows system 2023-07-07 17:29:08 +08:00
SendJob.hpp ENH:synchronize different codes 2023-07-07 17:25:51 +08:00
UpgradeNetworkJob.cpp ENH: modify a tips 2022-12-15 04:38:15 -05:00
UpgradeNetworkJob.hpp NEW: management camera video stream in device panel 2022-12-15 04:33:48 -05:00