Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion src/equipment/cnc_mill/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,23 @@

The CNC mill is a RF30 clone round-column mill that has been converted from an Imperial manual mill to a CNC ballscrew conversion.

CNC hardware:

* PC (mill PC) running Ubuntu and gSender
* PicoCNC board running GRBL-Hal running on a RP2040
* 48V stepper drivers driving the 3 axis stepper motors

It's a bit rough and ready in a few ways, and final commissioning is still in progress.

It is operated from the Mill PC using the gSender software.
A few things to be aware of:

* Doesn't have limit switches
* Doesn't have home switches
* Spindle start is under manual control, not automatic
* Needs better e-Stop hardware

The axes are reasonably well calibrated now, but please do offer feedback if you notice any errors.

More details to follow on final commissioning

gSender settings backup [here](./files/gSender-settings.json)
Expand Down