bhgv / lua.gcode.sender

CNC g-code sender using Lua and Lua modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lua.gcode.sender

Intro

This is a highly configurable and changeable universal g-code sender for home-made CNC, laser & 3d printer. It doesn't contain any hard to port elements. It has written using Lua & lua modules (lua, C, C++).

Supported hardware

Lua version

v5.3.3 (bit operations)

Used Lua plugins

Dependencies to build

  • libreadline-dev
  • libX11-dev
  • libxft-dev
  • libxext-dev
  • libxxf86vm-dev

How to build

Sources of lua-5.3.3 & all modules are included. Just run bld.sh script from the top of the project tree:

$ ./bld.sh 

Currently it is tested on linux-arm (Armbian, lUbuntu, Orange Pi PC - raspberry pi like) and linux-x86 (Ubuntu, xUbuntu)

How to execute

$ cd bld
$ ./prg

How to change lua scripts

all lua scripts are in the bld/conf folder. examples & docs to lua & modules are in their own folders.

Screenshots

About

CNC g-code sender using Lua and Lua modules


Languages

Language:C 33.9%Language:Lua 22.3%Language:C++ 14.1%Language:HTML 14.0%Language:Makefile 7.1%Language:Shell 6.6%Language:CSS 1.0%Language:Perl 0.6%Language:M4 0.2%Language:Roff 0.1%Language:QMake 0.1%Language:Batchfile 0.0%Language:Python 0.0%