OctoprintKlipperPlugin icon indicating copy to clipboard operation
OctoprintKlipperPlugin copied to clipboard

Macros broken - triggers overtemp warning!

Open creyc opened this issue 5 years ago • 2 comments

I've used this simple macro to preheat the bed and hotend with one button:

Name: Preheat PLA
Command:
      M140 S60
      M104 S180

This worked fine until updating octoKlipper plugin recently. Now after the update OctoKlipper attempts to set the bed to 180C ! Fortunately the overtemp system kicks in and prevents this but this macro worked fine before the update.

creyc avatar Nov 12 '18 22:11 creyc

See #19 ... But it seems that mmone is dormant.

oderwat avatar Nov 12 '18 23:11 oderwat

I've released a fix for this issue on my repository and I'd be interested in hearing feedback. It's available here: https://github.com/jameseleach/OctoprintKlipperPlugin/releases

jameseleach avatar Feb 13 '19 19:02 jameseleach