[Grbl_Esp32 Issue#546] esp32 commands as wiki page

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

Issue #546 | 状态: 已关闭 | 作者: JensHauser | 创建时间: 2020-08-14

标签: enhancement


While setting up a new ESP32 devkit board with a compiled GrblEsp32, usage of the direct commands in

#1 – MitchBradley 于 2020-08-14

If you type $commands/list or its short form $cmd (case-insenstive) GrblEsp32 will list all of the commands including those WebUI ones, giving the preferred new descriptive name, the old cryptic name, and the arguments if any. https://github.com/bdring/GrblEsp32/wiki/Settings mentions $Commands/List in the opening section, and gives a complete description of the commands in later sections.


#2 – MitchBradley 于 2020-08-14

A hint for interpreting the arguments as listed by $Commands/List: An argument is required if there is an “=something” in the list. If the “something” is in UPPER_CASE, it must be one of the literal values listed. For example “=FORMAT” means that the argument must be exactly “FORMAT”, i.e. $LocalFs/Format=FORMAT. Another example “=STA|AP|BT|OFF” means choose one of the strings “STA” or “AP” or “BT” or “OFF”. If the “something” is lower case, then the value is arbitrary, although some limitations may apply.


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

喜欢 (0)