Fixed "Fill angle of any number other than an Integer does not work"

https://github.com/prusa3d/Slic3r/issues/427
Also enabled floating point rotation angle for supports.
This commit is contained in:
bubnikv 2017-07-20 13:38:10 +02:00
parent 7103fa78ff
commit 969e3f4a80
3 changed files with 10 additions and 10 deletions

View file

@ -176,7 +176,7 @@ public:
// ConfigOptionFloat seam_preferred_direction;
// ConfigOptionFloat seam_preferred_direction_jitter;
ConfigOptionBool support_material;
ConfigOptionInt support_material_angle;
ConfigOptionFloat support_material_angle;
ConfigOptionBool support_material_buildplate_only;
ConfigOptionFloat support_material_contact_distance;
ConfigOptionInt support_material_enforce_layers;