z4gunn / OctoPrint-GpioFanController

8 stars 2 forks source link

Fix gcode handling #14

Open H-Mello opened 1 year ago

H-Mello commented 1 year ago

OctoPrint 1.9.2 wasn't working with M106/M107 commands. Main change is gcode_parse_speed cast to float instead of int. This also resolves issue #11

miragebird commented 1 year ago

Haven't reviewed the code, but this certainly seem to fix #11 for me. Thanks @H-Mello. Is this something that can be approved to the main repository? @z4gunn