mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-09-25 13:29:15 +02:00
Updated MSG Style Guide (markdown)
@@ -118,5 +118,49 @@ I/O description
|
||||
|
||||
Ranges shall be in the (xxx, xxx) format
|
||||
|
||||
```
|
||||
[MSG:Grbl_ESP32 Ver 1.3a Date 20201207]
|
||||
[MSG:Compiled with ESP32 SDK:v3.2.3-14-gd3e562907]
|
||||
[MSG:Using machine:6 Pack Controller StepStick XYZ]
|
||||
[MSG:Axis count:3]
|
||||
[MSG:I2S steps Mode:Stream]
|
||||
[MSG:Init motors]
|
||||
[MSG:Using stepStick mode]
|
||||
[MSG:X Motor:Standard stepper Step:I2SO(2) Dir:I2SO(1) Disable:I2SO(0) Limits(0.000,300.000)]
|
||||
[MSG:Y Motor:Standard stepper Step:I2SO(5) Dir:I2SO(4) Disable:I2SO(7) Limits(-300.000,0.000)]
|
||||
[MSG:Z Motor:Standard stepper Step:I2SO(10) Dir:I2SO(9) Disable:I2SO(8) Limits(-300.000,0.000)]
|
||||
[MSG:0 Macro pin:GPIO(2)]
|
||||
[MSG:1 Macro pin:GPIO(25)]
|
||||
[MSG:2 Macro pin:GPIO(39)]
|
||||
[MSG:3 Macro pin:GPIO(36)]
|
||||
[MSG:0 User digital output:I2SO(24)]
|
||||
[MSG:1 User digital output:I2SO(25)]
|
||||
[MSG:2 User digital output:I2SO(26)]
|
||||
[MSG:3 User digital output:I2SO(27)]
|
||||
[MSG:Laser Pin:GPIO(15), Enbl:GPIO(12), Freq:5000Hz, Res:13bits Laser mode:On]
|
||||
|
||||
[MSG:Client started]
|
||||
[MSG:Connecting Barts-WLAN]
|
||||
[MSG:Connecting.]
|
||||
[MSG:Connecting..]
|
||||
[MSG:Connecting...]
|
||||
[MSG:Connecting....]
|
||||
[MSG:Connecting.]
|
||||
[MSG:Connecting..]
|
||||
[MSG:Connecting...]
|
||||
[MSG:Connecting....]
|
||||
[MSG:Connected:192.168.1.28]
|
||||
[MSG:Start mDNS hostname:http://grblesp.local/]
|
||||
[MSG:SSDP Started]
|
||||
[MSG:HTTP Started]
|
||||
[MSG:TELNET Started:23]
|
||||
[MSG:X Limit switch:GPIO(33)]
|
||||
[MSG:Y Limit switch:GPIO(32)]
|
||||
[MSG:Z Limit switch:GPIO(35)]
|
||||
```
|
||||
|
||||
Format
|
||||
|
||||
- Start with axis letter or item number if applicable
|
||||
- Descriptions shall have first word capitalized only
|
||||
- Each parameter should be capitalized followed by a colon
|
||||
|
Reference in New Issue
Block a user