mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-11 02:57:39 +00:00
ENH: refine logic with filament group
1. In slice plate mode,force use plate mode 2. In slice all mode, force use global mode jira:STUDIO-10390 Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: I3edb559043fdc52339b7f611643b8f5ac116571d (cherry picked from commit f042c817a7ed21b4b18915e2a649aed733a80f48)
This commit is contained in:
@@ -14,7 +14,7 @@ class FilamentGroupPopup : public PopupWindow
|
||||
{
|
||||
public:
|
||||
FilamentGroupPopup(wxWindow *parent);
|
||||
void tryPopup(Plater* plater,PartPlate* plate,bool skip_plate_sync);
|
||||
void tryPopup(Plater* plater,PartPlate* plate, bool slice_all);
|
||||
void tryClose();
|
||||
|
||||
FilamentMapMode GetSelectedMode() const { return m_mode; }
|
||||
@@ -45,6 +45,7 @@ private:
|
||||
bool m_active{ false };
|
||||
|
||||
bool m_sync_plate{ false };
|
||||
bool m_slice_all{ false };
|
||||
FilamentMapMode m_mode;
|
||||
wxTimer *m_timer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user