https://github.com/easytarget/pppync
PiPico Python Numeric Controller
https://github.com/easytarget/pppync
Last synced: 17 days ago
JSON representation
PiPico Python Numeric Controller
- Host: GitHub
- URL: https://github.com/easytarget/pppync
- Owner: easytarget
- License: cc0-1.0
- Created: 2024-01-28T22:12:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-31T14:56:05.000Z (over 2 years ago)
- Last Synced: 2025-01-26T14:09:38.091Z (over 1 year ago)
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ppPyNC
PiPico Python Numeric Controller
* Step 1 : Reference hardware
* Step 2 : Code
###
Plan:
* Micropython based controller software for a RP2040 based controller.
* Use PIO for movement
* Use both cores; planner on a seperate core? IF POSSIBLE!
* GRBL compatibility for Gcode
* FluidNC compatibility for settings and init/config.
* Use a similar 'init file' setup.. etc.
* GRBL `$` command compatibility for setting
* No Wifi / Web interface for now.. No SD card support.
* Lets start with a pretty 'dumb' controller that needs to be driven by LaserWeb etc directly via USB