From 99c80bc9ff8414c129e14a40b8d12d633fe415a4 Mon Sep 17 00:00:00 2001 From: Fabrice Salvaire Date: Mon, 24 Dec 2018 20:20:57 +0100 Subject: [PATCH] doc --- doc/sphinx/source/overview.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/sphinx/source/overview.rst b/doc/sphinx/source/overview.rst index b9ea5dc..4c3a38b 100644 --- a/doc/sphinx/source/overview.rst +++ b/doc/sphinx/source/overview.rst @@ -12,6 +12,22 @@ What is PythonicGcodeMachine ? PythonicGcodeMachine is a free and open source Python toolkit to work with RS-274 / ISO G-Code. +PythonicGcodeMachine features: + +* a compliant RS-274 / ISO G-Code parser which is automatically generated from grammar and easy to + derivate to support other flavours, +* an abstract syntax tree (AST) API, +* some G-code flavour aspects are handled by YAML files for maximum flexibility, +* tools to manipulate and validate G-code, +* and more .. + +PythonicGcodeMachine supports these G-code flavours: + +* RS-274 **(full support)** +* Fanuc *(partially)* +* Heidenhain *(partially)* +* LinuxCNC *(partially)* + How is PythonicGcodeMachine licensed ? -------------------------------------- -- GitLab