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.