QIDITECH / QIDI_Q1_Pro

GNU Affero General Public License v3.0
48 stars 8 forks source link

Klipper UI's printing estimates shows wrong total layer count #14

Open j-f-s opened 6 months ago

j-f-s commented 6 months ago

I notice lately that the total layer count in the klipper UI printing status mismatch what is shown in QIDISlicer's layer view.

image image

The time estimate for "Finish" seems to be pretty close.

CChen616 commented 6 months ago

Please refer to this issue here: https://github.com/fluidd-core/fluidd/issues/1403

The layer count displayed on the fluidd interface is an estimate, which I believe is based on the count of movements of the Z-axis. Currently, the version of Klipper used on the Q1 does not support the SET_PRINT_STATS_INFO macro. We are considering adding this feature in the next version.

j-f-s commented 6 months ago

I presume you're referring to this commit from October 2022?

CChen616 commented 6 months ago

Yes exactly, you can modify print_stats.py file and restart klipper to enable the macro.