Last indexation completed on 2024-04-21 06:00:38 UTC

 
  Name Size Date (UTC) Last indexed Description
  Name Size Date (UTC) Last indexed Description
folder Parent directory - 2024-02-11 01:52:17

Klin is a console interface for Atcore.
usage :> kiln -d /dev/ttyUSB0 -p ~/file.gcode
switches:
-d <device> the device to connect to
-b <baud> baud to use; optional default baud is 112500
-p <gcode> gcode file to print.
todo: + firmware switch to skip detect of fimware + handle Stop better then killing kiln with ctrl+C

file CMakeLists.txt 179 bytes 2024-02-11 01:52:17 -  
file kiln.cpp 2341 bytes 2024-02-11 01:52:17 2024-04-21 05:48:05

include "kiln.h"

file kiln.h 1696 bytes 2024-02-11 01:52:17 2024-04-21 05:48:05

pragma once

file main.cpp 1358 bytes 2024-02-11 01:52:17 2024-04-21 05:48:05

include <QCoreApplication>