Software: Difference between revisions

From
No edit summary
No edit summary
Line 25: Line 25:
* https://crates.io/crates/implicit3d
* https://crates.io/crates/implicit3d


====CAD====
===CAD===
The [https://github.com/SolidCode/MCAD MCAD] project contains a [https://github.com/SolidCode/MCAD/blob/master/gridbeam.scad gridbeam.scad] library with solid and hollow beams of configurable size and orientation, hole-aligned translation functions, and flat surfaces with and without notched corners.
The [https://github.com/SolidCode/MCAD MCAD] project contains a [https://github.com/SolidCode/MCAD/blob/master/gridbeam.scad gridbeam.scad] library with solid and hollow beams of configurable size and orientation, hole-aligned translation functions, and flat surfaces with and without notched corners.



Revision as of 19:15, 7 March 2020

The Replimat project is focused on making tangible goods accessible to all. Small simple and inexpensive computers, and the software which runs on them can aid in this task in a number of ways. Follow these instructions to install and use the software portions of the Replimat project:

Hardware

Replimat is intended to work with as wide a variety of hardware as possible, but specifically targets the Raspberry Pi 4 and later as well as the MKS Base 3D printer controller, for purposes of cost, availability, and ease of project development. Documentation for other hardware is welcome!

Linux

Fedora

Open a terminal and type the following:

 sudo dnf install git openscad rust cargo 

Ubuntu

Redox

Windows

Join Github, clone the replimat git repository

Rust

CAD

The MCAD project contains a gridbeam.scad library with solid and hollow beams of configurable size and orientation, hole-aligned translation functions, and flat surfaces with and without notched corners.

A FreeCAD gridbeam library is currently under development.

https://www.thingiverse.com/tag:openstructures

Firmware

To Be Sorted