mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 23:31:13 -06:00
Fixed camera shifting after generating gcode
This commit is contained in:
parent
ac904b2731
commit
7375f6a6f5
4 changed files with 17 additions and 1 deletions
|
@ -42,6 +42,8 @@
|
|||
%code%{ RETVAL = THIS->hover; %};
|
||||
void set_hover(int i)
|
||||
%code%{ THIS->hover = i; %};
|
||||
int zoom_to_volumes()
|
||||
%code%{ RETVAL = THIS->zoom_to_volumes; %};
|
||||
|
||||
int object_idx() const;
|
||||
int volume_idx() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue