colinrgodsey / step-daemon

stepd - External planner and stepper for 3d printing
GNU General Public License v3.0
98 stars 8 forks source link

OctoPrint Plugin Not Starting stepd #7

Closed pearson closed 3 years ago

pearson commented 4 years ago

I'm just starting out with step-daemon, so I could easily be missing something here... :-)

Short story: after uninstalling and reinstalling the OctoPrint plugin, stepd is not started automatically.

Setup:

The steps I had taken:

  1. I initially installed the OctoPrint plugin using the URL (it did not show up on the Plugin Manager's list.) This appears to have started stepd -- stepd showed up on the process list.
  2. I uninstalled the OctoPrint plugin using the "clean up" option.
  3. The process list showed stepd still running. I rebooted the Raspberry Pi.
  4. I reinstalled the OctoPrint plugin. However, stepd was not started.
  5. Restarting OctoPrint, and then restarting the Pi, did not start stepd.

I had not cloned the server code, and the only install I had done on the Raspberry Pi had been the plugin.

(The plugin uninstall and re-install were due to not getting the communication with the printer working. That's a different issue for me to sort out. :-) )

colinrgodsey commented 4 years ago

I'm currently rewriting this project in go. Automating the build/run from octoprint using the current scala codebase is way too brittle and messy. hoping to have the rewrite done soon, should make the octoprint plugin far more stable

colinrgodsey commented 3 years ago

rewrite is done now, should be much more direct connection management