Skip to content

Commit 12ce4d6

Browse files
committed
c
1 parent e645ca0 commit 12ce4d6

6 files changed

+234
-226
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Disclamer: This software is used at the user's own risk. No responsibility is ac
1010

1111
With <strong>PyCut</strong>, you do not need to do 3D modelling. SVG files (2D) are <strong>PyCut</strong> input format, and for simple milling tasks it is perfectly OK. Granted, SVG shapes (paths) definition is not so straightforward as one could think, and free software lacks good SVG paths modelling applications. Infact, writing a SVG file with a text editor is sometimes the best way. To generate complex SVG paths, other tools may be used (see Tutorial), and the results may be paste into the hand-written files.
1212

13-
Before starting, please have a look at the tutorial to be sure your SVG input files follow the PyCut requirements (mostly: how to define the view box; shapes must have an unique id in order to be imported in the viewer).
13+
Before starting, please have a look at the tutorial to be sure your SVG input files follow the PyCut requirements (mostly: how to define the view box; shapes must have an unique id in order to be imported in the viewer; take care if paths definitions are closed (Z) or not).
1414

1515
## Usage
1616

@@ -28,13 +28,13 @@ start the program from the installation folder
2828
- Python 3.11
2929
- PySide6 6.8.1
3030
- shapely 1.8.5
31-
- PyOpenGL (latest)
32-
- svgelements (latest)
33-
- lxml (latest)
34-
- freetype-py (latest) - used in svgtext2svgpath.py utility
35-
- matplotlib (latest) - to debug/view shapely offsets ops
36-
- numba (latest) - for python simulator optimization
37-
- pyvoronoi (latest) - for HSM nibbler toolpaths
31+
- PyOpenGL (latest) [3.1.9]
32+
- svgelements (latest) [1.9.6]
33+
- lxml (latest) [5.3.1]
34+
- freetype-py (latest) - used in svgtext2svgpath.py utility [2.5.1]
35+
- matplotlib (latest) - to debug/view shapely offsets ops [3.10.0]
36+
- numba (latest) - for python simulator optimization [0.61.0]
37+
- pyvoronoi (latest) - for HSM nibbler toolpaths [1.1.6]
3838

3939
## Features
4040

Binary file not shown.
Binary file not shown.

misc_private/cnc1310/cnc1310-s52-90x111mm.svg

+1-1
Loading

projects/test_multiline.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
},
120120
"gcode_viewer": {},
121121
"gcode_simulator": {
122-
"fb": 1
122+
"fb": 2
123123
}
124124
}
125125
}

0 commit comments

Comments
 (0)