mojocorp
mojocorp
@xC0000005 good news about the eeprom hack; it's not necessary anymore with the latest marlin bugfix-2.0.x. No idea why but cool.
Strange that the progressbar does not work. Maybe the current marlin bugfix branch is buggy. Try to rebase on an officisl releasr maybe. To me its working perfectly fine. The...
There is an entire closed source firmware running just for the display and it communicates with Marlin to send/receive infos. I think the version displayed is the display firmware version,...
@ppetermann I've updated the README for my fork https://github.com/papabricole/Marlin. Could you review the build instructions ? I don't have a second github account just to test the build procedure using...
@ppeterman for the change in sound, if you look into the config diff compared to the default config from marlin, there are these CLASSIC_JERK changes. I took a random delta...
@ppetermann I changed the procedure after creating a second github account to see how it looks like from the other side. I did not find a way to create a...
Yes this procedure is only for people that need to do some changes. I want to put a binary firmware directly on the front page but the problem is I...
@xC0000005 What do you mean by " change the F0 period/scale, it’ll fix that mostly." ? Where should I look ? Moreover, I try to find the 'pterodactyl' lcd firmware...
@xC0000005 @ppetermann Since today the official Marlin bugfix-2.0.x support the Monoprice Delta Mini / Malyan M300 ! They just merged my pull request. But in order to get all the...
@xC0000005 My M300 PR was merged. For the M200 and M200V2, Marlin it's not using ststm32/stm32duino and that's why it's failing. I have a fix in my repo https://github.com/papabricole/Marlin ....