Open eugenejanvrin opened 1 year ago
The following lines in the Configuration.h file are all that need to be changed to select the type of printer.
// @section machine
//#define LK5_Pro // for LK5pro
//#define DEBUG_DGUSLCD //#define FILAMENT_RUNOUT_SENSOR_DEBUG
// Choose the name from boards.h that matches your setup
wow im an idiot didnt realize the default configuration.h in the zip file was the one i needed thank you very much
i guess im doing it wrong because after uploading the firmware i cant move any steppers or preheat.. i also see no other menu options
Have you also updated the screen firmware? You also have to make sure the sd card used to update the screen firmware is formatted according to the specs (Max 32GB, formatted FAT32 with 4096KB clusters). Instructions at the bottom of this page
I have not updated the screen yet but only because I'm not getting any temp readouts and I cant manually move any axis'.
Are you trying from the screen or from usb like with gcode or software because it will not work with the original screen firmware, it is not compatible.
Also, the firmware requires homing the axis before they can be moved.
Temp readout should still work from a usb connection although I never tested it without a screen firmware update.
I will test the screen firmware now
Well unfortunately I cannot format any of my sd cards to 4096 bytes :(
Try to open a Command Prompt (on Windows hit the windows key, then type "cmd") and enter the following command.
FORMAT D: /FS:FAT32 /Q /A:4096
Replace D: with the drive letter assigned to your SD card.
OK
Invalid parameter.. all my sd card are 32 gb.. i may have a smaller one ill look
i miss typed something on the first try this is the message i get
C:\Users\Eugene>FORMAT G: /FS:FAT32 /Q /A:4096 Insert new disk for drive G: and press ENTER when ready... The type of the file system is FAT32. QuickFormatting 28.8 GB The specified cluster size is too small for FAT32. Format failed.
Victory!.. I used win10 disk management tool to delete partition of my sd card the added a new one but only 8 gb the was able to format at 4096 bytes.. every thing works fine.. i love the new look and setting up the bl touch will be much easier..
thank you both for your help
You beat me. I was trying to write instructions on how to re-partition. Glad you figured it out and you could do it. Also glad that it now works!
its still thinks its an LK4 with a 220x220x300 build though.. i think i can figure that out though
Make sure you comment out LK4 and uncomment LK5 in Configuration.h //#define LK4_Pro // for LK4pro, U30 Pro
im not sure what im ding wrong but when i comment the lk4 setting out and uncomment the lk5 settings in the build fails.. i know im doing something simple wrong but at his point im too tired to think.. im going to get some sleep.. please please feel free to comment with some suggestions on what im doing wrong.. im fairly new to this
Why don't you just download one of the pre-compiled version from here: https://github.com/Guizz27/Marlin---Longer-LKx-Pro/releases/tag/2.1-GC-1.2
jgbrown54 thank you very much.. i simply did not know it existed.. im pretty new to this and teaching myself as i go.. that worked took all of 45 seconds thank you again
[Guizz27] do you know anything about adding dual z steppers to the firmware
I'm sorry, I don't know exactly the steps to enable and calibrate dual Z steppers. But let me know if you find the information and need help to recompile the firmware.
OK I will, i need to figure out the "pinout" for the Z2_STEPPER_MOTOR
According to an old pinout diagram it seems the second Z is simply in parallel with the first one since there seems to be only one stepper for both Z.
Ive been trying to find picture again i found it but it was blurry.. seems i should just be able to copy the pin readout
not an easy task so far
for the second stepper motor, you just connect it to the second Z connector on the board. Nothing else to do. I don't know the steps to calibrate both axis (make sure they are at the same height) when both stepper motors are in parallel (use the same stepper driver).
i had done that but nothing was happening. turns out i needed to swap the two middle wires on the connector
can i use UBL with this firmware
I never tested it. There are no controls on the screen for UBL but I think it could be controlled with gcode commands using a remote host. You can turn it on in the code and test it if you want.
Does this have the firmware for the BL touch? I installed a CR Touch, and now I'm not sure what to do. I designed and printed a bracket and re-pinned the connections. But I don't know what to do about the firmware. I have updated the Motherboard firmware to 0.4.0-Marlin2.x and the screen to 0.3.1-DW.
Yes there is a version for BLTouch in the releases page but this is not the official Longer software. If you use this firmware, you also have to upgrade your screen firmware (also in the releases page). Be sure you have a screen that is compatible if you choose to use this one. this firmware has more features than Longer's official one. Make sure you have a DW type screen (in your about screen).
This is the release page: https://github.com/Guizz27/Marlin---Longer-LKx-Pro/releases/tag/2.1-GC-1.2
Longer also has a BLTouch version of their firmware but the link seems broken. You may have to contact them.
I have an incompatible screen the one with a j after it. is there any way i can reconfigure this to work for me or where can i get a DW screen?
You can get a screen from China on aliexpress (https://www.aliexpress.us/item/3256804359976899.html?). Make sure you get the touch screen. Or you can run without the display with something like the Pixie (https://Pixie-Server.com) and move your control to a browser.
@Guizz27 do you have the configuration file you use when you created the .hex file for the lk5 with bl touch
You can modify the configuration.h file, near the top you will see defines for LK4Pro and LK5Pro. Comment LK4Pro and uncomment LK5Pro. you will also see a define for BLTouch. Uncomment if you have a BLTouch or comment out the line if you don't. For example, for LK5Pro with BLTouch:
//#define LK4_Pro // for LK4pro, U30 Pro
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context Add any other context about the problem here.