GithubHelp home page GithubHelp logo

arnholm / angelcad Goto Github PK

View Code? Open in Web Editor NEW
98.0 8.0 3.0 3.64 MB

script based 3D solid modeller. Moved to https://gitlab.com/arnholm

License: Other

C++ 93.92% C 4.74% AngelScript 0.01% Shell 0.53% Batchfile 0.33% Inno Setup 0.47%
constructive-solid-geometries cad 3d-printing angelcad angelscript stl-files

angelcad's People

Contributors

arnholm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

angelcad's Issues

text() not working with utf8

When building an openscad file with text() in it, neither UTF8-Chars (like \u00D7 or \u2248) nor the comma character is printed (Windows build)

Angelcad + curated-code-cad

Hey @arnholm

I got a ever expanding list of all of the code-CAD projects that I know of here, and also on Github. Someone pointed me in the direction of AngelCad recently so I've added though, as a brief summary I've only got:

Another OpenSCAD style project.

Though I would love some feedback from you if you want to add or change it? The context is that it's in a list with many other code-cad projects, so information about how it differentiates is most useful.

Cheers,
Kurt

Is it possible to write out text and numbers (calculated from variables) in AngelCAD?

I'd like to bypass the whole separate CAM thing and allow modules to write out coordinate information, something along the lines of:

module radiuscut(beginx, beginy, endx, endy) module which had:

writeln("G0 X",beginx, " Y", beginy," Z",safeheight);
writeln("G1 Z",cutheight," F",plungerate);
writeln("G1 X", endx," Y",endy);
writeln("G0 Z",safeheight," F",plungerate);

where plungerate, safeheight, cutheight were all global variables in addition to the parameters used for the module.

See the module "radiuscut"

in https://community.carbide3d.com/uploads/short-url/cb4ilRtY2Hestsi1kbgdht9yM0Z.zip

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.