From b21a763cadc2aa541f4b415e297b8804f57800fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20K=C3=B6ster?= <36196269+knutwurst@users.noreply.github.com> Date: Sat, 15 Jul 2023 15:20:28 +0200 Subject: [PATCH] Updated Howto: Compile Firmware with PlatformIO (markdown) --- Howto:-Compile-Firmware-with-PlatformIO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Howto:-Compile-Firmware-with-PlatformIO.md b/Howto:-Compile-Firmware-with-PlatformIO.md index 3576f17..95f3c5b 100644 --- a/Howto:-Compile-Firmware-with-PlatformIO.md +++ b/Howto:-Compile-Firmware-with-PlatformIO.md @@ -79,7 +79,7 @@ Congratulations! You have compiled a firmware for the first time! :) There are two options here. Either you connect the printer directly to the PC on which VSCode is also installed and instead of clicking "build" you click **upload** this time. PlatformIO takes care of the rest and the firmware is loaded directly onto the printer. -The second option is to backup the .hex file and then install it via Cura or Octoprint. To do this, we go exactly to the folder in which the source code is located. Hidden files may need to be shown, but the location where the firmware resides is always the same: **/FIRMWAREFOLDER/Marlin/.pio/build/[VARIANT]/firmware.hex** +The second option is to backup the .hex file and then install it via Cura or Octoprint. To do this, we go exactly to the folder in which the source code is located. Hidden files may need to be shown, but the location where the firmware resides is always the same: **/FIRMWAREFOLDER/.pio/build/[VARIANT]/firmware.hex** [[ /images/platformio_07_build_finished.jpg | width = 300px ]]