-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Support for Lerdge-K 32-bit Board #12624
Comments
Lerdge firmware is closed and encrypted. https://hackaday.io/project/162592-lerdge-3d-printer-mainboard-hacking |
That's my project. I have a K board on the way thanks to someone, have arduino code up and running on it. Next steps will be to add a pins file for the K and X, work out which timers are available, and so on. It's going to be ugly at first, probably not something you'd immediately want to run. Oh, and there's no USB support in the ST arduino core just yet. There will be, but there's not. |
I want to get Marlin 2.0 running on 32-bit something. Cost not a huge
issue. Looks like RE-ARM is the reference platform?? Can I use RADDS with a
RE-ARM or is RAMPS 1.6+ the best?
Can I use https://reprap.org/wiki/RAMPSXB with RE-ARM?
How about a bltouch?
How about X3 stepper expanders?
Thanks!
…On Wed, Dec 12, 2018, 12:35 PM J.C. Nelson ***@***.*** wrote:
That's my project. I have a K board on the way thanks to someone, have
arduino code up and running on it. Next steps will be to add a pins file
for the K and X, work out which timers are available, and so on. It's going
to be ugly at first, probably not something you'd immediately want to run.
Oh, and there's no USB support in the ST arduino core just yet. There will
be, but there's not.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#12624 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AjOUyF4nKNGq9teC7lmcEb2x1bC_7piAks5u4T5agaJpZM4ZMOjl>
.
|
why no MKS sbase? |
That would work, but I like the removable drivers. I want to use TMC 2130
or similar...
With RE-ARM and RAMPS 1.6+ I could possibly use a RAMPSXB
https://reprap.org/wiki/RAMPSXB
…On Wed, Dec 12, 2018, 4:51 PM Ludy ***@***.*** wrote:
why no MKS sbase?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#12624 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AjOUyOMZZhT-zbcw9G_KJrC3Io838oWHks5u4Xp1gaJpZM4ZMOjl>
.
|
Mks Sbase can use breakout steppers |
check this. |
@DroneMang submit an PR against bugfik 2.0 |
@thinkyhead i think we can close this one |
I'm using the LERDGE K board as well as two S board's on my machines for quite a while now. |
Release V3.05 Works well |
There may be a sketch out there that lets you touch pins to ground while it prints out the pin you touched. Or, if you can get Marlin to flash onto the board, |
I have accurate pins for both X and K. I do not have them for S (though I did ask Lerdge directly).
Lerdge had encryption on the bootloader and firmware - I cracked that and have a script which allows me to encrypt and decrypt firmware for their board. @Jmz also managed to make a simpler scirpt which could be put in PlatformIO to encrypt. I’ve been focusing on nailing down some bugs in the M200, but perhaps it’s time to go ahead and add a PR for the X and K pins.
… On Sep 15, 2019, at 1:21 AM, Scott Lahteine ***@***.***> wrote:
There may be a sketch out there that lets you touch pins to ground while it prints out the pin you touched. Or, if you can get Marlin to flash onto the board, M43 can be used to do this. Once we know all the pin numbers that are used on the board we can create a pins file for it, and that should be all that is needed to get Marlin up and running. Unless there are other blocks, such as a custom bootloader that only accepts LERDGE firmware. In that case a new bootloader or a flash bypassing the bootloader would also be needed.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#12624?email_source=notifications&email_token=AHVGS4KSWLE6EN3CCC6B3OTQJXWCFA5CNFSM4GJQ5DS2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD6XL2IA#issuecomment-531545376>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AHVGS4OWW2TERUPN6RFPPRDQJXWCFANCNFSM4GJQ5DSQ>.
|
If you want to encrypt firmware to run on the Lerdge [X, K, S] bootloader, you can use this code, Or this script: You'll want to follow the force-update process to apply it. |
I want to install the klipper on the lerdgeK. I use a klipper-master. I tried all the options, but the machine did not connect to the board. tell me, do you have a positive result? What settings should I choose for this board? is there a verified config? thank |
On the LERDGE S, LERDGE X and the LERDGE K board, running Marlin is not possible, at least not in a normal and full option way. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description: requested feature -->
Hi,
This board seems like a viable 32-bit option. They have their own firmware, but Marlin has better features. Thank you.
http://www.lerdge.com
https://www.aliexpress.com/item/LERDGE-3D-Printer-Board-ARM-32Bit-Controller-Motherboard-for-3D-Printer-Control-Mainboard-Touch-Screen-Kit/32924347991.html?spm=a2g0s.13010208.99999999.259.4daa3c003jJCQn
The text was updated successfully, but these errors were encountered: