ANYCUBIC-3D / Vyper

Firmware of Anycubic 3D printer Vyper
GNU General Public License v3.0
108 stars 59 forks source link

Board file missing #2

Open phiradd opened 2 years ago

phiradd commented 2 years ago

Hi,

I was not able to compile the code neither with platformio nor with arduino ide because the board description is missing: ac_tri_f103re.

Please provide some information on how to successfully compile the code and or the respective json board file.

Thank you very much Philipp

build_fail
ANYCUBIC-3D commented 2 years ago

Hi,

I was not able to compile the code neither with platformio nor with arduino ide because the board description is missing: ac_tri_f103re.

Please provide some information on how to successfully compile the code and or the respective json board file.

Thank you very much Philipp

build_fail

please refer to this building steps: https://github.com/ANYCUBIC-3D/Vyper/wiki

FotoFieber commented 2 years ago

Same problem here. Building steps on wiki didn't help.

Update: Removed Platforms for ST STM32 and followed instructions on the wiki. Now it is compiling.

chinamummy commented 2 years ago

board20220113225347 board_name ACTRI F1 chip_name STM32F103RET6

chaoshikong commented 2 years ago

board20220113225347 board_name ACTRI F1 chip_name STM32F103RET6

为什么我编译还是错误一大堆呢?

Mangers95 commented 1 year ago

Can someone explain what to do .. i dont get it to compilie :(

stopanko commented 7 months ago

Removed Platforms

What does it means "Removed Platforms"

For me it's not woking

Marlin\src\core\../inc/../pins/stm32f1/pins_AC_TRI_F1_V1.h:25:4: error: #error "Oops! Select an STM32F1 board in 'Tools > Board.'"

UPD: SOLVED!

Step1: Run this task to build. Not default or not build button image

Step2: If you have ststm32 and ststm32@10.0.1 folders in the .platformio\platforms -> Copy ac_tri_f103re.json file to both of them

image