Jyers / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. | Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
http://marlinfw.org
GNU General Public License v3.0
2.14k stars 385 forks source link

Full Update JYERSUI with latest Marlin bugfix_2.1.x #1993

Open LCh-77 opened 2 years ago

LCh-77 commented 2 years ago

This pull request modernizes JYERSUI while respecting the authorship, philosophy and code of Jacob. Some modules were modded by me to be used in the UI, proper authorship is cited. You are totally free to use.

ThomDietrich commented 2 years ago

Thanks for this! Would you be able to provide builds?

MiketheMaker18 commented 2 years ago

Thanks for this! Would you be able to provide builds?

I'd also be interested in this if you have time @LCh-77 . Thank you!

Hologos commented 2 years ago

Anyone noticed any bugs?

LCh-77 commented 2 years ago

Thanks for this! Would you be able to provide builds?

Maybe but only for Ender3V2 4.2.2

ThomDietrich commented 2 years ago

Would be fine with me, but maybe you could give a few hints regarding relevant settings and compilation!? Thanks!!

LCh-77 commented 2 years ago

I posted a release: https://github.com/LCh-77/Marlin/releases/tag/BLTUBL-LA Also now the Enhanced branch comes with working configuration files.

MiketheMaker18 commented 2 years ago

Going to give this a test shortly. Using E3V2

EntasDisk commented 2 years ago

I posted a release: https://github.com/LCh-77/Marlin/releases/tag/BLTUBL-LA Also now the Enhanced branch comes with working configuration files.

There's a mistake . I printed a calibration cube. After pressing the file, the screen does not exit. Printer stays on print screen. It is necessary to turn the machine off and on to return to the main menu.

LCh-77 commented 2 years ago

I posted a release: https://github.com/LCh-77/Marlin/releases/tag/BLTUBL-LA Also now the Enhanced branch comes with working configuration files.

There's a mistake . I printed a calibration cube. After pressing the file, the screen does not exit. Printer stays on print screen. It is necessary to turn the machine off and on to return to the main menu.

Fixed in the release, thanks.

MiketheMaker18 commented 2 years ago

I posted a release: https://github.com/LCh-77/Marlin/releases/tag/BLTUBL-LA Also now the Enhanced branch comes with working configuration files.

There's a mistake . I printed a calibration cube. After pressing the file, the screen does not exit. Printer stays on print screen. It is necessary to turn the machine off and on to return to the main menu.

Fixed in the release, thanks.

I also had the issue. I went through about every menu and it seems to be working really well. Thank you!

LCh-77 commented 2 years ago

You are welcome.

elusivestudio commented 2 years ago

Is there a way to revert Default (brown) menu color to the color code of creality?

rhawley88 commented 1 year ago

@LCh-77 what's the difference between the 422 and 427? I tried the 427 and installed fine on ender 3v2 but was unable to home or move (x,y). I then replaced it with 422 and that seems to work fine.

rhawley88 commented 1 year ago

Never mind been so long since iv flashed forgot its the main board

ThomDietrich commented 1 year ago

Hey guys, I didn't get around to perform the update yet. Did anyone by any chance compare this release to this other project? https://github.com/mriscoc/Ender3V2S1/wiki

Anything unique in this PR here?