Änderungen

Aus Hackerspace Ffm
Wechseln zu: Navigation, Suche

Zen Toolworks CNC Fräse

48 Byte hinzugefügt, 16:29, 28. Apr. 2012
Tests mit OpenSCAD
<br><br>
= Links & more infos = Tests mit OpenSCAD ==* '''Community'''** [http[Datei://dingfabrikPycam 3D cut 001 pic OpenSCAD 002.depng|320px|none|thumb|EMC Screen]]<br/geraete/stepfour-basic-540/ CNC Seite der DingFabrik Köln], Danke für die Infos, Habo>* '''CNC HardwareToolchain'''** [http://groups.google.com/group/zen-toolworks/topics?hl=en&start=50&sa=N Zen Toolworks Google group]OpenSCAD** [http://wiki.zentoolworks.com/index.php/Main_Page ZEN Toolworks Wiki]** [http://pminmo.com/home-and-limit-switches?tmpl=component&print=1&page= Home amd Limit Switches on LPT port]* cube() aus Script 'example001''Fräser und Werkzeuge'''abgeleitet, 50 x 50 x 25 mm³** [http://www.vhf.eu/de/Werkzeuge VHF - Hartmetall- und Diamantwerkzeuge mit Infos]pyCAM** [http://www.gis-tec.com/deutsch/d_fraeser___start.htm GIS tec]* '''g-Code & Software'''remove material** [http://linuxcnc.org/docs/html/gcode_main.html The EMC2 G Code Language]* cleanup** [http://lcamtuf.coredump.cx/guerrilla_cnc1.shtml Guerrilla guide to CNC machining]EMC** [http://cnccookbook.com/CCCNCGCodeSubprograms.htm g* Test mit Dämm-Code Subprogram and Macro Calls]Schaum** [http://pycam.sourceforge.net/download.html pyCAM]* 3 mm Fräser, zweischneidig*** Feedrate F500
<br/><gallery perrow="4">Datei:Pycam 3D cut 001 pic OpenSCAD 001.png|OpenSCAD ScreenDatei:Pycam 3D cut 001 pic rough.png|pyCAM "rough"Datei:Pycam 3D cut 001 pic finish.png|pyCAM "finish"Datei:Pycam 3D cut 001 pic EMC.png|EMC "finish"</gallery><br> OpenSCAD Script: <nowiki>module example001(){ function r_from_dia(d) = d / 2;  module rotcy(rot, r, h) { rotate(90, rot) cylinder(r = r, h = h, center = true); }  difference() { translate([0, 0, -12.5]) cube([Kategorie:Projekte50, 50, 25], center=true); rotcy([0, 0, 0], cy_r, cy_h); rotcy([1, 0, 0], cy_r, cy_h); rotcy([0, 1, 0], cy_r, cy_h); }  size = 50; hole = 25;  cy_r = r_from_dia(hole); cy_h = r_from_dia(size * 2.5);} example001();</nowiki><br>
1.383
Bearbeitungen