• Models
  • Contests
  • Slicer
  • Login
  • Start Here
    thingiverse-iconprintables-iconcults3d-iconmakerworld-iconmyminifactory-icon

    3D GO

    3D ModelsContestsCollectionsSaved ModelsOn a mobile device?

3D GO

Privacy Policy
 SLA DLP UV cure box 3D Printer File Image 1
 SLA DLP UV cure box 3D Printer File Image 2
 SLA DLP UV cure box 3D Printer File Image 3
 SLA DLP UV cure box 3D Printer File Image 4
 SLA DLP UV cure box 3D Printer File Image 5
 SLA DLP UV cure box 3D Printer File Thumbnail 1
 SLA DLP UV cure box 3D Printer File Thumbnail 2
 SLA DLP UV cure box 3D Printer File Thumbnail 3
 SLA DLP UV cure box 3D Printer File Thumbnail 4
 SLA DLP UV cure box 3D Printer File Thumbnail 5

SLA DLP UV cure box

coldakin avatarcoldakin

February 23, 2018

thingiverse-icon
DescriptionCommentsTags

Description

A simple DLP/SLA part curer. Line up the stepper motor shaft as centered as you can on the "bottom" center hole and drill holes. Cover inside with ducting tape. i used hot glue to mount arduino and battery box. I plan on updating this design...
https://www.youtube.com/watch?v=8yKNGfo9E-I

LED strip: https://www.amazon.com/gp/product/B078HQR62C/ref=oh_aui_detailpage_o02_s00?ie=UTF8&psc=1

stepper motor and driver: https://www.amazon.com/Stepper-28byj-48-Module-Uln2003-Arduino/dp/B00E468NQ4/ref=sr_1_12?s=hi&ie=UTF8&qid=1519356466&sr=1-12&keywords=28byj48

Arduino: https://www.amazon.com/Elegoo-EL-CB-001-ATmega328P-ATMEGA16U2-Arduino/dp/B01EWOE0UU/ref=sr_1_2_sspa?s=toys-and-games&ie=UTF8&qid=1519356538&sr=1-2-spons&keywords=arduino+uno&psc=1

Ducting tape: https://www.amazon.com/Aluminum-Tape-Foil-Ducts-Insulation/dp/B01FROBUXE/ref=sr_1_1?s=hi&ie=UTF8&qid=1519356812&sr=1-1&keywords=ducting+tape

Arduido code:
#include <AccelStepper.h>
#define HALFSTEP 8

// Motor pin definitions
#define motorPin1 3 // IN1 on the ULN2003 driver 1
#define motorPin2 4 // IN2 on the ULN2003 driver 1
#define motorPin3 5 // IN3 on the ULN2003 driver 1
#define motorPin4 6 // IN4 on the ULN2003 driver 1

// Initialize with pin sequence IN1-IN3-IN2-IN4 for using the AccelStepper with 28BYJ-48
AccelStepper stepper1(HALFSTEP, motorPin1, motorPin3, motorPin2, motorPin4);

void setup() {
stepper1.setMaxSpeed(1000.0);
stepper1.setAcceleration(100.0);
stepper1.setSpeed(200);
stepper1.moveTo(20000);

}//--(end setup )---

void loop() {

//Change direction when the stepper reaches the target position
if (stepper1.distanceToGo() == 0) {
stepper1.moveTo(-stepper1.currentPosition());
}
stepper1.run();
}

License:

Creative Commons - Attribution

Related Models

Cute Mini Octopus preview image

Cute Mini Octopus

McGybeer profile image

McGybeer

75,566

Wash and Cure Plate Holder preview image

Wash and Cure Plate Holder

AndreDesigns profile image

AndreDesigns

66

Trigger Tag System preview image

Trigger Tag System

Biscuits profile image

Biscuits

59

XYZ 20mm Calibration Cube preview image

XYZ 20mm Calibration Cube

iDig3Dprinting profile image

iDig3Dprinting

50,468

Pandemic board game insert preview image

Pandemic board game insert

Pocahontius profile image

Pocahontius

105

Working Stim Pack (For Airsoft, Paintball, etc) preview image

Working Stim Pack (For Airsoft, Paintball, etc)

Kazi profile image

Kazi

971