Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
pyMKcam
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
machinery
pyMKcam
Graph
70dfd4be621a2da3abda598bdabec9d7e6441b99
Switch branch/tag
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
13
Aug
12
11
10
9
7
3
1
31
Jul
30
29
28
27
26
25
24
23
21
20
19
18
17
16
15
14
13
10
9
1
24
Jun
23
22
21
20
17
16
14
13
12
11
10
7
28
May
25
Apr
24
22
20
12
6
5
4
3
2
1
31
Mar
27
21
20
19
18
17
16
15
14
13
12
11
10
9
8
6
5
4
3
2
1
28
Feb
25
24
23
22
19
18
12
10
9
1
29
Jan
22
19
18
16
Nov
12
Aug
13
Jul
20
May
19
15
Apr
14
3
16
Mar
9
2
17
Feb
5
27
Jan
21
15
14
13
22
Dec
1
28
Nov
27
26
25
21
17
14
11
Sep
5
29
Aug
27
added an SVG example (just some polygons)
fixed typo
moved stl example files from Samples/STL/ to samples/
handle "sqrt" for slightly negative values gracefully (discovered only on Windows)
fixed all references to pycamGUI (now: pycam)
updated changelog for v0.3
moved the gtk interface files to a separate "share" directory
added a "copy to clipboard" button to the log window
handle exceptions during toolpath generation gracefully
added a status bar with the most recent message
external program locations (inkscape/pstoedit) are now configurable via the GUI
refuse to do any operation with a wrong safety-height
sort polygons for Engraving from inside to outside and from small to big
show the name of the currently loaded stl model in the window title
fixed and simplified center positioning of cutters
added "Vector" instances for normals in STLImporter
introduced a "Vector" class based on Point
don't fail for zero-height processing areas
handle "thin" processing areas gracefully
ignore PushCutter hits outside the bounding box
transform all elements of a Triangle (including edges and normal)
fixed improper boundary check (triangle's center instead of middle) in collision test
removed obsolete code
fixed log output of STLImporter
fixed some minor mistakes
fixed many float comparisons by including the "epsilon" inaccuracy compensation
fixed progress counter for DropCutter
added an option for using fixed precision numbers instead of floats
fixed typo
added a "reverse direction" function
some more improvements for the contour model offsetting
fixed code due to recent changes
renamed "LineGroup" to "Polygon"
unify min/max properties for geometry objects
first start of the "straight skeleton" algorithm for polygon offsetting
added "factor" result to "get_intersection" between lines
fixed splitting of groups
first improvement regarding self-intersecting offset polygons
added test for "point inside of polygon"
use "Open Model" instead of "Load Model"