chiark / gitweb /
slic3r-config: turn perimiters up to 2 - why was it 1 ?
[reprap-play.git] / pawn.scad
index 6f1bf992d1135d329acca796f8c01718a6cde050..62baa7c2b6542c446d126f1f3dc6941021a421fd 100644 (file)
--- a/pawn.scad
+++ b/pawn.scad
@@ -34,8 +34,8 @@ echo("height", htotal);
 
 d = 0.01;
 
-$fa=1;
-$fs=0.1;
+$fa=2;
+$fs=0.2;
 
 module SegmentBasisSquare(zmin, zmax, xmin){
   translate([xmin, zmin-d]) square([-xmin+d, zmax-zmin+d*2]);
@@ -75,5 +75,5 @@ module Pawn(h=htotal){
   }
 }
 
-Pawn(h=20);
+Pawn(h=30);
 //PawnTemplate();