Scott Lahteine
Scott Lahteine
> there seems to be no in-between. Do you get good probes after a reboot, but worse ones if the machine has been on a while? Do you notice differences...
> so long as I don't let the printer sit for too long between good prints. So obviously, static buildup. 😉 Hmm… Well multiple probing can definitely help then.
It gets tricky. Homing sets the current position to `Z_HOME_POS` at the end, wherever the nozzle happens to be. This is requesting some tweaking of the final position (and a...
Try defining `Z_PROBE_LOW_POINT` as -10 and repeat your testing.
> The fact that developers went thru the work to create `Z_MIN_POS` also indicates there is a use case they were considering. Developers like me? Not necessarily. Go back to...
Thanks for the request @lunar711 — I have an E3D Toolchanger and we have added some tool-changing support to Marlin already. However it is not as comprehensive as the support...
> Also, did you consider "moving every non-bug related issues" to mediums such as discord and facebook groups (both un-indexed on search engines) won't change a thing? http://forums.reprap.org is also...
I looked closer at the `G60` description, and it mentions that RepRapFirmware automatically saves the current position to slot 2 on a tool-change, so that you only need to do...
This PR seems to be marked as not editable by maintainers. Do you see a checkbox on the page to allow edits by maintainers? If so, please enable that option.
@dewhisna — It will be worthwhile (possibly) to enable `POSTMORTEM_DEBUGGING` and maybe that will give some clue why the board is resetting. A complete reboot is highly unusual, and may...