Snapmaker2-Controller icon indicating copy to clipboard operation
Snapmaker2-Controller copied to clipboard

Feature Request: Release Linux Shell Script for Status Checking via Network

Open FriedSemiconductors opened this issue 4 years ago • 1 comments

It would be awesome, If people were able to run a linux shell script, that would check on the print/cnc/laser status and be able to execute other commands and scripts at user set percentages or commands at certain status changes (filament runout, any error, print finished, print aborted, power regained after powerloss, etc).

Users could basically build their own custom notification systems as they need. for example (those scripts already are available on the internet):

  • e-mail
  • Telegram bot
  • sms
  • irc

People could even integrate it into smart home solutions or use LED signals.

It might be interesting to run such a script on a low power SBC like the Raspberry Pi.

I would definetely try it out, if it was available.

FriedSemiconductors avatar Dec 04 '21 01:12 FriedSemiconductors

A REST interface would be more useful approach to this IMO - with GETs for status and POSTS for changes (with API key auth). Then a variety of different technologies could be used to check machine (not just shell scripts)

scyto avatar Jan 11 '22 19:01 scyto