forked from MarlinFirmware/Marlin
-
Notifications
You must be signed in to change notification settings - Fork 1
Compiling from Source
Richard Layton edited this page Nov 12, 2023
·
17 revisions
- Download and unzip the latest source from: https://github.com/klack/LuxuriMarlin/archive/refs/heads/luxmarlin-2.1.2.1.zip
- Open Visual Studio Code
- Install the PlatformIO extension
- Do not use Auto Build Marlin
- Open the
LuxuriMarlin
folder from the file menu - Configure your machine here
Marlin\Configuration_MyTenlog.h
- Make custom changes if you wish, by editing
Marlin\Configuration.h
andMarlin\Configuration_MyTenlog.h
- Press F5 to build
- Find your hex file at
.pio\build\My_Tenlog\firmware.hex
- Flash using instructions at here