Minimal installation instructions
To install nanoDLP on a Raspberry Pi 3:
Speed / Actuator / Motor settings!
Here are the actuator related settings I've been using, under Tab 'Setup', 'Hardware Setup', where you define a Printer ;
Speed (which don't matter much, since we'll be using Gcode):
- Max Speed (micron/sec) : 3000
- Min Speed : 1000
- Motor Startup Speed : 100
Actuator / Motor (only used for manually moving the buildplate under Tab 'Z-Axis Calibration'... @AngryPanda, look out for those 50mm buttons ;) ):
- Motor Step Angle : 1.8
- Microstep : 16
- Leadscrew Pitch (mm) : 2
These Printer Setup related Gcode I found useful ;
- Execute - Start of Print , and End of Print: - GCode - Start of Print:
Code:
; SoP [[SyscallResult]]
G21 ; set to mm
G91 ; set to relative
M17 ; enable steppers
- Gcode - End of Print:
Code:
; EoP [[SyscallResult]]
M107 ; led off
G1 Z6.9 F250 ; move up
M18 ; disable steppers
- Gcode - Shutter Open: - Gcode - Shutter Close: Be sure to keep 'Movement GPIOs', 'Shutter', 'Projector Connection' and 'Hardware Fault Detection' in Disabled, and don't forget to hit "Submit".
The next version of nanoDLP will also contain a "GCode - At bootup" field, but for now I created a "Customized Button" (under Tab 'Setup') to initialize the RAMPS board with following GCode:
Code:
; init
G21 ; set to mm
G91 ; set to relative
G1 F250 ; set speed
Note: I haven't printed yet with nanoDLP, so we'll need to figure out the correct GCode/settings in 'Printer Profile' to move the buildplate between layers.
Morpheus LCD screen blanking.... HEEEEEELLLLPPP
The one and only reason I haven't been printing yet with nanoDLP, is the Morpheus LCD screen is behaving very inconsistent... the screen simply "blanks" from time to time, sometimes for minutes, sometimes for seconds, and other times I need to boot the RPi and Morpheus before I can get anything on the LCD screen again.
I've been trying all sorts of HDMI settings (via tvservice command, and via alternative modes in /boot/config.txt), other connection sequences, different RPi power supplies, HDMI cables, .... and I'm running out of options, time and patience :(
Could someone please verify if same behavior is observed by removing the buildplate+vat and running some test prints (like a Calibration Plate), or display the Projector Calibration image : experiencing some "blanking" as well ? The screen doesn't power off, or doesn't go into power saving mode, nor does it loose HDMI signal.... the image simply goes away (=black screen).