From: Ian Jackson Date: Fri, 20 Oct 2017 19:06:41 +0000 (+0100) Subject: poster-tube-lid-parametric: adjust Z X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=50db0b81480068a90f43cb75d576af9b5101932e;p=reprap-play.git poster-tube-lid-parametric: adjust Z --- diff --git a/poster-tube-lid-parametric.pl b/poster-tube-lid-parametric.pl index 2c1a289..275643d 100755 --- a/poster-tube-lid-parametric.pl +++ b/poster-tube-lid-parametric.pl @@ -128,7 +128,8 @@ sub point ($$$$) { return $i_offset + $j_x * $i_outward + - V(0,0,1) * $j_y; + V(0,0,1) * $j_y + + V(0,0,-$tall) ; } sub get_sections_ptvals {