[gnea/grbl Issue#721] Question: Considered switching to platform.io?

未分类 bolang 6个月前 (10-14) 52次浏览

Issue #721 | 状态: 进行中 | 作者: blindMoe | 创建时间: 2019-09-11


Has any consideration gone into converting the project to be able to be compiled with platform.io? It would be nice to have the ability to compile to more processor types. Marlin has done a good job of implementing this in Marlin 2.0 and it is what I currently run on my CNC machine. I would love to switch over to Grbl but I would like to retain the use of my SKR Pro 1.1 board since a) I already have it and b) I like the design of the board.


评论 (3)

#1 – mike-pittelko 于 2019-10-07

Tried SuperGerbil? Already ported to ST32.


#2 – hdo 于 2019-10-07

> Has any consideration gone into converting the project to be able to be compiled with platform.io?

Please don’t. I would rather prefer simple old Makefile. I tried plattform.io and it’s a behemoth. Just my opinion.


#3 – RealTadango 于 2019-12-02

You can add a few files and compile using platform.io. Simply add a src dir with main.cpp, pio config file and include grbl.h in main.cpp. Works for me :)


原始Issue: https://github.com/gnea/grbl/issues/721

喜欢 (0)