Talk:D3D CNC Torch Table: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
(Created page with "=Design Change Suggestions= ==Flat Bar== I think it would be straight forward and beneficial to add a piece of flat bar (sized about 1/4" x 6") from end to end of the long a...")
 
 
(One intermediate revision by the same user not shown)
Line 10: Line 10:


[[Image:D3dcnc-changes1.png|400px]]
[[Image:D3dcnc-changes1.png|400px]]
===Printed part===
could make a part that slips on the two rods, and has groove off to the side that holds steel plate. Wouldnt require cutting holes or different bolts.
<nowiki>
difference(){
cube([2.75,5,5]);
    translate([.75,4,0])
cylinder(r=0.5, h=5, $fn=36);
    translate([.75,1,0])
cylinder(r=0.5, h=5, $fn=36);
    translate([.5,2,0])
cube([.5,1,5]);
    translate([1.75,.75,0])
cube([.5,3.5,5]);
}
</nowiki>

Latest revision as of 16:31, 1 August 2018

Design Change Suggestions

Flat Bar

I think it would be straight forward and beneficial to add a piece of flat bar (sized about 1/4" x 6") from end to end of the long axis. the sliding part could be tweaked to add a roller bearing to support it self from the flat bar. could bolt a piece of angle iron near the bottom to prevent flexing if needed. --Dorkmo (talk) 04:57, 8 November 2017 (CET)


D3dcnc-changes2.png


D3dcnc-changes1.png

Printed part

could make a part that slips on the two rods, and has groove off to the side that holds steel plate. Wouldnt require cutting holes or different bolts.

difference(){
cube([2.75,5,5]);
    translate([.75,4,0])
cylinder(r=0.5, h=5, $fn=36);
    translate([.75,1,0])
cylinder(r=0.5, h=5, $fn=36);
    translate([.5,2,0])
cube([.5,1,5]);

    translate([1.75,.75,0])
cube([.5,3.5,5]);

}