From f5567bd696d98d85401de1c57140d518fe40767c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 4 May 2014 00:21:41 +0100 Subject: [PATCH] belt-hole-cut-jig-simple: first try of one for smaller punch --- belt-hole-cut-jig-simple.scad | 6 +++--- slic3r-config.ini | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/belt-hole-cut-jig-simple.scad b/belt-hole-cut-jig-simple.scad index 7608467..e214af3 100644 --- a/belt-hole-cut-jig-simple.scad +++ b/belt-hole-cut-jig-simple.scad @@ -11,11 +11,11 @@ jig_interval = 20; reg_blocks = 3; -jig_iters = 7; //xxx +jig_iters = 1; roof_thick = 4; regblock_thick = 4; -punchtube_thick = 2.0; +punchtube_thick = 1.8; total_h = 33; punchfree_h = 8; @@ -70,7 +70,7 @@ module PerHole(){ module Shells(){ PerHole(){ - cylinder(r=punchhole_r+punchtube_thick, h=total_h-punchfree_h); + cylinder(r=punchhole_r+punchtube_thick, h=total_h-punchfree_h, $fn=50); } } diff --git a/slic3r-config.ini b/slic3r-config.ini index b98386c..2c38ddd 100644 --- a/slic3r-config.ini +++ b/slic3r-config.ini @@ -1,8 +1,8 @@ -# generated by Slic3r 0.9.7 on Mon Mar 10 17:22:59 2014 +# generated by Slic3r 0.9.7 on Sun May 4 00:21:18 2014 acceleration = 0 bed_size = 140,140 bed_temperature = 100 -bottom_solid_layers = 3 +bottom_solid_layers = 2 bridge_fan_speed = 100 bridge_flow_ratio = 1 bridge_speed = 60 @@ -25,7 +25,7 @@ extrusion_width = 0 fan_always_on = 0 fan_below_layer_time = 60 filament_diameter = 1.77 -fill_angle = 45 +fill_angle = 0 fill_density = 0.2 fill_pattern = rectilinear first_layer_bed_temperature = 100 @@ -51,7 +51,7 @@ min_print_speed = 10 min_skirt_length = 0 notes = nozzle_diameter = 0.50 -only_retract_when_crossing_perimeters = 0 +only_retract_when_crossing_perimeters = 1 output_filename_format = [input_filename_base].gcode perimeter_acceleration = 25 perimeter_extruder = 1 @@ -91,7 +91,7 @@ support_material_threshold = 45 temperature = 205 threads = 8 top_solid_infill_speed = 50 -top_solid_layers = 3 +top_solid_layers = 2 travel_speed = 130 use_relative_e_distances = 0 vibration_limit = 0 -- 2.30.2