You are not logged in.
Thank you for the releases nanodlp. I am really on it.
Now I have two problems. sequence and Z-axis.
Z-axis doesn't work after I start printing.
I use Ramps on Arduino mega to control the motors. I don't think it wiring or any electronic problem. It works pretty well on manual.
I though I probably forgot to set something about motor. I couldn't find any clues even though I looked up Setup menu and Printer profiles.
I guess I might be able to correct sequence after making Z-axis move.
If somebody know or experienced same problem, give me some advice.
Thanks for reading.
Last edited by Wes Kim (2016-02-29 04:34:20)
Offline
If you can, please share file /home/pi/printer/db/machine.json, if not please share screenshot of you setup page.
My guess is its something to do with your gcodes, most probably termination of command lines.
Offline
G99 and G100 are projector on/off commends. They send binary code to projector from Arduino.
I wanted to turn on projector 5 minutes earlier before printing starts and so I put the commend(projector on) on Gcode-start of print insted of using projector turn on/off commend.
I think I need to handle this problem too after Z-axis motor moves.
Last edited by Wes Kim (2016-02-27 06:49:44)
Offline
nanodlp itself also turn on projector as soon as you start printing, so any delay in gcode-start will help it to reach 5min target.
Your line terminations and ramp connectivity settings look fine. If the manual movement works in z-axis calibration, command like this "G1 Z0.1" would work in gcode boxes too.
Have you tried your commands in terminal tab? If sending commands through terminal working fine, it has something to do with your gcodes which I do not have much experience with.
Offline
Hi, I am currently trying to make my stepper work with the DRV8825. Just to be sure, the color code of the stepper is :
Black -->B2
Green -->B1
Red-->A1
Blue-->A2
Right?
Also, I dont quite understand how to use the Speed and Actuator/Motor settings in the Setup.
Suppose I want to use full steps and my motor has 1.8 degrees step angle and 200 steps per revolution
in the setup I would put these values :
Motor Step Angle : (1,8) Microsteps: (200)
If I want to change to use 1/16 steps, I would use these values?
Motor Step Angle : (0.11) Microsteps : (3200)?
Also, if I understand well, the pulse buttons in the calibrate section are independent of the Speed settings in the setup?
Offline
Hi,
Take a look at http://www.nanodlp.com/images/schematic.png for DRV8825 wiring.
Motor angle field: 1.8
If you are using 1/16 micro steps give 16 as micro step value.
About calibration page, for gpio direct control it will consider max-speed setting.
Offline
Hello.
I'm testing nanodlp with a mUVe 1.1 DLP and have the same problem. On manual the motors move. When it starts printing, the plat is moved to home but doesn't move anymore. In the images are my current configuration.. Thanks
Offline
It probably something to do with wiring or gcodes, which you could get better support on muve forum.
Offline
I have a similar problem with grbl 0.9. If I run in manual mode G1 Z10 doesn't work but if I use G1 Z10 F200 it works. I think grbl 0.9 makes mandatory to specify the feed rate.
Offline
Hi,
Is there any possibility to have some help about Z stepper control,
I can not access to step motor:
Debug 615 2017-05-02 19:00:02.876347 WiFi Status Monitoring
Warning 615 2017-05-02 19:00:02.876206 WIFI WIFI interface wlan0 detected
Notice 615 2017-05-02 19:00:02.773519 Terminal Terminal Reader Activated
Debug 615 2017-05-02 19:00:02.773441 Hardware Stepper motor enabled
Debug 615 2017-05-02 19:00:02.77337 Shutter Shutter Close
Error 615 2017-05-02 19:00:02.756988 SLAVE Serial port could not be activated open /dev/ttyACM0: no such file or directory
Notice 615 2017-05-02 19:00:02.756159 Hardware Initializing build # 1392 - generic
how can I open Steper motor ?
Offline
You need to correct RAMPS address.
Offline
Hi Shahin
Thanks for reply,
I am using your "Direct Control" board which is "https://www.nanodlp.com/download/schematic.png"
But I can not get any reply from Direct Control board
Offline
You do not need to setup any RAMPS board if you are using direct control.
Just setup correct gpios
Offline
Thanks for reply Shahin,
Would you please give us more details about how to setup gpios for stepper ?
I am using DRV8825
Do we have to make any wire conection ?
Stepper driver is already connect with direct control system !
Offline
Only direction and pulse pins from DRV8825 require connection to RPi. Both pins on RPi side is customizable means you can choose any of valid pins pi and setup on nanodlp.
It is quite simple, there are some tutorials on how to drive stepper motors using rpi. You can follow those guides as wiring part is same.
Offline
How Can we setup DIR ENABLE pins for controling Step on nanodlp ?
Is there any possibility to share settings for this ?
Offline
If you have stepper wired directly to nanodlp. Just choose pin on the setup page. No additional settings required.
Offline