03 States - Denvi/Candle GitHub Wiki

State panel

Work coordinates

Represents current X, Y & Z local coordinates of the CNC.

Machine coordinates

Represents current X, Y & Z absolute machine coordinates.

Status

One of following CNC status:

  • Idle - waiting for a G-code command

  • Running - running a G-code command

  • Home - homing cycle is executing

  • Check - G-code command check mode is turned on

  • Hold - paused by a "!" command, need to be restarted by a "~" command

  • Alarm - CNC doesn't know where it is and blocks all G-code commands

  • Door - door sensor has triggered