You are not logged in.
Pages: 1
Please support me
I want to operate KLD-LCD 1260 (1440 x 2560 LCD, Sprinter firmware)
I'd like to make a connection as easily as possible. (A or B)
-A-
https://drive.google.com/open?id=0B9EfH … ldrTndIdXM
-B-
https://drive.google.com/open?id=0B9EfH … 0xocm4zMmc
-------Explanation I saw------------
I am not good at English and there are many explanations which I can not understand.
https://www.nanodlp.com/forum/viewtopic.php?id=305
http://grauonline.de/wordpress/?page_id=1767
Thank you
Offline
Hi You don't need to do either A or B You can simply use the Raspi HDMI to the Screen and a Raspi usb port to the KLD 1260 controller board serial connection.
Leave the original KLD 1260 controller in place ( MKS 1.1 pcb) so it can drive 1/ the stepper motor 2 / Drive the LED power ON / OFF & 3/ Managed the Z ( home position) end stop.
NanoDLP works fine controlling these 3 functions via serial communications
WHat you do have to do is configure the Raspi to output the correct resolution on its HDMI port and that is what is being discussed on the forum thread >> https://www.nanodlp.com/forum/viewtopic.php?id=305
Last edited by bigfilsing (2016-12-25 04:04:41)
Offline
I was surprised
I'm glad I met a very good software
Thank you very much
Offline
Help me
It is very difficult for me .... I am not good at English.
Is there a basic setting example?
http://192.168.*.*/profile/edit/1
http://192.168.*.*/setup
------------------------------------------------------------
Information I know
https://www.nanodlp.com/forum/viewtopic.php?id=305
CreationWorkshop is specified as the standard software
-Configure Slicing Profile-
@ Start
;********** Header Start ********
;Here you can set any G or M-Code which should be executed BEFORE the build process
G21 ;Set units to be mm
G91 ;Relative Positioning
M17 ;Enable motors
<Slice> Blank
;********** Header End **********
M106 S255
@ Pre-Slice
;********** Pre-Slice Start ********
;Set up any GCode here to be executed before a lift
;********** Pre-Slice End **********
@ Lift
M106 S0
;********** Lift Sequence ********
G1{$SlideTiltVal != 0? X$SlideTiltVal:} Z($ZLiftDist * $ZDir) F$ZLiftRate
G1{$SlideTiltVal != 0? X($SlideTiltVal * -1):} Z(($LayerThickness-$ZLiftDist) * $ZDir) F$ZRetractRate
;<Delay> %d$BlankTime
M106 S255
;********** Lift Sequence **********
@ End
;********** Footer Start ********
;Here you can set any G or M-Code which should be executed after the last Layer is Printed
M18 ;Disable Motors
M106 SO
G1 Z40
;<Completed>
;********** Footer End ********
Offline
Help me
I changed Configuration, but it does not work properly
The system falls down frequently
steping motor speed ......... The setting does not become valid
LCD panel................. not displayed
UV-LED on-off ............. not light
screenshot
https://drive.google.com/open?id=0B9EfH … lhrRGRyX3c
Offline
Probably you need to play with RAMPS side settings depend on firmware type you are using.
Offline
I think you need to do some research before trying things out
Unfortunately i haven't had time to try my KLD 1260 with NanoDLP yet.
So this is the control board the machine uses ( at least its the one my machine has)
http://reprap.org/wiki/MKS_BASE
And from that page we can see it uses 16 microsteps so you can fill in that section of the Nanodlp settings
It uses basic sprinter firmware
and we know from the machine it has a lead screw pitch of 2mm
To operate the UVLED
Shutter open Gcode is M106
Shutter close Gcode is M107
Last edited by bigfilsing (2016-12-28 03:46:51)
Offline
Thank you for your polite answer
Offline
Thank you for your polite answer
You are welcome. If you can be patient i will help you when i have had time to get this working on my machine
Offline
Pages: 1