Coder Social home page Coder Social logo

voxelcut's Introduction

voxelcut

Automatically exported from code.google.com/p/voxelcut

voxel sculpting program

Based on voxlap by Ken Silverman, this does a solid simulation of a milling machine. Version 0.2 is unfinished; It is only setup for simulating the NC code from a Bridgeport Series I machine. I hope to adapt it to be able to be configured for any machine, using the scripts from HeeksCNC.

It is GPL license, because voxlap is GPL license.

Voxlap uses DirectDraw, so I guess this is only for Windows.

This project can be built with Visual Studio 2008 Express ( which is free )

http://www.youtube.com/watch?feature=player_embedded&v=D1nCYwy8Etc' target='_blank'>http://img.youtube.com/vi/D1nCYwy8Etc/0.jpg' width='425' height=344 /> --Dan Heeks

voxelcut's People

Contributors

satovey avatar

Stargazers

cz avatar

Watchers

 avatar

Forkers

tianhaichen

voxelcut's Issues

XML input

remove Python from Voxelcut.

add a file parameter on the command line, so that VoxelCut is started like this
VoxelCut.exe -f "c:\some folder\a file.xml"

Where the XML file has this format:

<?xml version="1.0" ?>
<VoxelCut_Document>
   <nccode>
       <ncblock>
           <text col="block">N0010</text>
           <text col="prep">G0</text>
           <text col="axis">X10</text>
           <text>F100</text>
           <lines col="rapid">
               <p x="0.000000" y="0.000000" z="0.000000" />
               <p x="10.000000" y="0.000000" z="0.000000" />
           </lines>
       </ncblock>
       <ncblock>
           <text col="block">N0020</text>
           <text col="prep">G1</text>
           <text col="axis">X20</text>
           <text col="axis">Y10</text>
           <lines col="feed">
               <p x="10.000000" y="0.000000" z="0.000000" />
               <p x="20.000000" y="10.000000" z="0.000000" />
           </lines>
       </ncblock>
       <ncblock>
           <text>( watch out for &quot;quotes&quot; )</text>
       </ncblock>
       <ncblock>
           <text col="block">N0030</text>
           <text col="axis">X20</text>
           <text col="axis">Y0</text>
           <lines col="feed">
               <p x="20.000000" y="10.000000" z="0.000000" />
               <p x="20.000000" y="0.000000" z="0.000000" />
           </lines>
       </ncblock>
   </nccode>
</VoxelCut_Document>

Original issue reported on code.google.com by [email protected] on 14 Jan 2009 at 9:04

Create from window handle

Make a startup function that takes a window handle, so that VoxelCut can be
added to an existing CAM software ( so long as it has a GPL compatible
license, like LGPL or BSD ).

Original issue reported on code.google.com by [email protected] on 5 Jan 2009 at 10:09

more axes

simulating 5 Axis  toolpath

woudt be a good idee 

Original issue reported on code.google.com by [email protected] on 4 Jul 2011 at 4:59

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.