David Fries
David Fries
This gives the user control of where the sector is allocated if they so choose or they get the default and don't have to think about it. I ran into...
This is a five commit pull request. bugs: The first has some typo, fixes, and such. The next one set the device thread running from the main thread fix I...
### Description 4 commits related to probes. * Moved `bltouch.triggered()` until after the raise * G28 add stow() * G28 H Z, comment the H, it is generally useful, don't...
I have a program that's receiving data over USB serial and consuming that data as timers expire (two interrupt routines). I'm having data corruption, hangs, and other odd problems. I...
G++ warms on the following when ARDUINO isn't defined, check first. #if ARDUINO >= 100 void to C function prototypes use #include "" when the file is relative, otherwise it...
# Proposed Changes No longer require root for SFTP while allowing the user to write to the configuration files that only are writable by root, by running sftp-server under sudo....
This way if not asking for zsh ssh/rootfs/etc/s6-overlay/s6-rc.d/init-user/run In the "# Set up Bash" section will update the user shell to bash as well as root. # Proposed Changes >...
# Description This depends on (and contains the commits) for pull request Ultimaker/Urandium#964. If the file is no longer part of the scene graph no longer watch it for file...
When all files are being reloaded, the file modification reload dialog is redundant. This allows pressing F5 to reload and dismiss the dialog. # Description This commit depends on the...
g++ (Debian 12.2.0-14) 12.2.0 Did not have the definition of size_t which was failing the compile. # Description ## Type of change - [X] Bug fix (non-breaking change which fixes...