1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-08-01 11:25:50 +00:00

Merge branch 'master' into wipe_tower_improvements

This commit is contained in:
Lukas Matena
2018-03-09 15:10:15 +01:00
79 changed files with 34645 additions and 10116 deletions
+4
View File
@@ -85,7 +85,11 @@
int count()
%code{% RETVAL = THIS->volumes.size(); %};
std::vector<double> get_current_print_zs()
%code{% RETVAL = THIS->get_current_print_zs(); %};
void set_range(double low, double high);
void render_VBOs() const;