Skip to content

pedluy/Sunrise

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Sunrise Project ##Introduction

The Sunrise Project is a research project, that aims to design an Open Source hackable DLP based 3D printing system.

##Approach The intention is to make the machine accesible to the general public. It must be sourceable, craftable, and modifiable by everyone. It aspires to be a platform for the community to explore this technology. Mechanics are scalable, source is available and modifiable, tools are open and obtainable.

##The technology

DLP 3D Printing uses photopolymierizing resin to craft the parts. Parts generate layer by layer as they are cured by a projector that outputs the cross-sections of the part, into the resin. There are various mechanical structures that can be used to achieve this.

This machine has what is called a Bottom-Up structure. It has a vat, with transparent bottom, filled with resin. Underneath, an upward pointing DLP projector shoots light through the bottom window. The light striking on a downward pointing build surface cures the resin, forming a new layer. Repeating this process, curing one layer below the previous one, ends up crafting the whole part, upside down.

##The machine

This machine tries to stick to the RepRap philosophy, so structure and moving parts are 3D printed. Motion control is performed by an Arduino with a CNCShield, running a version of GRBL that can be found here. The projector is an Optoma ML750, with hacked optics for nearer focus. PDMS based vat and flexible bottom vat system are being considered.

##About this repo

This repo contains the mechanical structure source. The tool of use is FreeCAD. Folder content is descripted below

  • src: Source files and assembly.
  • Step: Step files for CAD import.
  • stl: stl files for 3D printing.
  • FEM: Part file duplicates for possible FEM analysis.
  • Fonts: Fonts used in the design of the parts.
  • doc: useful files for documentation
  • Software: Provisional, holds useful software until it gets big enough for it to have its own repo.

###Cloning this machine

To build this machine, you need to print the 3D printable parts in the stl folder. You need to print each file once. You can also find plates for 20x20cm bases and Witbox bases in this folder, so you can clone the machine in less prints.

You will also need:

  • 1958 mm of 20x20 aluminium extrusion profile
  • 1378 mm of 30x30 aluminium extrusion profile
  • Smooth rods, depending on desired Zaxis length
  • Hammerhead nuts (Around 196 for 20x20 profiles and 52 for 30x30)
  • DIN912 M4x8 bolts for 20x20 hammerhead nuts
  • DIN912 M6x10 bolts for 30x30 hammerhead nuts
  • 2 M3x10 Bolts
  • 1 M3x20 Bolt
  • 1 M3x30 Bolt
  • A hacked Optoma ML750 (Focus moved forward with a M2 nut)

The length of the pieces of aluminium profiles and smooth rods can be seen in the assembly file. Due to this being still in development there's not a lot of documentation. If you have any doubts feel free to ask.

###Contributing to this repo

You can contribute to this repo by forking it, and making pull requests to the Development branch. If you find problems to make the contribution this way, place an issue and we'll work it out.

Due to FCStd files being unmergeable, SunriseAssembly.FCStd is modified only on the Development branch. It may not be included in pull requests.

In case of contributing using gitflow, and to take advantage of git diff features on FCStd files, and avoid big commit files, paste this lines on .git/config:

[include]
    path = ../.gitconfig

These will include the particular repo configuration, that tells git to unzip the files before diffing them.

##History

###Sunrise v0.2

####Specs:

  • Motor assisted projector axis for resolution adjustment.
  • Aluminium extrusion profiles + printed parts based structure. Way more rigid than v0.1.
  • Hacked Optoma ML750 pico-projector.
  • Expandable design, able to hold several projectors.
  • Arduino UNO + CNCShield + a modified GRBL for motion control.
  • Creation Workshop as slicer and projector control.
  • QuickFit for easy replacement of the vat.

###Sunrise v0.1

####Specs:

  • Threaded rod + printed parts based structure.
  • Hacked Optoma ML750 pico-projector used to save space.
  • Modular setting for easy technique testing.
  • Arduino MEGA + RAMPS + Marlin for motion control.
  • Creation Workshop as slicer and projector control.
  • PDMS coated resin vat.

##Credits To everyone with the courage to go open source and contribute to humankind's DLP 3D printing knowledge

Thank you

##License

This machine is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. Please read the LICENSE files for more details.

Esta maquina tiene una licencia Creative Commons Attribution-ShareAlike 4.0 International License. Por favor, lea los ficheros LICENSE para más detalles

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%