Skip to content

jaymemaurice/Marlin-as-deployed

 
 

Repository files navigation

Marlin as deployed on my 3D printers

Please use the official Marlin

This repo was forked here so that I could make changes quickly, build in Gitpod test and deploy rapidly

Branch SPRITE is for Ender 3 with Sprite Pro, linear X rail, CR Touch and SKR E3 Turbo

Master is for Ender 3 with stock hot end, linear x rail, Tronxy TR sensor and SKR E3 Turbo

Code changes over Marlin:

    Added status screen update for G28 start and end since z homing takes a while and it's hard to tell with the leadscrews if the printer is actually doing something.

To build, use gitpod:

git checkout SPRITE
python3 -c "$(curl -fsSL https://raw.githubusercontent.com/platformio/platformio/master/scripts/get-platformio.py)"
/home/gitpod/.platformio/penv/bin/platformio run

About

Marlin as deployed on my printers

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 65.4%
  • C 32.0%
  • Python 0.9%
  • Shell 0.7%
  • JavaScript 0.3%
  • Makefile 0.3%
  • Other 0.4%