Skip to content

Compiling from Source

Richard Layton edited this page Nov 12, 2023 · 17 revisions
  1. Download and unzip the latest source from: https://github.com/klack/LuxuriMarlin/archive/refs/heads/luxmarlin-2.1.2.1.zip
  2. Open Visual Studio Code
  3. Install the PlatformIO extension
  4. Do not use Auto Build Marlin
  5. Open the LuxuriMarlin folder from the file menu
  6. Configure your machine here Marlin\Configuration_MyTenlog.h
  7. Make custom changes if you wish, by editing Marlin\Configuration.h and Marlin\Configuration_MyTenlog.h
  8. Press F5 to build
  9. Find your hex file at .pio\build\My_Tenlog\firmware.hex
  10. Flash using instructions at here
Clone this wiki locally