mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
ENH: return if the bed_type of a plate is the same as global
Signed-off-by: yifan.wu <yifan.wu@bambulab.com> Change-Id: I15882d04fa89ebb27bc57434ff9f2c9468725d71 (cherry picked from commit b1606e07f1b9d91f1c01676ebbbe550e69a2ce53)
This commit is contained in:
parent
0320872e4e
commit
acf8f7b2a3
3 changed files with 20 additions and 4 deletions
|
@ -207,7 +207,7 @@ public:
|
|||
void clear(bool clear_sliced_result = true);
|
||||
|
||||
BedType get_bed_type() const;
|
||||
void set_bed_type(BedType);
|
||||
void set_bed_type(BedType, bool& same_as_global);
|
||||
void reset_bed_type();
|
||||
DynamicPrintConfig* config() { return &m_config; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue