entropybit / slaprinter

A combinaton of an app and server for a sla 3d printer
0 stars 2 forks source link

Deamon @ raspberry #8

Closed Aslan0 closed 9 years ago

Aslan0 commented 9 years ago

Has to listen to: start/pause/stop signal

Has to receive/check if its there:

  1. .stl (for preview),
  2. slice-stack
  3. .conf-file

Should log connections made with timestamp and ip and pc name

Aslan0 commented 9 years ago

also should send current status of printing incl .stl , slice-stack and slice-number back to any client that connects to it.

entropybit commented 9 years ago

We most likely will solve this by some combination of a linux init.d script and some command line functionality implemented within the sla_printer software.

However this is one of the last features to implement ^^

entropybit commented 9 years ago

In principal this functionaliyt is implemented the only missing parts are maybe a more advanced logging the other functionality is / will be handled by the web interface