Skip to content

MonkeyCAM 4.0.6

Latest
Compare
Choose a tag to compare
@mikemag mikemag released this 23 Aug 18:17
· 50 commits to master since this release

Sixth release of MonkeyCAM v4.

Docs can be found at https://github.com/mikemag/MonkeyCAM/blob/master/docs/Users_Guide.md

New

Now supports custom binding configurations, including bindings on skis. See the example ski and board defs for an example. Many thanks to @RegMeasures for great progress on issue #37 and pull request #40. Your contributions to MonkeyCAM continue to be greatly appreciated mate!!

Details

I've included example board and machine def files to help get you started. Command-line only for Mac and Windows, with a HTML overview generated along with the G-Code programs. The overview is extremely detailed, with zoomable diagrams for all shapes generated. With this you can now see clearly how the shapes interact with each other, and how the toolpaths relate to those shapes.

To generate all of the G-Code files and HTML overview follow the directions below. Open the G-Code programs in something like Mach3 to see what the paths look like. Open the HTML overview in your favorite browser (tested on Chrome and IE 11). Here's an example: https://rawgit.com/mikemag/MonkeyCAM/master/Sample-output/Sample-snowboard-overview.html

Any questions? Feel free to open a issue and I'll get back to you as soon as I can.

Mac

The Mac binary is signed with my Apple Developer ID so you know it's from me. Copy the contents of MonkeyCAM-4.0.6.dmg anywhere you'd like, and run the binary with no arguments to see what parameters are necessary. To use the example defs, try this:

cd <directory where you copied the dmg contents>
mkdir SampleBoard
bin/MonkeyCAM --board example/board-def.json --machine example/machine-tool-def.json --binding example/board-binding-def.json --outdir SampleBoard
open SampleBoard/Sample-snowboard-overview.html

Windows

Unzip MonkeyCAM-4.0.6.zip wherever you'd like and run the binary with no arguments to see what parameters are necessary. To use the example defs, try this:

cd <directory where you extracted the zip>
mkdir SampleBoard
bin\MonkeyCAM.exe --board example\board-def.json --machine example\machine-tool-def.json  --binding example/board-binding-def.json --outdir SampleBoard
.\SampleBoard\Sample-snowboard-overview.html