From 1fe73735d67d96fe55ffc03a416d794be5043641 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20K=C3=B6ster?= <36196269+knutwurst@users.noreply.github.com> Date: Sat, 14 Oct 2023 09:43:02 +0200 Subject: [PATCH] Updated Howto: Compile Firmware with PlatformIO (markdown) --- Howto:-Compile-Firmware-with-PlatformIO.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Howto:-Compile-Firmware-with-PlatformIO.md b/Howto:-Compile-Firmware-with-PlatformIO.md index 95f3c5b..e0b2779 100644 --- a/Howto:-Compile-Firmware-with-PlatformIO.md +++ b/Howto:-Compile-Firmware-with-PlatformIO.md @@ -93,6 +93,11 @@ So we navigate to **/Marlin/src/pins/ramps/** and look for the *pins_ramps.h* fi [[ /images/platformio_08_pin21.jpg | width = 1000px ]] + +**ATTENTION!** Since version 1.5.0, the pin definitions for the Trigorilla mainboards can be found in separate files. In our case this is *pins_TRIGORILLA_14.h*. + +[[ /images/platformio_08_pin21_new.jpg | width = 1000px ]] + ## 8. Example 2: Buildflags A last important feature of this _Hybrid Firmware_ are the profiles mentioned above, which are used to control the individual printer configurations. These definitions can be found in many places in the source code, often with a `#IF ENABLED()`. Various paths are switched on and off or linked to conditions at compile time.