Re: LPC port of RepRapFirmware July 03, 2019 01:08AM |
Registered: 11 years ago Posts: 341 |
Quote
4lathe
jay_s did you ever get the skr 1.3 working?
Sdavi, i used your board.txt above but get mo movement at all from the steppers. Is there something else to di to get tmc2130 working?
Re: LPC port of RepRapFirmware July 03, 2019 02:15AM |
Registered: 5 years ago Posts: 21 |
Re: LPC port of RepRapFirmware July 03, 2019 08:57AM |
Registered: 7 years ago Posts: 110 |
Re: LPC port of RepRapFirmware July 04, 2019 01:24PM |
Registered: 5 years ago Posts: 21 |
Re: LPC port of RepRapFirmware July 04, 2019 08:49PM |
Registered: 11 years ago Posts: 341 |
Quote
4lathe
With Sinned giving me direction in a side channel, I managed to get the lcd and the rest of the printer working. The only thing that remains is the BLTouch acting as the z endstop.
the BLTouch responds to all the m280 commands properly however when I do homez.g, the probe deploys but using my fineger to stop it, it does not trigger the z endstop.
m558 p9
endstop.pins = {1.29, 1.27}; zProbe.pin = 1.25;
Re: LPC port of RepRapFirmware July 05, 2019 02:24AM |
Registered: 11 years ago Posts: 14,685 |
Re: LPC port of RepRapFirmware July 05, 2019 02:37AM |
Registered: 11 years ago Posts: 341 |
Quote
dc42
No, you should NEVER configure a Z probe to be a Z endstop in RRF. Instead you should use a G30 command in homez.g and in the Z homing section of homeall.g. See [duet3d.dozuki.com].
Re: LPC port of RepRapFirmware July 05, 2019 12:27PM |
Registered: 5 years ago Posts: 21 |
Re: LPC port of RepRapFirmware July 05, 2019 04:17PM |
Registered: 11 years ago Posts: 14,685 |
Quote
sdavi
Out of curiosity, when would you use the S2 of M574 ?
Re: LPC port of RepRapFirmware July 05, 2019 04:18PM |
Registered: 5 years ago Posts: 21 |
Re: LPC port of RepRapFirmware July 05, 2019 04:22PM |
Registered: 11 years ago Posts: 14,685 |
Quote
4lathe
Ok problem solved I think . I changed m558 to p4 c2 instead of p9 c2 and the bltouch triggers the z Endstop. Why does that work? It doesn't know there is a bltouch there. Does g30 just always execute deployprobe.g and retractprobe.g by default? What is the real need for p9 then?
Re: LPC port of RepRapFirmware July 05, 2019 05:11PM |
Registered: 5 years ago Posts: 21 |
Re: LPC port of RepRapFirmware July 06, 2019 02:41AM |
Registered: 11 years ago Posts: 14,685 |
Re: LPC port of RepRapFirmware July 06, 2019 05:05AM |
Registered: 11 years ago Posts: 341 |
Re: LPC port of RepRapFirmware July 06, 2019 10:49AM |
Registered: 7 years ago Posts: 1,007 |
Quote
dc42
No, you should NEVER configure a Z probe to be a Z endstop in RRF. Instead you should use a G30 command in homez.g and in the Z homing section of homeall.g. See [duet3d.dozuki.com].
Re: LPC port of RepRapFirmware July 06, 2019 11:47AM |
Registered: 5 years ago Posts: 21 |
Re: LPC port of RepRapFirmware July 06, 2019 01:00PM |
Registered: 5 years ago Posts: 21 |
Re: LPC port of RepRapFirmware July 10, 2019 01:55AM |
Registered: 5 years ago Posts: 21 |
Re: LPC port of RepRapFirmware July 10, 2019 05:02AM |
Registered: 11 years ago Posts: 341 |
Re: LPC port of RepRapFirmware July 14, 2019 12:20AM |
Registered: 7 years ago Posts: 39 |
Re: LPC port of RepRapFirmware July 15, 2019 11:08AM |
Registered: 5 years ago Posts: 27 |
Re: LPC port of RepRapFirmware July 15, 2019 12:04PM |
Registered: 7 years ago Posts: 110 |
Quote
Micktol
I have a skr 1.3, have loaded the firmware and using the boards.txt posted by 4lath above.
The board appears to work but I cannot get any of the sd card operations to work.
Has anybody had any success with this board?
Re: LPC port of RepRapFirmware July 15, 2019 12:28PM |
Registered: 7 years ago Posts: 39 |
Re: LPC port of RepRapFirmware July 15, 2019 12:32PM |
Registered: 7 years ago Posts: 110 |
Quote
PB
As of now board.txt:
lcd.lcdCSPin = 0.16;
lcd.lcdBeepPin = 1.31;
lcd.encoderPinA = 3.25;
lcd.encoderPinB = 3.26;
lcd.encoderPinSw = 1.30;
lcd.lcdDCPin = NoPin;
lcd.panelButtonPin = 2.11;
and with M918 P1 F1000000 I get picture like this [attachment 112054 IMG_20190715_160830.jpeg]. It doesn't change if F500000 or F300000. Previously in smoothieware display worked with same pin configuration and no hardware changes.
Re: LPC port of RepRapFirmware July 15, 2019 12:38PM |
Registered: 7 years ago Posts: 110 |
Quote
Micktol
I have been able to connect to the lcd screen using your diagram, Thanks for that. I have been trying a bit more and If i try try to print from the lcd sd card the lcd screen crashes and hangs up the board.
I have now connected a stand alone sd card reader and this works as expected, so if you can print from your sd card on the screen maybe my lcd screen has a problem!
Re: LPC port of RepRapFirmware July 15, 2019 12:50PM |
Registered: 7 years ago Posts: 39 |
Quote
sinned
Quote
Micktol
I have been able to connect to the lcd screen using your diagram, Thanks for that. I have been trying a bit more and If i try try to print from the lcd sd card the lcd screen crashes and hangs up the board.
I have now connected a stand alone sd card reader and this works as expected, so if you can print from your sd card on the screen maybe my lcd screen has a problem!
Which menu files are you using? I think that the card select is your issue. On mine, without and external card, the files that it finds are on the internal SD card.
Honestly, these LCD adapters frustrate me because there are so many 'versions' of the connectors being rotated.
I have been using the SKR 1.3 with either octoprint and with the Panucatt wifi backpack which has ESP3D on it as a host for the printer.
Re: LPC port of RepRapFirmware July 15, 2019 01:27PM |
Registered: 7 years ago Posts: 110 |
Re: LPC port of RepRapFirmware July 15, 2019 02:50PM |
Registered: 5 years ago Posts: 27 |
Re: LPC port of RepRapFirmware July 15, 2019 05:15PM |
Registered: 11 years ago Posts: 14,685 |
Quote
PB
Sinned,
thank you for helping to verify that everything were connected right.
Found that at F100000-50000 some part of image appeared and was becoming increasingly in sync
M918 P1 F30000 helped completely (but screen redraw is slow)
Is there some way to get same at faster redraw or it is not worth efforts?
Re: LPC port of RepRapFirmware July 15, 2019 06:20PM |
Registered: 7 years ago Posts: 110 |