For use in AeroBing CNC Winder Machine (In-Progress) last edited by: @ishmael07
This repo bundles two projects under MarlinWinder/:
Marlin firmware: MarlinWinder/Marlin
Printrun host tools: MarlinWinder/Printrun
Quick Use Marlin firmware:
- Edit
MarlinWinder/Marlin/Marlin/Configuration.handMarlinWinder/Marlin/Marlin/Configuration_adv.h. - Build with PlatformIO:
cd MarlinWinder/Marlin
pio run -e <env>Pronterface (GUI):
- From source:
cd MarlinWinder/Printrun
python3 -m venv .venv
source .venv/bin/activate
python -m pip install -U pip
python -m pip install .
pronterface.pyalternatively python pronterface.py or python3 pronterface.py (depends on your python version installed on computer)
- In the app, select your serial port and baud rate, then click Connect.
For full details, see the upstream READMEs in MarlinWinder/Marlin/README.md and MarlinWinder/Printrun/README.md.