ballaswag / guppyscreen

A native Touch UI for 3D Printers running Klipper/Moonraker.
GNU General Public License v3.0
167 stars 14 forks source link

Error when running inputshaping #81

Open Brakisshuro opened 1 month ago

Brakisshuro commented 1 month ago

So it completes but when it goes to output my graph;

12:30:22 PM !! ({'code': 'key314', 'msg': "Error writing to file '%s': %s", 'values': ['%s', '%s']}, '/tmp/calibration_data_x_20240417_032250.csv', '[Errno 28] No space left on device', '/tmp/calibration_data_x_20240417_032250.csv', '[Errno 28] No space left on device') 12:30:22 PM !! ({'code': 'key314', 'msg': "Error writing to file '%s': %s", 'values': ['%s', '%s']}, '/tmp/calibration_data_x_20240417_032250.csv', '[Errno 28] No space left on device', '/tmp/calibration_data_x_20240417_032250.csv', '[Errno 28] No space left on device')

I have 3 GB available on printer so not sure what the issue is. This is only on one of my 4 installs of this on my K1M's

Brakisshuro commented 3 weeks ago

Hello?

ballaswag commented 3 weeks ago

What input shaping macros are you running? Guppy ones don't have the unix timestamp in their file names so that each run replaces the existing ones.

/tmp is small, not like the data partition. So if you run non-guppy shapers, they default to create a new sets of file each run. Try restarting your printer and use the guppy input shaping macros.

Brakisshuro commented 3 weeks ago

I thought I was running the guppy ones. I will look again. Anyway we can get confirmation of the buttons we press? Loading and unloading is very frustrating