Comment on Would it be possible to run Pi-hole, Octoprint and Home Assistant on the same RPi 3 mod. B?
skilltheamps@feddit.de 8 months ago
You do not want Octoprint on a machine that is busy. Otherwise you have load spikes that cause Octoprint to not be able to send the move-commands (gcode) as fast as the printer executes the movements. This problem is pronounced with faster printers and slicers that break up arcs into small straight lines (which is practically all slicers). Otherwise your printer stutters because it has to take small breaks to wait for the next command from octoprint.
B0rax@feddit.de 8 months ago
This right here.
Octoprint (or any other 3d printer controller for that matter) should not run on a device which is doing unpredictable stuff at the same time.