Filament-Scale-Enhanced
Filament-Scale-Enhanced copied to clipboard
when i start printing here, the scale receives more ˜100g. probably, because of the force applied from pulling the material... whold be great two calibrations.... idle and printing.
Whilst there is text mentioning to save after certain actions, it's pretty easy to miss (I certainly have). With the client side framework in use, it wouldn't take a lot...
Hi, I am a noob at this. I installed the plugin in Octoprint with the link and it showed up in plugin manager. I activated it and nothing shows up...
Like many with older printers, mine continues to print after running out of filament. Adding the ability to pause printing when the reading reaches a predetermined weight would be brilliant.
Raised in #20, it would be desirable to support more than one sensor.
Currently the library forces a board mode of BCM, which can make getting the right pins confusing and could impact configuration of other plugins. Filament Sensor Simplified has a reasonable...
As noted in #16, having fixed pins means the only choice if you have already occupied 20/21, is to alter code. Filament Sensor Simplified also has a UI for Pin...
https://github.com/techman83/Filament-Scale-Enhanced/blob/ab7daf40741c778a462da1b94fdf3f0809f58d83/filament_scale_enhanced/hx711.py#L87-L91 This line will behave differently under Python 3.5+. In older versions this will behave like time.sleep(0) and sleep for between 0.5 and 14 usec. In Python 3.5+ it will...