IndyMill: Difference between revisions

From Wurst-Wasser.net
Jump to navigation Jump to search
(Created page with "= About = Somewhere in 2022 I decided I wanted a CNC machine. I decided to build an IndyMill. Project website: https://indystry.cc/indymill/ = Ordering = TBD = Building = TBD = Setting up GRBL = TBD = Work with CAD- and CAM-Software = == Converting STL to solids in FreeCAD == See also: https://forum.freecad.org/viewtopic.php?t=14136 # Open the STL file # Select object # {{key press|Part}} → {{key press|Create shape from mesh}} #...")
 
Line 11: Line 11:


= Setting up [[GRBL]] =
= Setting up [[GRBL]] =
TBD
{{Attention|Dies might be a bad idea, since [[GRBL]] has been abandoned since 2019…}}
 
# Install Arduino IDE 1.x (not 2.x!)
# Download as .zip: https://github.com/gnea/grbl
# Extract zip
# Open Arduino IDE
# {{key press|Sketch}} &rarr; {{key press|Library Import as .ZIP}} &rarr; select <code>grbl-master/grbl</code>
# Setup serial/USB-connection (you might want to add your user to group <tt>dialout</tt> to allow accessing <code>/dev/ttyUSB0</code>…
# {{key press|File}} &rarr; {{key press|Examples}} &rarr; {{key press|grbl}} &rarr; {{key press|grblUpload}}


= Work with [[CAD]]- and [[CAM]]-Software =
= Work with [[CAD]]- and [[CAM]]-Software =

Revision as of 14:03, 14 February 2024

About

Somewhere in 2022 I decided I wanted a CNC machine. I decided to build an IndyMill.

Project website: https://indystry.cc/indymill/

Ordering

TBD

Building

TBD

Setting up GRBL

Template:Attention

  1. Install Arduino IDE 1.x (not 2.x!)
  2. Download as .zip: https://github.com/gnea/grbl
  3. Extract zip
  4. Open Arduino IDE

SketchLibrary Import as .ZIP → select grbl-master/grbl

  1. Setup serial/USB-connection (you might want to add your user to group dialout to allow accessing /dev/ttyUSB0

FileExamplesgrblgrblUpload

Work with CAD- and CAM-Software

Converting STL to solids in FreeCAD

See also: https://forum.freecad.org/viewtopic.php?t=14136

  1. Open the STL file
  2. Select object

PartCreate shape from mesh

  1. Select new object

PartConverte to solid

Create GCODE with FreeCAD

TBD