[Grbl_Esp32 Issue#293] Extra Settings

未分类 bolang 4个月前 (10-14) 49次浏览

Issue #293 | 状态: 已关闭 | 作者: bdring | 创建时间: 2019-11-14

标签: enhancement


I am playing with a new machine that needs to store some additional settings. I decided to add some generic values that can be used.

– I added $80 through $84 for signed int16 values
– I added $90 through $94 for float values.

These can be used to store values that a special machine needs. These could be calibration values, kinematic stuff, etc. Grbl will manage the storage, modification and reporting of the values. They can be accessed from any custom code you would add.

If you are working of a new feature like PID motor control, etc. Use these settings. If the feature evolves enough to be part of the main code, we can find a permanent home for them in the lower numbers.

原始Issue: https://github.com/bdring/Grbl_Esp32/issues/293

喜欢 (0)