sithlord48 / kiln

Cli Interface for Atcore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

 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

About

Cli Interface for Atcore

License:GNU General Public License v3.0


Languages

Language:C++ 84.7%Language:CMake 15.3%