Open Eliminateur opened 3 years ago
I haven't submitted it to the octoprint reposity yet, as I wanted to get support for 32-bit printers in Marlin before that.
Hmm, as far as the plugin failing, does anything show up in the octoprint logs? There might be an issue with the golang complicate. Was golang installed on the system?
Doesn't work for me either.... Creality 4.2.7 board, THD3D unified FW v2 Marlin... I don't know however if I have everything configured correctly. I see reference to "Copy example config from config.conf.example to config.conf" but there is no config.conf.example file anywhere that I can find, so who knows?
Here's what I'm seeing in the terminal window
Changing monitoring state from "Offline" to "Opening serial connection"
Connecting to Step Daemon
Changing monitoring state from "Opening serial connection" to "Connecting"
Connected to: <octoprint_stepd.StepdService.StepdService object at 0x6656c5b0>, starting monitor
Recv: warn:failed to load ./bedlevel.json: open ./bedlevel.json: no such file or directory
Recv: T:23.63 /0.00 B:23.09 /0.00 @:0 B@:0
Recv: info:config processed
Recv: T:23.63 /0.00 B:23.03 /0. T:23.61 /0.00 B:22.85 /0.00 @:0 B@:0
Recv: T:23.46 /0.00 B:22.85 /0.00 @:0 B@:0
Recv: T:23.65 /0.00 B:22.89 /0.00 @:0 B@:0
Recv: no page_ready seen, sending anyways
Recv: info:gathering device settings
Recv: info:stepd initialized
Recv: pages_ready
Recv: echo: G21 ; Units in mm (mm)
Recv: echo: M149 C ; Units in Celsius
Recv: echo:; Steps per unit:
Recv: echo: M92 X80.00 Y80.00 Z800.00 E95.00
Recv: info:max vel (step limit) is [2304 2304 230.4 1940.2105263157894]
Recv: echo:; Maximum feedrates (units/s):
Recv: echo: M203 X500.00 Y500.00 Z100.00 E5000.00
Recv: echo:; Maximum Acceleration (units/s2):
Recv: echo: M201 X500.00 Y500.00 Z100.00 E5000.00
Recv: echo:; Acceleration (units/s2): P
So its obviously connected, but Octoprint shows "Connecting..." doesn't seem to know its actually connected
The plugin is not present on the octoprint plugin repository, installing it manually from the URL installs it but it fails to work: Octoprint loses connection to the printer and the plugin page says "plugin failed"