CNC router build: Difference between revisions

From The Munich Maker Lab's Wiki
Jump to navigation Jump to search
(Created page with "We want a big CNC router. Goal: Mill Aluminium. == Motor System == ''' X & Y Motors ''' * [http://www.icare.cnrs-orleans.fr/IMG/pdf/gdr_pivoine/systemededeplacement/transl...")
 
No edit summary
Line 1: Line 1:
We want a big CNC router.  
{{project
Goal: Mill Aluminium.
|name        = CNC Mill
|status      = experimental
|image      =
|description =
|author      = Tarwin
|username    = Tarwin
|version    = v0.1
|update      =
|platform    =
|license    =
|download    =
}} We want to use the big-ass CNC portal Thomas rescued from the trash to build a CNC router.
 
== Goals ==
* Mill Aluminium!
* route PCBs
* be open for extensions, easy tool change


== Motor System ==  
== Motor System ==  
Line 22: Line 38:
* Find matching Spindle with driver and cooling (maybe [http://www.ebay.de/itm/CNC-Frasmaschine-2-2KW-Wassergekuhlte-Frasmotor-Frasspindel-Frequenzumrichter-/271994333163?hash=item3f542027eb:g:nM0AAOSw~gRVkJpI that])
* Find matching Spindle with driver and cooling (maybe [http://www.ebay.de/itm/CNC-Frasmaschine-2-2KW-Wassergekuhlte-Frasmotor-Frasspindel-Frequenzumrichter-/271994333163?hash=item3f542027eb:g:nM0AAOSw~gRVkJpI that])
* Try Z axis brake
* Try Z axis brake
==Software ==
=== Workflow ===
* Lists of software tools
** http://www.freebyte.com/cad/cadcam.htm#cadcamsystems
** http://www.shapeoko.com/wiki/index.php/CAM
=== Generating G-Code ===
** [http://www.scorchworks.com/Fengrave/fengrave.html#download F-Engrave] - DXF to GCode, single pass only
** [https://github.com/cnc-club/gcodetools gcodetools] for Inkscape (not tested yet)
** [http://sourceforge.net/projects/dxf2gcode/ dxf2gcode] (not tested yet)
** [http://www.thuijzer.nl/image2gcode/ image2gcode] online, not tested yet
* PyCAM (not tested)
** http://pepijndevos.nl/2012/04/23/fast-pycam-on-mac-using-homebrew.html
* http://simplegcoder.com/ (not tested)
* https://sites.google.com/site/heekscad/home/Details (not tested)
[[Category:Project]]

Revision as of 21:23, 23 November 2015

   
CNC Mill

Release status: experimental [box doku]

Description
Author(s)  Tarwin
Last Version  v0.1

We want to use the big-ass CNC portal Thomas rescued from the trash to build a CNC router.

Goals

  • Mill Aluminium!
  • route PCBs
  • be open for extensions, easy tool change

Motor System

X & Y Motors

Z Motor

Motor controllers

ToDos

  • Put portal together, replace belt
  • Test / identifiy endstops
  • Build portal frame
  • Build / reuse old routing table (should be movable by itself, maybe use old manual router)
  • Evaluate Controller Software
  • Find matching controller Hardware (like this or that.)
  • Find matching Spindle with driver and cooling (maybe that)
  • Try Z axis brake


Software

Workflow

Generating G-Code