Ability to scale input object

This commit is contained in:
Alessandro Ranellucci 2011-09-26 12:07:29 +02:00
parent c2a62891da
commit bfad101c8c
4 changed files with 22 additions and 2 deletions

View file

@ -35,6 +35,7 @@ Slic3r current features are:
* use relative or absolute extrusion commands;
* center print around bed center point;
* multiple solid layers near horizontal external surfaces;
* ability to scale input object;
* use different speed for bottom layer.
Roadmap includes the following goals:
@ -43,7 +44,7 @@ Roadmap includes the following goals:
* allow the user to customize initial and final GCODE commands;
* support material for internal perimeters;
* ability to infill in the direction of bridges;
* input object transform (scale, rotate, multiply);
* input object transform (rotate, multiply);
* cool;
* nice packaging for cross-platform deployment.