Skip to content

AeroBingOrg/MarlinWinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Marlin Winder

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:

  1. Edit MarlinWinder/Marlin/Marlin/Configuration.h and MarlinWinder/Marlin/Marlin/Configuration_adv.h.
  2. Build with PlatformIO:
cd MarlinWinder/Marlin
pio run -e <env>

Pronterface (GUI):

  1. From source:
cd MarlinWinder/Printrun
python3 -m venv .venv
source .venv/bin/activate
python -m pip install -U pip
python -m pip install .
pronterface.py

alternatively python pronterface.py or python3 pronterface.py (depends on your python version installed on computer)

  1. 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.

About

Used for the CNC Winder - Marlin & Pronterface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors