Making gear size correct

This commit is contained in:
Lars Brubaker 2019-11-11 18:03:07 -08:00
parent ae424640f9
commit ac30947d0a
3 changed files with 2 additions and 4 deletions

View file

@ -144,8 +144,6 @@ namespace MatterHackers.MatterControl.DesignTools
// shape = CreateSingleTooth().tooth;
// shape = CreateInternalGearShape();
shape = new VertexSourceApplyTransform(shape, Affine.NewScaling(5));
return shape.Vertices();
}