You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
We now preserve startup messages from before a panic. With this change, $ss will show the current startup messages on a clean startup, but if FluidNC panics and reboots, $ss will show the startup messages that preceded the panic, prefaced with [MSG:ERR: Showing startup log from previous panic]
You can now assign output pins to status states. For example, light an LED when in alarm state.
Fixed some basic config errors that would force a restart. We only want serious error cause a restart.
We now show the URL of where the code came from in the start messages. This helps us see if the code came from us or a fork.
Changed coolant delays. It will only delay on a new M7 or M8. It will not delay if that state was already in effect or if M9 is issued.