EasyThreeD-K7-STM32 icon indicating copy to clipboard operation
EasyThreeD-K7-STM32 copied to clipboard

newbie asking for guidance

Open astemiolup1n opened this issue 1 year ago • 2 comments

hi to everyone, and a special thanks for all your effort. i'm really new to this word and i recently bought a k7. i noticed squared circle issue on standard firmware. is this still operating? latest update does work properly ? how do i install it? is just a matter of swap mksLite.bin with the original in the sd? or i should do some correction? i have to tell in advance that i'm not so confident with programming or compile XD

astemiolup1n avatar Jul 21 '24 07:07 astemiolup1n

Hello!

Yes, the backlash correction feature in this firmware fixes the squared circle issue.

I'm slowly working on a user guide, please see the install instructions here https://github.com/schmttc/EasyThreed-Community-Firmware/wiki/Beginner%E2%80%99s-Guide#5-install-the-firmware

Use the binary from the main repo https://github.com/schmttc/EasyThreeD-K7-STM32/raw/master/mksLite.bin

And let us know if you run into any issues :)

schmttc avatar Jul 23 '24 05:07 schmttc

thanks for your reply my k7 have 4000+ board opening my sd this are the file that i found Screenshot 2024-07-23 113547 i can only see mks_pft.sys no mksLite.cur to take for a recovery

astemiolup1n avatar Jul 23 '24 09:07 astemiolup1n

If the board is ET4000+ and your printer does not have the 4 levelling buttons, you can find a copy of the original firmware for backup here https://github.com/schmttc/EasyThreeD-K7-STM32/tree/Original-Firmware-Marlin-1.1.1/Default%20Firmware

schmttc avatar Jul 23 '24 23:07 schmttc

Sorry for this kind of question, but what do I need to compile the FW for my printer? Just the FW source code, PlatformIO and the modified files section? Do I need to replace anything else for the FW to work with this printer? (ET4000+ - Dog [K9] version)

I'm currently using this compiled version as it fixed the EEPROM being written to SD card and the physical buttons

I'm trying to mod the printer with different print area sizes, endstops switches and other modifications, so I'll need to change a couple of settings in the configuration.h and configuration_adv.h thus the need to recompile the FW...

jonylentzmc avatar Jul 30 '24 16:07 jonylentzmc

@jonylentzmc no stress @JohnTheCoolingFan added in a Github auto binary build action, which I've just applied to the ET4000PLUS-K9 branch.

So if you fork this repo in Github, you can make your own modifications on ET4000PLUS-K9 and when you push the changes in a few minutes the new binary will be there (check Actions for status)

Otherwise yes the old fashioned way is PlatformIO and the source code for the ET4000PLUS-K9 branch :)

schmttc avatar Aug 02 '24 00:08 schmttc

@jonylentzmc no stress @JohnTheCoolingFan added in a Github auto binary build action, which I've just applied to the ET4000PLUS-K9 branch.

So if you fork this repo in Github, you can make your own modifications on ET4000PLUS-K9 and when you push the changes in a few minutes the new binary will be there (check Actions for status)

Otherwise yes the old fashioned way is PlatformIO and the source code for the ET4000PLUS-K9 branch :)

Thank you so much for the reply : )

jonylentzmc avatar Aug 08 '24 19:08 jonylentzmc