Software: Difference between revisions

From
No edit summary
No edit summary
Line 4: Line 4:
====Fedora====
====Fedora====
Open a terminal and type the following:
Open a terminal and type the following:
   sudo dnf install git openscad rust cargo  
   sudo dnf install git openscad rust cargo rabbitvcs-nautilus rabbitvcs-gedit rabbitvcs-cli


====Ubuntu====
====Ubuntu====
  sudo apt install git openscad rust cargo rabbitvcs-nautilus rabbitvcs-gedit rabbitvcs-cli


===Redox===
===Redox===

Revision as of 05:07, 27 April 2020

Follow these instructions to install and use the software portions of the Replimat project. Much of this software is intended to work with the replimat Controller.

Linux

Fedora

Open a terminal and type the following:

 sudo dnf install git openscad rust cargo rabbitvcs-nautilus rabbitvcs-gedit rabbitvcs-cli

Ubuntu

 sudo apt install git openscad rust cargo rabbitvcs-nautilus rabbitvcs-gedit rabbitvcs-cli

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 Replimat library is currently under development. BOLTS and FreeCAD Library serve as useful starting points.

http://implicitcad.org/editor

https://openjscad.org/

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

Firmware

To Be Sorted