Open Sherman-c opened 1 year ago
Pull requests 101: 1) Fork Marlin into you own githug repository https://github.com/MarlinFirmware/Marlin/fork 2) Create a branch from bugfix 2.1.x branch (many way to do this, I use cmd line and platformio) git clone https://github.com/Sherman-c/Marlin.git this downloads your fork of marlin to your machine git checkout bugfix2.1.x or select branch in platformio (bottom left, shows branch name) git branch new-branch-name or click or select branch in platformio and use menu to create new branch 3) edit what you want to edit 4) commit the changes I use platformio, click on source control icon on left, enter a comment for the commit. click commit. 5) push the commit back to github. Ie upload them to your repository
Now if you browse your repository or marlin, github will ask you do you want to create a pull request
Is your feature request related to a problem? Please describe.
There was not Input Shaping Menu on bugfix-2.1.x with JyersUI
Are you looking for hardware support?
No response
Describe the feature you want
Add Input Shaping Menu on bugfix-2.1.x with JyersUI. I love JyersUI personally, it simple and easy to use, and it is sad if JyersUI get phased out, I added the following code to show Input Shaping Menu on JyersUI, Unfortunately I do not know to do pull-request properly. Under lcd/e3v2/jyersui/dwin.h
Additional context
No response