GUI forms with SLA support parameters

This commit is contained in:
tamasmeszaros 2018-11-19 14:14:35 +01:00
commit ad8c7c9f97
16 changed files with 342 additions and 122 deletions

View file

@ -908,7 +908,7 @@ public:
ConfigOptionFloat support_head_front_radius /*= 0.2*/;
// How much the pinhead has to penetrate the model surface
ConfigOptionFloat support_head_penetraiton /*= 0.2*/;
ConfigOptionFloat support_head_penetration /*= 0.2*/;
// Radius of the back side of the 3d arrow. TODO: consider renaming this
// to actual pillar radius, because that's what it boils down to.
@ -952,7 +952,7 @@ protected:
{
OPT_PTR(layer_height);
OPT_PTR(support_head_front_radius);
OPT_PTR(support_head_penetraiton);
OPT_PTR(support_head_penetration);
OPT_PTR(support_head_back_radius);
OPT_PTR(support_head_width);
OPT_PTR(support_pillar_radius);