mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 23:23:59 -06:00
Fixed selection and rendering in object settings dialog
This commit is contained in:
parent
7b1187992c
commit
7b4870d1cb
3 changed files with 45 additions and 12 deletions
|
@ -189,6 +189,9 @@ public:
|
|||
public:
|
||||
Bed();
|
||||
|
||||
bool is_prusa() const;
|
||||
bool is_custom() const;
|
||||
|
||||
const Pointfs& get_shape() const;
|
||||
void set_shape(const Pointfs& shape);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue