Klinenator
Klinenator
Google has the option to disable printing and downloading of google sheets. Is it possible to set these permissions with pygsheets?
``` function distance($lat1, $lon1, $lat2, $lon2, $unit) { $theta = $lon1 - $lon2; $dist = sin(deg2rad($lat1)) * sin(deg2rad($lat2)) + cos(deg2rad($lat1)) * cos(deg2rad($lat2)) * cos(deg2rad($theta)); $dist = acos($dist); $dist = rad2deg($dist);...
Would this firmware work with this https://www.adafruit.com/product/4818 and a feather m0? https://www.adafruit.com/product/3178
Im getting this error after click verify then run cp: cannot stat '/media/usb/pandapi//pi_marlin': No such file or directory
Klipper
Is it possible to run klipper on this board instead of marlin? I know klipper is overkill but i find changing the config on klipper and restarting the server is...