Stefan Kalscheuer
Stefan Kalscheuer
Should be fixed by #167 (now released in v0.1.8)
Try it and report back, if any value different from Marlin default 10 gives you better results. And if so, this can be changed. My first thought is that 25...
Anything wrong with `MEGA_S_TMC_BLT_` or `MEGA_S_DGUS_TMC_BLT_*`? (no idea which board or display you have and if the modification requires any other changes) Yes, the config states `TMC2208_STANDALONE`, but it does...
Guess that's now superseded, as part of my refactoring along the 3.71 migration (#158) made the old [`ComposerHostedUploadHandler`](https://github.com/sonatype-nexus-community/nexus-repository-composer/blob/master/nexus-repository-composer/src/main/java/org/sonatype/nexus/repository/composer/internal/hosted/ComposerHostedUploadHandler.java) implement the `UploadHandlerSupport` interface which effectively enabled the UI upload. 
It’s not really the “simplest“ feature. Okay, there’s a common hack to set negative number of steps per unit which _should_ work for the extruder when using units/mm (never tried...
Is it really only the direction you need to change, no other parameter (federate, retracts, etc.)? You can either enable `#define KNUTWURST_BMG` which inverts the direction and sets some parameters...
Sound pretty much like the issue with Z axis in 1.5.3 (#521) which is a bug resolved in Marlin 2.1.2.4 (v1.5.4) Likely some misconfiguration around the endstops, endstop pins and/or...
https://github.com/knutwurst/Marlin-2-0-x-Anycubic-i3-MEGA-S/wiki/BLTouch-Installation-(english) > If your sensor is in a different place, you can change not only the Z, but also the X and Y offset with the Gcode M851. (See: https://marlinfw.org/docs/gcode/M851.html...
Thanks Pedro! I think we should add `wp-i18n` to the JS dependencies explicitly. On the dashboard it should be present anyway, so it works without, but relying on that is...
Why should the probe extend while homing? It’s not use at this point and might even break the probe when the bed is heavily misaligned 🤔 Did you run a...