From ac212e54d738a58f6c7e1a0fa49904ee06cfd543 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 29 Sep 2012 19:44:30 +0100 Subject: [PATCH 1/1] filament-test 2 --- filament-test.scad | 10 +++++++++- slic3r-config.ini | 4 ++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/filament-test.scad b/filament-test.scad index 046fc77..443aab5 100644 --- a/filament-test.scad +++ b/filament-test.scad @@ -5,4 +5,12 @@ multmatrix([[ 1, 0, 0, 0 ], [ 0, 1, 1.0, 0 ], [ 0, 0, 1, 0 ], [ 0, 0, 0, 1 ]]) - cylinder(r=6.5/2, h=8); + cylinder(r=6.1/2, h=8); + +w=0.5; + +translate([15,0]) +difference(){ + cube([8,8,8]); + translate([w,w,-1]) cube([8-w*2, 8-w*2, 8+2]); +} diff --git a/slic3r-config.ini b/slic3r-config.ini index f35ec08..83e5e4e 100644 --- a/slic3r-config.ini +++ b/slic3r-config.ini @@ -1,4 +1,4 @@ -# generated by Slic3r 0.9.1 on Thu Sep 20 19:57:02 2012 +# generated by Slic3r 0.9.1 on Sat Sep 29 18:43:37 2012 acceleration = 0 bed_size = 140,140 bed_temperature = 80 @@ -19,7 +19,7 @@ extruder_clearance_height = 20 extruder_clearance_radius = 20 extruder_offset = 0x0 extrusion_axis = E -extrusion_multiplier = 1 +extrusion_multiplier = 0.9 extrusion_width = 0 fan_always_on = 0 fan_below_layer_time = 60 -- 2.30.2