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
47aaa319bd6c7feabd9308b7ac5480f7f1c11595
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
24
Mar
17
16
15
10
9
7
5
8
Feb
3
26
Jan
25
24
23
22
Dec
21
21
Jan
20
19
17
16
15
14
13
12
11
9
3
5
Dec
4
23
Nov
18
17
26
Sep
31
Aug
24
23
20
18
17
16
14
12
11
10
9
8
7
6
5
4
2
31
Jul
30
28
26
25
23
20
19
18
17
12
8
7
6
4
3
2
30
Jun
25
14
12
11
10
1
31
May
29
27
24
14
Apr
13
12
9
1
28
Mar
27
26
25
24
23
22
21
20
19
18
17
16
15
14
13
12
8
7
25
Feb
17
16
14
13
10
9
8
7
6
5
4
3
2
1
28
Jan
27
23
22
21
20
19
18
13
12
11
9
4
31
Dec
30
27
26
19
18
14
10
9
2
1
29
Nov
26
25
19
17
16
15
14
12
11
9
7
5
4
26
Oct
25
24
23
21
20
19
18
17
16
15
14
13
12
11
10
9
7
6
5
4
3
2
1
30
Sep
29
27
25
24
20
19
18
17
16
15
5
4
3
1
29
Aug
28
26
24
23
20
19
17
16
15
Remove old commented out code.
Remove old commented out code.
Removed old commented out code
Remove old commented out code.
Remove old commented out code.
Remove old commented out code.
Removed old commented out code and converted PolygonExtractor.py to new Point tuple style.
fix Processs/Processes typo
Fixed a floating point issue that caused a zero length line in a polygon simplification algorithm.
Another fix having to do with the move from point object to point tuple.
Fixed bug that affects closed polylines.
Code cleanup.
Minor tuple conversion change.
Fixed problem in font preview caused by move from point object to point tuple.
Some efficiency toolpath rendering pathway efficiency improvements
Direction cone speed improvements.
Fixed yet another casualty of the move from Point object to point tuple.
Fixed a sluggish opengl window when a tool path is displayed.
Fixed another casualty of the switch from point objects to point tuples.
Replace Point class with a 3 position tuple and a collection of helper functions.
fixed woring initialization of optional parameters
upgrade inkscape and pstoedit to Recommends
Merge branch 'master' of ssh://pycam.git.sourceforge.net/gitroot/pycam/pycam
Add back definition of BASE_DIR accidentally removed before
Fix up Makefiles to work with git and reorganization changes
fixed a minor bug when opening file-like objects (instead of using filenames)
improved xml state representation slightly
added a debug message regarding STL header data
reverted previous commit regarding stdout handling and fixed stdin issue
fixed stdin/stdout handling of Console plugin
Merge branch 'master' of ssh://pycam.git.sourceforge.net/gitroot/pycam/pycam
cleanup of directory handling for in-place execution
ignore temporary vi files
No need to wrap call to float in a lambda, ~17% speedup of dropcutter
Merge branch 'master' of ssh://pycam.git.sourceforge.net/gitroot/pycam/pycam
Turn off multiprocessing, allow local locating of files
use platform independent path separators
Ignore emacs temporary files
Add profiling script, currently profiles dropcutter
Point to proper share directory for egg-based install