SoftFever / OrcaSlicer

G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.)
https://discord.gg/P4VE9UY9gJ
GNU Affero General Public License v3.0
5.89k stars 670 forks source link

Add custom Prepare time for Klipper #5796

Open O-to-the-o opened 1 week ago

O-to-the-o commented 1 week ago

Is there an existing issue for this feature request?

Is your feature request related to a problem?

Total time estimation of by the time my printer takes to prepare

Which printers will be beneficial to this feature?

Klipper

Describe the solution you'd like

In the Total estimation there is the Prepare Time, it seems to be dependend on the starting g-code. In klipper many moved that to the config on the klipper host. So the Start-Gcode is just Print_Start + Parameters and the estimation gives always 1s.

I'd like to get a Parameter in the Printer Settings that just sets the Prepare time to a custom value and adjust the Total Time accordingly. This would improve the estimate for me and others

Describe alternatives you've considered

No response

Additional context

grafik