-
Notifications
You must be signed in to change notification settings - Fork 16
Bozarth prime/merge marlin 1.1.9 #44
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
base: master
Are you sure you want to change the base?
Bozarth prime/merge marlin 1.1.9 #44
Conversation
[1.1.x] More concise M503 output for TMC commands
Followup to #10919, addressing #10962
Co-Authored-By: ejtagle <ejtagle@hotmail.com>
Co-Authored-By: ejtagle <ejtagle@hotmail.com>
Co-Authored-By: ejtagle <ejtagle@hotmail.com>
Co-Authored-By: ejtagle <ejtagle@hotmail.com>
- Stepper bugs fixed - Support MIXING_EXTRUDER with Linear Advance - Miscellaneous cleanup Co-Authored-By: ejtagle <ejtagle@hotmail.com>
The timing value should be properly set for ALL boards. The compiler will check and set maximum step rate calculations based on those values. Co-Authored-By: ejtagle <ejtagle@hotmail.com>
[1.1.x] Serial handshaking fixes / debug
[1.1.x] Adaptive multi-axis step smoothing
Fix #11484
Co-Authored-By: MarcelMo <marcelmo@users.noreply.github.com>
It was late and I did a bad job last night. Updated this so that the font matches the other screens
Bozarth prime/merge marlin 1.1.9
|
Over yesterday I flashed the firmware to my machine and ran through everything aside from hitting the new screen I have not been able to flash yet and all is working great. |
|
I am working in getting the Travis ci working correctly now |
|
Fixed the travis ci and I have also updated the README but that will need to be updated with some path corrections before merging. |
|
@nepeee Can you shed any light on how to build the tft files for the display? |
|
You need to use the DGUS SDK: |
|
Thanks! |
This PR gets the version of Marlin that this is running off of up to date with the latest stable release of Marlin 1.1.9 and incorporates some changes to add the M16 gcode command I added to Marlin 2.0 recently.
I have not fully tested this yet because I need help from you, @Silverquark on compiling the changes for the LCD panel. I added the new screen for the new error but I am not sure if I have to compile anything of that to make it work. There is the DWprj.hmi file which I added the screen in but there is also that binary DWprj.tft file that I am not sure about and was not finding any great information on. If you could advise on that that would be amazing.
The main goal of this was to get this project back up to date with the latest version of Marlin and sort of revive it. You did a lot of good work on this and I just want to say thank you for that.