SMusatov f505bc06ed v1.0 | 9 months ago | |
---|---|---|
.. | ||
Configuration.h | 9 months ago | |
Configuration_adv.h | 9 months ago | |
README.md | 9 months ago |
Use these configurations like any other configs. Set default_envs = trigorilla_pro
in platformio.ini
for a simplified build. Flashing with PlatformIO may be broken. If so you can use OctoPrint firmware flasher plugin or the stm32flash
tool in the terminal, like so:
stm32flash -w firmware.bin -v -g 0x0 -b 115200 <YOUR COM/SERIAL PORT HERE>
Remove Jumper JP1 from the board to access the bootloader and flash firmware. You can also set SW1 to USB to power the STM32 solely through USB, otherwise the PSU needs to be on to flash. (If you need to flash often it may be worth soldering a button that has a normally closed pin to a BEC plug, and plug that into JP1 instead of the Jumper. That switch can be routed to the outside of the case and held down at boot to enable flashing mode.)
M306 T
)The Trigorilla Pro board has many issues and anomalies that have not been acknowledged by Anycubic, such as:
Fixes:
This project would not have been possible without the Marlin Discord and their many helpful members. I would like to thank especially The-EG, EvilGremlin, tombrazier, Dust, and Nuck-TH. Additionally this unfinished firmware from Thingiverse user Thr333DDD is what I formerly based these configs on. This analysis and reverse engineering of the Trigorilla Pro board by Github user napyk was also very helpful in figuring out issues.