You are not logged in.
Pages: 1
HI All
I have modified my printer. And I want to control x-axis up and down on nanoDLP firmware.
Is any possible to do this? I don't see any button to control x-axis, there is only z-axis can be controlled up and down.
Thanks,
Brian
Offline
if you are using ramps board to control, you can use custom button to add new buttons to move other axis.
For the direct control, fortunately you cannot generate pulse for the other axises but you can use gpio keyword to send pulse to external controller to move other axises.
Offline
HI
I have another problems here.
I try to customize the button to control X axis, but it doesn't work. I set "homing", "move 1mm" and "move 10mm" button, my Gcode setting are "G28", "G1 X1" and "G1 X10".
While I clicking the button I created, there is no response, and X axis doesn't move any, but Z axis is working properly.
My marlin firmware is the latest version that mUVe uploaded on Github, and nanoDLP version is 1209.
Thanks,
Brian
Offline
My guess it is something to do with RAMPS. nanodlp just transfer out gcode commands without any modification.
Offline
Pages: 1