mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
on_viewport_changed event handler
This commit is contained in:
parent
46efaf6791
commit
6369e469c0
2 changed files with 16 additions and 2 deletions
|
@ -50,6 +50,8 @@ public:
|
|||
Preview(wxNotebook* notebook, DynamicPrintConfig* config, Print* print, GCodePreviewData* gcode_preview_data);
|
||||
virtual ~Preview();
|
||||
|
||||
wxGLCanvas* get_canvas() { return m_canvas; }
|
||||
|
||||
void set_number_extruders(unsigned int number_extruders);
|
||||
void reset_gcode_preview_data();
|
||||
void set_canvas_as_dirty();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue