mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-28 15:45:30 +00:00
Fixed camera shifting after generating gcode
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user