[Grbl_Esp32 PR#647] Add coolant pin messages to startup

未分类 bolang 5个月前 (10-14) 39次浏览

Issue #647 | 状态: 已关闭 | 作者: bdring | 创建时间: 2020-10-19


Help with user support.


评论 (4)

#1 – bdring 于 2020-10-19

This is a just the simplest fix until pin classes come along. The startup messages save me SO much time in support.


#2 – MitchBradley 于 2020-10-19

I completely understand the motivation. I am working on a simple patch that is a step towards doing this in a systematic way. Every call to pinMode(PIN, MODE); is replaced by a call to initPin(PIN, MODE, “Name”); I should be finished soon because the change is mostly just mindless replacement.


#3 – bdring 于 2020-10-19

I am sure it will be nicer than what we have now and available at any time, not just startup, which is a problem with the WebUI


#4 – MitchBradley 于 2020-10-19

See #648 .


原始Issue: https://github.com/bdring/Grbl_Esp32/pull/647

喜欢 (0)