Current code will produce a permission denied on most klipper installation during temperature differential calibration due to the script trying to write in klipper main directory.
The customary way of doing on-disk file write is to put them under /tmp. This patch does this.
Current code will produce a permission denied on most klipper installation during temperature differential calibration due to the script trying to write in klipper main directory.
The customary way of doing on-disk file write is to put them under /tmp. This patch does this.