RapCAD icon indicating copy to clipboard operation
RapCAD copied to clipboard

Rapid prototyping CAD IDE for RepRap and RepStrap 3D printing machines.

Results 13 RapCAD issues
Sort by recently updated
recently updated
newest added

Using the nifty new OpenSCAD Graph Editor: https://github.com/derkork/openscad-graph-editor but it calls OpenSCAD using a command-line option "viewall" which results in an error when calling rapcad.exe: ![image](https://user-images.githubusercontent.com/3543154/184493733-5cef3873-f394-4d84-acdc-c27bac6a74e5.png) List of the options...

Feature

Special variables are expected to be resolved by looking in the current scope, and if not found then the parent scope should be searched

Bug

If one has modules such as "setupcut" and "gcut" in https://github.com/WillAdams/gcodepreview/blob/main/gcodepreviewing.scad and one calls them using a file such as: include difference() { setupcut(9, 4, 1, "Top", "Center") gcut(0, 0,...

Bug

Please add a modular export format which would allow a naïve user to work up an export format --- I'd dearly love a way to export a .c2d file from...

Feature

I use OpenSCAD as a previewer while I code in the comfort of my usual editor (EMACS), leveraging the auto-reload. What would RapCAD bring to the table for people with...

Feature

OpenSCAD allows the use of Library directories: https://en.m.wikibooks.org/wiki/OpenSCAD_User_Manual/Libraries It would be nice to have similar support in RapCAD, and perhaps distribute suitable libraries which are RapCAD-specific (say one for modeling...

Feature

Please add support for a depth-mapped SVG export where the geometry is analyzed and each element is filled (say white is the top of the object, 50% a cut halfway...

Feature

If it were possible in RapCAD to write out a text file one could directly create a G-Code file to cut out a design. See: https://www.reddit.com/r/RapCAD/comments/i2dsk1/managed_to_model_a_finger_joint_box_with_relieved/

Feature

Support for adding/committing changes with messages to git.

Feature
todo

Please package RapCAD in the Debian free software repository.

Deployment