logo

Gcnc

logo

Gcnc

  • Introduction
  • Demo
  • API
  • API
    • CNCDevice
    • CNCDeviceBambu
    • CNCDeviceGrbl
    • CNCDeviceNodeSerialGrbl
    • CNCDeviceWebSerialGrbl
    • CNCDeviceWebSocketGrbl
    • AxesPosition
    • CNCDeviceEvents
    • CNCLog
    • CNCStatus
    • GCode
    • GCodeSourceLine
    • SerialGrblCNCOptions
    • GCodeSource

API / CNCDeviceEvents

Interface: CNCDeviceEvents

src/CNCDevice.ts:12

Properties

PropertyType
connect() => void
disconnect() => void
log(log: CNCLog) => void
message(message: string, interrupted: boolean) => void
sent(gcode: GCode, line: GCodeSourceLine) => void
status(status: CNCStatus) => void
InterfacesAxesPosition
InterfacesCNCLog