mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 17:58:03 -06:00
Offset used to place newly added volumes and instances proportional to the bed max size
This commit is contained in:
parent
c8b467bf9f
commit
7d15ee8fd9
5 changed files with 15 additions and 7 deletions
|
@ -583,6 +583,8 @@ public:
|
|||
void refresh_camera_scene_box() { m_camera.set_scene_box(scene_bounding_box()); }
|
||||
bool is_mouse_dragging() const { return m_mouse.dragging; }
|
||||
|
||||
double get_size_proportional_to_max_bed_size(double factor) const;
|
||||
|
||||
private:
|
||||
bool _is_shown_on_screen() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue