Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xmarduel authored Oct 3, 2023
1 parent f961326 commit 2336c5b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ start the program from the installation folder
> python pycut.py
> python pycut.py -h
> python pycut.py [<path_to_job>]
> python pycut.py -g <path_to_gcode>
```

Dependencies
Expand All @@ -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
Expand All @@ -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
---------------------------
Expand Down

0 comments on commit 2336c5b

Please sign in to comment.