diff --git a/README.html b/README.html index 73099188491179cc0ef18e4f379856572917913b..49839d86fa7e4d7e1ed69be47e04737cb41773c7 100644 --- a/README.html +++ b/README.html @@ -391,7 +391,23 @@ ul.auto-toc {

What is PythonicGcodeMachine ?

PythonicGcodeMachine is a Python toolkit to work with RS-274 / ISO G-Code.

- + +

PythonicGcodeMachine features:

+ +

PythonicGcodeMachine supports these G-code flavours:

+

Where is the Documentation ?

diff --git a/README.rst b/README.rst index 29192af785abca419723b74f59bb168f7498a888..3047129562f48d87982c7b4dbc0dbe2ee2a09fcf 100644 --- a/README.rst +++ b/README.rst @@ -101,7 +101,23 @@ What is PythonicGcodeMachine ? PythonicGcodeMachine is a Python toolkit to work with RS-274 / ISO G-Code. -.. include: features.txt +.. -*- mode: rst -*- + +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)* Where is the Documentation ? ---------------------------- diff --git a/README.txt b/README.txt index ca7dcbdb8566e97f4189721685e9a204faa1e56e..5b1785d438ca7539c2ea12c8306c9e1104bfa4a9 100644 --- a/README.txt +++ b/README.txt @@ -25,7 +25,7 @@ What is PythonicGcodeMachine ? PythonicGcodeMachine is a Python toolkit to work with RS-274 / ISO G-Code. -.. include: features.txt +.. include:: features.txt Where is the Documentation ? ----------------------------