/Marlin-as-deployed

Marlin as deployed on my printers

Primary LanguageC++GNU General Public License v3.0GPL-3.0

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