bigtreetech / BIGTREETECH-GTR-V1.0

BIGTREETECH GTR V1.0 motherboard is a high-performance 3D printer main control board with the core controller STM32F407IGT6, which was launched by the 3D printing team of ShenZhen BigTree Technology CO.,LTD ., aiming at solving some problems existing in the motherboard market. The BIGTREETECH GTR V1.0 is the motherboard, and the BIGTREETECH M5 V1.0 is the expansion board.
90 stars 55 forks source link

platformio.ini/env:/board = wrong board "BigTree_SKR_Pro" #22

Open b3nnyb3n opened 4 years ago

b3nnyb3n commented 4 years ago

{Hi! Thank-you to everyone that contributes!! }

Annotation 2020-06-04 165633

after correcting env:"GTR" / board to the correct board does not compile

if left unchanged compiles can be uploaded but: stepper motors not working

work around so far... (*havent verified working yet)

left .ini file with error - specifying skr pro as - board = BigTree_SKR_Pro

copied all text in the "pins_BTT_GTR_V1_0.h" file and pasted all to "pins_BTT_SKR_PRO_V1_1.h"

marlin2.zip have included platformio.ini, .bin, and marlin folder

ucflumm commented 4 years ago

getting the same problem here does pasting in the pins work?

ucflumm commented 4 years ago

gtr wrong board

GadgetAngel commented 3 years ago

I just compile my GTR V1.0 board using the following in platformio.ini file. Ensure your [platformio] section looks as follows:

[platformio]
src_dir      = Marlin
boards_dir   = buildroot/share/PlatformIO/boards
default_envs = BIGTREE_GTR_V1_0
include_dir  = Marlin

GTR envi setup in platformio ini file