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
Commits
0a909673
Commit
0a909673
authored
Feb 11, 2017
by
Stefy Lanza (nextime / spora )
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial modifications
parent
12c7da6b
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
15 additions
and
715 deletions
+15
-715
COPYING.TXT
COPYING.TXT
+0
-674
LICENSE.TXT
LICENSE.TXT
+0
-21
README.md
README.md
+14
-19
Settings.py
pycam/Gui/Settings.py
+1
-1
pymkcam
scripts/pymkcam
+0
-0
No files found.
COPYING.TXT
deleted
100644 → 0
View file @
12c7da6b
This diff is collapsed.
Click to expand it.
LICENSE.TXT
deleted
100644 → 0
View file @
12c7da6b
pycam - CNC Toolpath Generation in python
=========================================
Copyright (C) 2008 Lode Leroy
-----------------------------
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
See COPYING
README.
TXT
→
README.
md
View file @
0a909673
pycam : Python CAM
------------------
# pyMKcam : Python CAM for MK4duo based controllers
------------------
-------------------------------
Toolpath Generation for 3-Axis CNC machining
Toolpath Generation for 3-Axis CNC machining based on MK4duo controllers
forked from the well known pycam
Read the wiki for details:
http://sourceforge.net/apps/mediawiki/pycam/index.php?title=User_Manual
### RUNNING:
extract the archive and run "pymkcam" in the "scripts" directory
RUNNING:
extract the archive and run "python pycam"
USAGE:
### USAGE:
as a practical approach, you would probably:
1) for "rough" cutting,
*
1) for "rough" cutting,
use the Cylindrical cutter
with the PushCutter Pathgenerator
and the Polygon PostProcessor in "x" or "y" mode
2) for "semifinish" cutting,
*
2) for "semifinish" cutting,
use the Cylindrical/Toroidal cutter
with the PushCutter Pathgenerator
and the Contour PostProcessor in "xy" mode
3) "finish" cutting
*
3) "finish" cutting
use the Spherical cutter
with the DropCutter Pathgenerator
and the ZigZag PostProcessor in "x" or "y" mode
...
...
@@ -36,14 +33,10 @@ USAGE:
KNOWN BUGS:
http://sourceforge.net/tracker/?group_id=237831&atid=1104176
### CONTRIBUTORS:
CONTRIBUTORS:
* Lode Leroy: initiated the project; developed the toolpath generation,
*
Lode Leroy: initiated pycam the project; developed the toolpath generation,
collision detection, geometry, Tk interface, ...
*
Lars Kruse: GTK interface and many features
...
...
@@ -54,3 +47,5 @@ CONTRIBUTORS:
*
Sebastian Kuzminsky: debian packaging
*
Franco (nextime) Lanza: revive the project and modification for MK4duo support
pycam/Gui/Settings.py
View file @
0a909673
...
...
@@ -29,7 +29,7 @@ import ConfigParser
import
StringIO
import
os
CONFIG_DIR
=
"pycam"
CONFIG_DIR
=
"py
MK
cam"
log
=
pycam
.
Utils
.
log
.
get_logger
()
...
...
scripts/pycam
→
scripts/py
mk
cam
View file @
0a909673
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment