From 340a8d3d7d33cf7e45e321af177a0bdcebb091de Mon Sep 17 00:00:00 2001 From: ian Date: Sun, 3 May 2009 16:54:56 +0000 Subject: [PATCH] two-up so we can get a whole metre on --- layout/slopecalc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layout/slopecalc b/layout/slopecalc index 63c8ccb..3133646 100755 --- a/layout/slopecalc +++ b/layout/slopecalc @@ -2,7 +2,7 @@ # # usage: # slopecalc =HEIGHT|SLOPE%|+DIST|@ABSDIST ... -# ... | atp -B -p >ps +# ... | atp -B >ps # # args represent details of control points # @@ -24,7 +24,7 @@ use strict qw(vars refs); our $halfreverselen= 80; # mm to change from going flat to going up/down our $printinterval= 10; -our $totallinesout= 66; +our $totallinesout= 132; our @cp= ({ L => 0 }); # $cp[]{H} height -- 2.30.2