Tiny firmware for DIY DLP 3D-printer

Here is the place to discuss software and related tools for Slice generation, machine control, & etc...
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
3DLab
Posts: 1
Joined: Sun Jan 08, 2017 3:25 am
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Tiny firmware for DIY DLP 3D-printer

Postby 3DLab » Sun Jan 08, 2017 3:53 am

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

firecardenal
Posts: 60
Joined: Mon Jun 16, 2014 10:03 pm
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: Tiny firmware for DIY DLP 3D-printer

Postby firecardenal » Tue Mar 28, 2017 2:57 pm

VERY COOL
Thanks man.
I will try for my new diy dlp printer.

This has been missing for some time.
Last edited by firecardenal on Tue Mar 28, 2017 10:28 pm, edited 1 time in total.

firecardenal
Posts: 60
Joined: Mon Jun 16, 2014 10:03 pm
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: Tiny firmware for DIY DLP 3D-printer

Postby firecardenal » Tue Mar 28, 2017 3:15 pm

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.

firecardenal
Posts: 60
Joined: Mon Jun 16, 2014 10:03 pm
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: Tiny firmware for DIY DLP 3D-printer

Postby firecardenal » Tue Mar 28, 2017 10:30 pm

I could not repair the compilation error.
Someone with more knowledge?


[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable