From 2336c5b2bfe65d5b470061bc37135ce35ba8fde0 Mon Sep 17 00:00:00 2001 From: xmarduel Date: Tue, 3 Oct 2023 16:36:17 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d2e8a8..83162cb 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ start the program from the installation folder > python pycut.py > python pycut.py -h > python pycut.py [] +> python pycut.py -g ``` Dependencies @@ -26,7 +27,7 @@ Dependencies - lxml (latest) - freetype-py (latest) - used in svgtext2svpath.py utility - matplotlib 3.6.2 (to debug/view shapely offsets ops) -- numba (latest) - for optimisation +- numba (latest) - for python simulator optimisation Features @@ -45,7 +46,7 @@ Features - toolpaths displayed in svg viewer - gcode produced - gcode viewer (as in Candle) -- gcode simulator (as in jsCut) +- gcode simulator (as in jsCut, but with candle parser) Main Improvments over JsCut ---------------------------