OpenSCAD Skript für die Armbänder angepasst

OpenSCAD Skript für die Armbänder angepasst


Wir haben das Design Customizable flexible name bracelet von Thingiverse nun soweit angepasst und eine Liste der druckbaren Zeichen erstellt:abcdefghijklmnopqrstuvwxyz
ABCDEFGHIJKLMNOPQRSTUVWXYZ
0123456789
.,;:-_+’&/()=?!<>@#|~[]{}*

Nächste Woche machen wir Testdrucke der drei vorbereiteten Grössen: Large, Medium, Small. Hier die Anpassungen an den OpenSCAD-Skripts:

Large

Large: geschätzte Druckzeit 9min

Large
//inner radius of the bracelet in mm
inner_radius = 30; //[15:150] 30
*
*//outer radius of the bracelet in mm
outer_radius = 38; //[15:150] 38
*
*//number of sections on bracelets
sections = 18; //[15:60] 18
*
*//length (Höhe) of the bracelet in mm
length = 10; // [5:60] 10
*
*//text thickness (Tiefe) as amount of nozzle
text_thickness = 3; //[2:6] 3
*
*//view text as holes?
holes = „no“; // [yes, no] no
*
*//diameter of your 3d printer nozzle in mm
nozzle = 0.5; // 0.2
*
*factorygap = 1; // 6 text gap top and bottom

Medium

Medium: geschätzte Druckzeit 8min

Medium
inner_radius = 26; //[15:150] 26
outer_radius = 34; //[15:150] 34
sections = 16; //[15:60] 16

Small

Small: geschätzte Druckzeit 7min
Small
inner_radius = 22; //[15:150] 26
outer_radius = 30; //[15:150] 34
sections = 14; //[15:60] 16

Unser Cura-Profil (13.10) mit den relevante Einstellungen. Wir drucken mit solid_top und solid_bottom, und hoffen damit die Löcher die bei den Buchstaben oft auftreten so zu schliessen.

layer_height = 0.18
wall_thickness = 0.4
retraction_enable = True
solid_layer_thickness = 0.36
fill_density = 0
nozzle_size = 0.4
print_speed = 135
print_temperature = 230
support = None
platform_adhesion = None
filament_diameter = 2.85
bottom_thickness = 0
travel_speed = 150.0
bottom_layer_speed = 20
cool_min_layer_time = 0
fan_enabled = True
skirt_line_count = 1
skirt_gap = 20
skirt_minimal_length = 150.0
fan_layer = 1
fan_speed = 100
solid_top = True
solid_bottom = True
fix_horrible_union_all_type_a = False
fix_horrible_union_all_type_b = False
fix_horrible_use_open_bits = False
fix_horrible_extensive_stitching = False

Gregor Luetolf

Über Gregor Luetolf

Kommentare