Scott Lahteine
Scott Lahteine
Let me try to follow the bouncing ball and try to make sense of this. This concept comes from #21336 by @X-Ryl669 and the value of `SERIAL_CATCHALL` gets assigned to...
Would you be able to test some `bugfix-2.0.x` commits to narrow this down? The strategy is to find a commit from some point in the "distant" past where the feature...
The PLR file ought to be as small as possible, but sure, you could store all sorts of adjustable parameters in there. I'll tag this as a good project for...
This specification for CNC variables seems to be more of a standard… https://gcodetutor.com/cnc-macro-programming/cnc-variables.html … using the `#` character as the "command letter" and the `=` sign as the pseudo-parameter to...
Well, for one thing, we don't formally support the 5161. As for the 5160 not working, well I'm not sure how well supported it is now in TMCStepper either. It...
Is this an unexpected interaction between s-curve acceleration and adaptive step smoothing?
You may just be pushing the processor too hard. `S_CURVE_ACCELERATION` is hand-tuned assembler on AVR and yet still does use up a lot of time in processing. Do you ever...
To get this functionality, we'll need an upgrade to https://github.com/rhapsodyv/Arduino_Core_STM32/tree/usb-host-msc-cdc-msc-3 … with a little guidance from @rhapsodyv. I looked over the differences between the previous Arduino_Core_STM32 and the new one,...
From other sources, it does appear that `PA0` is the sensor pin and `PB1` is the "BLTouch/PWM" Servo (control) pin. Just make sure to set `Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN` for BLTouch (and other...
This would've been an issue with Marlin INI settings or more likely with PlatformIO, and not with ABM which simply invokes the PlatformIO build. If this is still a problem...