this plugin makes it possible to accelerate the copy on SD (printer) since octoprint.
it is intended to make fast transfer to the printer's SD card via octoprint.
Install via the bundled Plugin Manager or manually using this URL:
https://github.com/devildant/OctoPrint-SdSwitchFastCopy/archive/master.zip
~/oprint/bin/pip install RPi.GPIO
sudo apt-get install udisks2
-
Run this command:
sudo visudo
-
Enter your password
-
Add the line below at the end of the file
pi ALL=NOPASSWD:/bin/mount,/bin/umount,/usr/bin/udisksctl,/sbin/mkfs.fat
- Save with CTRL X then enter Y
sudo shutdown -r now