Display skirt and brim in toolpaths preview. Also take support material margin into account when sizing the window. #2169

This commit is contained in:
Alessandro Ranellucci 2014-07-24 18:32:07 +02:00
parent 70fb381ecf
commit 86bad17abb
5 changed files with 95 additions and 19 deletions

View file

@ -14,6 +14,7 @@
void merge_point(Point* point) %code{% THIS->merge(*point); %};
void scale(double factor);
void translate(double x, double y);
void offset(double delta);
Polygon* polygon()
%code{% RETVAL = new Polygon(); THIS->polygon(RETVAL); %};
Clone<Point> size();