J.C. Nelson
J.C. Nelson
I am going to have to squash commits just to remove proof of my idiocy from the internet. :) > On Jun 23, 2020, at 1:11 PM, Magnus Pfeffer wrote:...
In configuration.h, is MALYNA_LCD enabled? > On Jun 17, 2019, at 2:57 PM, Károly Kiripolszky wrote: > > I just compiled and flashed (previously was stock V41) from e03432b and...
After you flash the first time, try removing the SD card and restarting. The UI only waits a limited amount of time and flashing often takes longer. > On Jun...
Another possibility is that you have the X and Y limit switches closed, so the bootloader is trying to update the UI firmware. Remove the SD card, move X and...
I’ll look into this - ti’s probably some bug in Arduino, and I’ll run it down if I can. As of a day or so ago, Marlin Main should generally...
Ok. I can repro this but I haven’t had a chance to debug the IDE to see what the heck it’s doing. > On Aug 24, 2019, at 4:29 PM,...
It fails on 2.0 due to a stepper issue I haven't had time to debug (but oddly, the M300 appears to work??).
@theodonkulus, build for whichever board you have. If you're using the most recent (github) STM32 core, you'll note there's a board definition for the M300 now (thanks to @mojocorp). If...
Here’s how I look at it when figuring out what’s in a machine: 1. If there’s no fan in the rear of the base, it’s a V1, period, STM32F103 2....
The issue is possibly that the ability to override the timers is currently broken (you’ll note the STM32F1 HAL has a #ifndef for timer numbers) Try setting timer max to...