Add CNC Machining project with initial resources and setup

This commit is contained in:
2026-03-19 21:13:41 +00:00
parent 3ec8859ab9
commit d6dd37b8ce
2 changed files with 34 additions and 3 deletions

View File

@@ -2,9 +2,14 @@
## Machine
**V1 Engineering Low Rider**
**Custom build inspired by V1 Engineering Low Rider**
A CNC router based on the Low Rider design by V1 Engineering. The Low Rider is a mobile CNC platform designed for cutting sheet materials like plywood, MDF, and plastics.
A CNC router custom-built by a friend, based on the Low Rider design by V1 Engineering. The Low Rider is a mobile CNC platform designed for cutting sheet materials like plywood, MDF, and plastics.
### Controller
**SKR Pro** - Main controller board
- Documentation: https://docs.v1e.com/electronics/skrpro/
## Setup Status
@@ -34,12 +39,26 @@ A CNC router based on the Low Rider design by V1 Engineering. The Low Rider is a
|------|------|-----|------------|-------|
| | | | | |
### Engraving Tools
- **CFH Brandmalkolben Set 30W (BM 245)** - Wood burning tool for engravings
- Alternative: Laser engraver solution
- [ ] Ordered
- [ ] Received
- [ ] Tested
## Software
### CAM Software
- **Estlcam** - https://www.estlcam.de/index.php
- Tutorial: https://www.youtube.com/watch?v=IJD_d1TBbxQ
### Firmware
- **FluidNC** - G-code interpreter
- Supported G-codes: http://wiki.fluidnc.com/en/features/supported_gcodes
### Sender Software
## Cutting Parameters
@@ -61,19 +80,30 @@ A CNC router based on the Low Rider design by V1 Engineering. The Low Rider is a
### Official Documentation
- [V1 Engineering Low Rider Docs](https://docs.v1engineering.com/lowrider/)
- [SKR Pro Documentation](https://docs.v1e.com/electronics/skrpro/)
### CNC Knowledge & Blogs
- [IDC Woodcraft Blog](https://idcwoodcraft.com/blogs/news) - Great resource for CNC information
### G-Code Reference
- [FluidNC Supported G-Codes](http://wiki.fluidnc.com/en/features/supported_gcodes)
### Tutorials & Guides
- Estlcam Tutorial: https://www.youtube.com/watch?v=IJD_d1TBbxQ
### YouTube Channels
### Community
- [V1 Engineering Forum](https://forum.v1engineering.com/)
### Suppliers
- [Sorotec](https://www.sorotec.de/shop/) - CNC worktools and accessories
## Projects Queue
| Project | Material | Status | Notes |
|---------|----------|--------|-------|
| | | | |
| Pizza Peel | Wood | Idea | Good beginner-to-intermediate project: https://idcwoodcraft.com/blogs/news/how-a-pizza-peel-can-carry-you-from-beginner-to-intermediate-cnc |
## Learnings & Notes

View File

@@ -7,6 +7,7 @@
- [[02_Projects/Job Hunt]]
- [[02_Projects/Home Lab]]
- [[02_Projects/Home Lab Plan]]
- [[02_Projects/CNC Machining]]
- [[06_Decisions/Current Direction Questions]]
- [[06_Decisions/Home Lab Principles]]
- [[06_Decisions/Remote Access V1 Proposal]]