jpcurti / ender3-v3-se-klipper-with-display

Modified klipper for ender3-v3 se with stock display support.
GNU General Public License v3.0
74 stars 11 forks source link

"Cooldown" command under prepare menu crashes plugin #33

Closed jpcurti closed 6 months ago

jpcurti commented 6 months ago

Describe the bug "Cooldown" command under prepare menu crashes plugin

To Reproduce Steps to reproduce the behavior:

  1. Go to Prepare Menu
  2. Scroll down to Cooldown
  3. Click on Cooldown
  4. See error on mainsail web interface

Expected behavior Cooldown command is sent to the printer without any error

Screenshots cooldown_menu image

jpcurti commented 6 months ago

This was a bug introduced with the printerInterface: we forgot to port the setBedTempmethod 😆