IndyMill: Difference between revisions

From Wurst-Wasser.net
Jump to navigation Jump to search
Line 11: Line 11:


= Setting up [[GRBL]] =
= Setting up [[GRBL]] =
{{Attention|Dies might be a bad idea, since [[GRBL]] has been abandoned since 2019…}}
{{Danger|Dies might be a bad idea, since [[GRBL]] has been abandoned since 2019…}}


# Install Arduino IDE 1.x (not 2.x!)
# Install Arduino IDE 1.x (not 2.x!)

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

🛑 Dies might be a bad idea, since GRBL has been abandoned since 2019…
  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