I have it installed but don't really care for it. You can open the beta files in it if you first save them to "my corner" in the autodesk beta. They are then accessible from there. I plan on continuing to use the beta version for the forseable future, though.
Yeah! Something almost exactly like that. I tried to make something with more of a curve to it but it it didn't blend into the front very well so it looked like a mess. That's why I thought maybe 3 pieces would work better because the top piece would be printed bottom to top. Something like this (excuse the 1 minute SketchUp drawing)I dropped the top as low as it could go and then chamfer'd the edges around the display. This would have to be printed as two pieces and glued. I could give it a shot and see what it looks like printed. To be honest, it won't save much plastic because it only eliminates a few mm's of wall. There aren't any large flat surfaces that are reduced.
Any idea how long this takes to print on a MakerBot Replicator2? I have access to one for $2/hr of printing (in PLA).
I'm also a woodworker, so I plan on making a case out of some nice English Walnut, but I'd like something to keep it happy while that project is in the queue.
Thanks
Awesome. Any suggestions on a "good" slicing setting? It's an open lab at the local public library, so it's largely "do what you want."
Thanks
[profile]
layer_height = 0.3
wall_thickness = 1.4
retraction_enable = True
solid_layer_thickness = 0.9
fill_density = 20
nozzle_size = 0.5
print_speed = 50
print_temperature = 205
print_temperature2 = 0
print_temperature3 = 0
print_temperature4 = 0
print_bed_temperature = 90
support = None
platform_adhesion = None
support_dual_extrusion = False
filament_diameter = 2.95
filament_diameter2 = 0
filament_diameter3 = 0
filament_diameter4 = 0
filament_flow = 100.0
retraction_speed = 13
retraction_amount = 1
retraction_dual_amount = 16.5
bottom_thickness = 0
object_sink = 0.0
overlap_dual = 0.2
travel_speed = 120.0
bottom_layer_speed = 40
infill_speed = 70
cool_min_layer_time = 20
fan_enabled = False
skirt_line_count = 1
skirt_gap = 3.0
fan_layer = 1
fan_speed = 100
fan_speed_max = 100
cool_min_feedrate = 10
cool_head_lift = False
solid_top = True
solid_bottom = True
fill_overlap = 15
support_rate = 75
brim_line_count = 20
raft_margin = 5
raft_line_spacing = 1.0
raft_base_thickness = 0.3
raft_base_linewidth = 0.7
raft_interface_thickness = 0.2
raft_interface_linewidth = 0.2
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
plugin_config = (lp1
.
object_center_x = -1
object_center_y = -1
[alterations]
start.gcode = ;Sliced at: {day} {date} {time}
;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
;Print time: {print_time}
;Filament used: {filament_amount}m {filament_weight}g
;Filament cost: {filament_cost}
M80 ; power on
G21 ;metric values
G90 ;absolute positioning
G4 P500 ; wait
M104 S150
M190 S{print_bed_temperature} ; wait for bed temperature to be reached
M104 S{print_temperature} ; set temperature
G28 X0 Y0 ;move X/Y to min endstops
G28 Z0 ;move Z to min endstops
G1 Z-2.70 F200 ;z offset
M84 ; disable motors
M203 X150 Y150 Z3 E13 ; max feedrate
M109 S{print_temperature} ; wait for temp
G92 X0 Y0 Z0 E0 ;reset software position to front/left/z=0.0
G1 F{travel_speed}
end.gcode = ;End GCode
M104 S0 ;extruder heater off
M140 S0 ;heated bed heater off (if you have it)
G91
G1 E-0.5 F300 ;retract the filament a bit
G28 X0
M84 ;steppers off
G90 ;absolute positioning
M81
start2.gcode = ;Sliced at: {day} {date} {time}
;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
;Print time: {print_time}
;Filament used: {filament_amount}m {filament_weight}g
;Filament cost: {filament_cost}
G21 ;metric values
G90 ;absolute positioning
M107 ;start with the fan off
G28 X0 Y0 ;move X/Y to min endstops
G28 Z0 ;move Z to min endstops
G1 Z15.0 F{travel_speed} ;move the platform down 15mm
T1
G92 E0 ;zero the extruded length
G1 F200 E10 ;extrude 10mm of feed stock
G92 E0 ;zero the extruded length again
G1 F200 E-{retraction_dual_amount}
T0
G92 E0 ;zero the extruded length
G1 F200 E10 ;extrude 10mm of feed stock
G92 E0 ;zero the extruded length again
G1 F{travel_speed}
M117 Printing...
end2.gcode = ;End GCode
M104 T0 S0 ;extruder heater off
M104 T1 S0 ;extruder heater off
M140 S0 ;heated bed heater off (if you have it)
G91 ;relative positioning
G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way
M84 ;steppers off
G90 ;absolute positioning
support_start.gcode =
support_end.gcode =
cool_start.gcode =
cool_end.gcode =
replace.csv =
nextobject.gcode = ;Move to next object on the platform. clear_z is the minimal z height we need to make sure we do not hit any objects.
G92 E0
G91 ;relative positioning
G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
G1 Z+0.5 E-5 F{travel_speed} ;move Z up a bit and retract filament even more
G90 ;absolute positioning
G1 Z{clear_z} F{max_z_speed}
G92 E0
G1 X{object_center_x} Y{object_center_y} F{travel_speed}
G1 F200 E6
G92 E0
switchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.
G92 E0
G1 E-36 F5000
G92 E0
T{extruder}
G1 X{new_x} Y{new_y} Z{new_z} F{travel_speed}
G1 E36 F5000
G92 E0