J.C. Nelson

Results 93 comments of J.C. Nelson

It does - ST’s arduino core has no soft PWM feature, though I’ve thought several times about how we could switch to a PWM::write model. Then we could do PWM...

EXTUI is the LCD, yes. Later M200 V2s and the deltas have a failsafe built in that switches the heaters off after about 30 minutes if the SYS:BUILD command isn’t...

That’s exactly what the EXTUI fix does - I added an event, and the Malyan LCD impementation in Marlin issues a SYS:BUILD. (I don’t think I ever would have figured...

If your minis switch to the build screen when you issue a M109 or related temperature command, you’ll need an additional fix grabbed from another branch, that’s all. > On...

It is, but you have to be comfortable soldering to some very small via pads on the board. > On May 21, 2020, at 6:40 PM, Gunner087 wrote: > >...

I’m not capable of soldering (my hands are very shaky), but I do have a sketch meant to calculate the right CRC seed and rewrite the bootloader with the right...

M200 fixes was at a time when we needed some M200 specific code. Now it’s almost as archaic as Malyan’s code (which is also on GitHub). > On Jun 6,...

Things I've found fixes for (I pulled a fresh copy of the 2.0.x branch, copied in the example fixes, and started working on it: In Configuration_adv.h, #define E0_AUTO_FAN_PIN PB8 -...

It just hit me that you're using a Delta. Ok, yeah, it's entirely possible I got some of the pins wrong (sorry). Let me see if my delta has the...

> variant It's certainly possible. If you swap extruder and bed pins, does one of them come on and other not? (I'm checking to see if it's a pin definition)....