J.C. Nelson
J.C. Nelson
Not a problem at all. If you are running a RAMPS setup, the configuration.h has a value called Z_MAX_POS which defaults to something like 150. I'd adjust that first to...
I would hold off for now. There's a problem with the newest STM32 HAL updates that I need to run down. It was printing fine on unmerged code, but that's...
I have switched ISR to priority based control to get my printer up and running, and PID loops are stable now that they aren't being starved. Many bed leveling probes...
I’ve seen your posts on the MP Mini facebook group (where you can find me as “Jason Nelson.". That printer reminds me of an AM8 with a mini’s mainboard/lcd. (Kind...
Try the branch called “ZBasedRecoveryWork” - it’s a working branch but as long as you don’t enable ZBR you’ll be fine. Hell, once I get another hour, ZBR won’t do...
Z-Based Recovery. You don’t see it, because it’s not in marlin, it’s something I’m hacking in.If you’ve ever had a print fail where the top half went spaghetti or you...
“Does not work correctly” means the printer doesn’t show up? Is this a V1 or V2? > On May 1, 2018, at 10:17 PM, zerg32 wrote: > > Hi >...
Ok, that’s not one I’ve seen before. I’m looking at STM32GENERIC right now but when I get a chance I’ll rebuild using stm32duino and see if it repros for me...
That’s truly strange. It looks like a baudrate issue more than anything, but USB doesn’t normally use baud. > On May 1, 2018, at 11:10 PM, zerg32 wrote: > >...
MultiHost is something I have disabled in my personal config, which explains why I don’t see it.I’m glad it looks like the LCD works - feed rate support is NOT...