Skip to content

zLiubomyr/jap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

J.A.P.

J.A.P. (Just Another Printer) is a tiny firmware for DIY DLP and LCD 3D-printer. Designed to work on Arduino Uno + CNC shild hardware and Creation Workshop software.


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 Sxxx
  • UV LED on/off: M107/M106

CNC shild v.3 pinout for DLP:

pinout

CNC shild v.3 pinout for LCD:

pinout


Setup

  • #define STP_PER_MM - number of steps per millimeter for your Z-axis
  • #define ACCEL_STP - acceleration in steps per second per second
  • #define ZBUTTON_STEP - minimum number of steps when Z-axis control button is pressed

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 100.0%