You are not logged in.
Hi there!
After the board in my Wanhao D7 died a while ago I ordered the one mentioned in the titel from aliexpress.
There are two problems I'm facing:
1. The board doesn't seem to recognize the optical endswitch that came with the D7. Light on the sensor is on but does not trigger. Is there anything I can do about this?
2. There is a preconfigured raspberry pi image on micro sd card comming with the board, but since my configuration differs a bit from the preset, I needed to do some changes. The problem is - modifying lead screw pitch and/or microstepping in the Axis / Movement Page doesn't seem to change anything in the movement behavior. Any tips how to fix this?
Build is "SUMAOPAI - Build 4361"
I also tried to run an other build of nanodlp but the issues stay the same...
Thanks in advance!
Offline
https://docs.nanodlp.com/guide/controller-board/
For the end stop you have to use NPN sensor . For the Z -axis pitch I don't know , i'm stucked in the same situation....
Offline
1. You can compile firmware to change NPN to PNP
2. https://docs.nanodlp.com/guide/controll … p-settings you can change axis specs on RAMPS side using M92 command
Offline
Hi! Thanks for the quick replies. Is there a repository where I can get the firmware? If it is Marlin, is there any configuration preset I can use or documentation how to set it up for the controller board? Didn't find anything like that in the nanodlp repo.
Thanks in advance!
Last edited by Agilov (2021-05-31 06:45:33)
Offline
Update: The "MOCH25A" optical endstop sensor used in the Wanhao D7 is an NPN. So I suspect the issue is something different?!
The M92 command worked for me. I just had to also set it in the manual movement section.
Offline
Yes, it is stock marlin firmware with just pin 8 disabled.
If it is NPN, it must work. What you mean by does not work? It does not let you go down, or when you go down and it does not block platform from passing it?
Offline
Hi! "Not work" in my case means that the diagnosis LED on the sensor is lit but the sensor itself does not trigger if the photoelectric barrier is interrupted. If I try to home the z axis it just drives into the lower axis end.
Regards
Offline
It is dead simple on the software side. I guess it should be HW related, maybe somebody else could help.
Offline
Hmm. Strange. Is there a pinout diagram for the controller board, so I can check if there are connection issues on the sensor side?
Offline
Hi there again...
I've not succeeded getting an sensor signal from any of the sensors I've attached to the z-level connector so far. Can someone give me an example of an optical endstop sensor that verifiable works with this board? I'm slowly running out of clues here...
Regards
Offline
I have the same problem about the movement settings not affecting the real movemnts
Have you solved it somehow by now?
-Propeller
Offline
PropellerHat,
Please, detail what settings do not affect for the movements.
Agilov,
I guess you have not changed configuration correctly. There are 3 files need to be edited on marlin 2.0.5
Configuration.h
Configuration_adv.h
pins_RAMPS.h
On pins just disable pin 8. About NPN / PNP change it is well documented on both configuration files how you need to change it.
Offline
To Shahin:
Nothing has an effect. Lead screw pitch, angle and microstepping all have 0 effect on the travel.
I tried to change everything that affects the travel, but none works. Today, accidentally, I changed the motor start up speed instead of lead screw pitch, and I got something actually changed. Not the way expected but anyway. The axis crashed to the "roof" when commanded to move 10mm (my printer is 800mm high and the platform was almost at the bottom when hitting the "+10" button). Interestingly, after a startup this didn't happen again, the movements are again unchanged despite what ever I try to adjust.
Also, changing the name of the printer does nothing - still Sumaopai test.
-Propeller
Last edited by PropellerHat (2021-07-03 18:40:30)
Offline
Hi there!
After the board in my Wanhao D7 died a while ago I ordered the one mentioned in the titel from aliexpress.
There are two problems I'm facing:
1. The board doesn't seem to recognize the optical endswitch that came with the D7. Light on the sensor is on but does not trigger. Is there anything I can do about this?
2. There is a preconfigured raspberry pi image on micro sd card comming with the board, but since my configuration differs a bit from the preset, I needed to do some changes. The problem is - modifying lead screw pitch and/or microstepping in the Axis / Movement Page doesn't seem to change anything in the movement behavior. Any tips how to fix this?Build is "SUMAOPAI - Build 4361"
I also tried to run an other build of nanodlp but the issues stay the same...
Thanks in advance!
For the sensor, try to end M119 through the terminal and check the report (https://marlinfw.org/docs/gcode/M119.html). if the sensor is opened but z_min is reported as "Triggered" then you will need to change a setting in Marlin configuration.
Offline
Jerry,
Nice point will add it to the documentation
Offline