Giter VIP home page Giter VIP logo

cadcheck's Introduction

CADcheck

pip install -r requirements.txt python -m venv .\venv\Scripts\activate.bat python -m venv .\venv

Running tests python -m unittest test_model.py

Classes and test scripts to manage conversion of dxf files to gcode.

Test files:

  • testing of gcode - simple script to generate gcode file from parts
  • testing nesting of parts
  • testing of dogboneing - script to take parts and

TODO:

  • test for importation of the dxf file
  • test for displaying dxf on webserver
  • test for importation of tool table
  • test for importation of configuration xml

Objects

  • Job

    • load configuration
    • load tools
    • Algorithm to test design
      • autofix
    • Create list of parts
    • Nest parts as required
    • Generate restrain and waste

    process gcode

    • Contains list of [parts]
      • parts [operations]
        • operations(Tool).
    • Contains a [stock]
    • export to gcode file

Static Classes (algorithims)

  • this are classes that take in objects and perform operations Validation - takes a Cadfile oject and runs tests on geometry to make sure geometry conforms to standards. Has some autofix methods to resolve Nesting - Takes parts and a stock object and returns best layout Dogboning - Takes in a part object- modify geometry for dogbones Parting - class takes geometry and converts to parts and sets apropriate layers/operations GCoder - class takes parts and tools and returns a gcode object Retainer - class that takes the Nesting output and places holes and creates square parts to use remaining stock

cadcheck's People

Contributors

cstewart000 avatar

Watchers

 avatar

cadcheck's Issues

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.