Skip to content

GoodNotes/Original-Prusa-i3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

407 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ink Robot - Modified Prusa i3 MK3S Models

Note: This repository contains modified models for the ink robot project.

Prerequisites

OpenSCAD is required to generate STL files from the SCAD source files.

macOS:

# Recommended: development snapshot (much faster than stable release)
brew install --cask openscad@snapshot

# Alternative: stable release
brew install --cask openscad

See: https://formulae.brew.sh/cask/openscad@snapshot

Linux (Debian/Ubuntu):

sudo apt install openscad

Windows: Download from https://openscad.org/downloads.html

Building STL Files

After modifying SCAD files, regenerate the STL files using one of these methods:

Using Make (Recommended)

# Build all STL files
make

# Build a specific STL file
make Printed-Parts/STL/x-carriage.stl

# Clean generated files
make clean

# List available targets
make help

Using the Shell Script

cd Printed-Parts

# Build all STL files
./generate-stls.sh

# Build a specific file
./generate-stls.sh x-carriage.scad

Manual Generation

Open the SCAD file in OpenSCAD and use File > Export > Export as STL.


Original Prusa i3 MK3S

Original Prusa i3 MK3S is a 3D printer project maintained by PRUSA RESEARCH. Originates in RepRap project made possible by Dr. Adrian Bowyer and contributors.

This repository contains SCAD files and STLs of the printed parts.

Links

About

Original Prusa i3 MK2 3D printer printed parts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • OpenSCAD 97.3%
  • Makefile 1.4%
  • Shell 1.3%