14 hours ago, Shadowman said:How about the ability to turn the lights off too. This was promised with the last firmware.
This fix will be in the 5.2 release, expected February 2019.
The patch release was not foreseen and is an unplanned release to fix a blocking problem. I'm pushing hard to get the led fix in this patch release as well but it's not my call. There are good reasons for keeping the changes to this stable version as small as possible.
The led bug fix is tiny, and when feeling brave you can make the fix on your v5.0 or v5.1 firmware:
- Edit the file /usr/share/griffin/griffin/led/hardware/drivers/linuxLEDClass.py
- The second line from the bottom reads:
brightness = str(int(max(1.0, value * float(self._max_brightness)))).encode("ascii")
- Change the 1.0 to 0.0
- That's it.
I purposely didn't describe how to edit a file on the printer. If you don't know how to do this already, then you better not risk breaking the firmware.
- 4
Recommended Posts
schen 0
I am glad to hear that! I look forward to the next firmware release, thanks.
Link to post
Share on other sites