Cartographer3D / cartographer-klipper

GNU General Public License v3.0
32 stars 21 forks source link

Fixed the permission denied error on data files by moving them to /tmp #2

Closed gabtremblay closed 2 months ago

gabtremblay commented 10 months ago

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.

krautech commented 2 months ago

Merged in as part of Commit