[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 574: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 630: sizeof(): Parameter must be an array or an object that implements Countable
Build Your Own SLA/SLS • Tiny firmware for DIY DLP 3D-printer
Page 1 of 1

Tiny firmware for DIY DLP 3D-printer

Posted: Sun Jan 08, 2017 3:53 am
by 3DLab
Hi!
Working on building my printer, I wrote a simplest firmware for Arduino UNO + CNC shild hardware.
Support:
Z-axis smooth movement
Z-axis manual control buttons
Z motor manual on/off button
Cooler control
Servo control

List of Supported G-Codes
- Motion: G1
- Pause: G4
- Motor on/off: M17, M18
- Cooler on/off: M7(M245), M9(M246)
- Servo control: M3

CNC shild v.3 pinout:

Image

Project on GitHub: https://github.com/3DLab-DLP/jap

Re: Tiny firmware for DIY DLP 3D-printer

Posted: Tue Mar 28, 2017 2:57 pm
by firecardenal
VERY COOL
Thanks man.
I will try for my new diy dlp printer.

This has been missing for some time.

Re: Tiny firmware for DIY DLP 3D-printer

Posted: Tue Mar 28, 2017 3:15 pm
by firecardenal
an error compiling:

Arduino: 1.6.11 (Windows 10), Board: "Arduino/Genuino Uno"

C:\Users\Rafael\Desktop\jap-master\jap-master\jap\jap.ino:15:22: fatal error: stepperQ.h: No such file or directory

#include <stepperQ.h>

^

compilation terminated.

exit status 1
Error compiling for board Arduino/Genuino Uno.

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

Re: Tiny firmware for DIY DLP 3D-printer

Posted: Tue Mar 28, 2017 10:30 pm
by firecardenal
I could not repair the compilation error.
Someone with more knowledge?