Candle icon indicating copy to clipboard operation
Candle copied to clipboard

User commands

Open pedjas opened this issue 5 years ago • 1 comments

Versions

  • Candle version: 1.2.8b
  • Firmware version: 1.1f

PC info

  • OS: Windows 8.1

Describe the bug I cannot find any documentation about setting User Commands.

User command are presented with four buttons containing numbered icons. Mouse over button shows user command code.

I am looking for a way to add description to User Command so I can see what button does what.

My idea was to add comment at the beggining of User Command so it is displayed in tool tip. It seems it does not accept comments. Actually it seems User Commands do not follow GCODE syntax.

Expected behavior If User Commands are gcode then it should follow gcode syntax in full. If not then there should be some even rudimentary info on syntax.

For describing User command it would be good to have additional filed in setting just for that purpose.

pedjas avatar Sep 26 '20 12:09 pedjas

Just prefix a comment, in parenthesis, and followed by a semicolon. That will display in the tool tip and in the console output

howardlowndes avatar Jul 15 '23 00:07 howardlowndes