From 1a2fc1df68e4a8f7ca90d0584a4fbcfb712d1634 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 12 Jun 2013 23:56:52 +0100 Subject: [PATCH] belt-slot-cut-jig: print angle --- belt-slot-cut-jig.scad | 12 +++++++----- belt-slot-cut-jig.slic3r | 1 + 2 files changed, 8 insertions(+), 5 deletions(-) create mode 100644 belt-slot-cut-jig.slic3r diff --git a/belt-slot-cut-jig.scad b/belt-slot-cut-jig.scad index 716f3b9..07d0653 100644 --- a/belt-slot-cut-jig.scad +++ b/belt-slot-cut-jig.scad @@ -229,11 +229,13 @@ module Demo(){ } module Kit(){ ////toplevel - JigT(); - translate([(jig_iters-1)*jig_interval/2, - -strap_width, - 0]) - PunchHolder(); + rotate([0,0,-45]){ + JigT(); + translate([(jig_iters-1)*jig_interval/2, + -strap_width, + 0]) + PunchHolder(); + } } //CrewPunch(); diff --git a/belt-slot-cut-jig.slic3r b/belt-slot-cut-jig.slic3r new file mode 100644 index 0000000..4ea61f0 --- /dev/null +++ b/belt-slot-cut-jig.slic3r @@ -0,0 +1 @@ +fill_angle = 0 -- 2.30.2