Hello,
has anyone successfully connected the Artisan to Octoprint and the enclosure controlled the LED and fan?
Or is it not possible because the host action command is deactivated in the firmware?
Can you activate it?
I would like to turn the LED on and off for my camera.
Thanks
If you can activate the light with Luban you should be able to do it with octoprint either.
Could not find the Artisan repository on github, maybe M1010 works for you, try to send it via terminal then you should see if it is possible.
This is from 2.0:
Hey, you could dim the enclosure light yourself by:
M1010 S3 P100
S0: disable door event
S1: enable door event
S2: release hold of UART for receiving other PC gcodes
S3: set light power, P 0-100%, eg.M1010 S3 P100
S4: set fan power, P 0-100%, eg.M1010 S4 P100
Here for Artisan:
I have already tried the codes, they are not recognized
"Recv: echo:Unknown command: âM1010 S3 P100â
If I manually switch on the LED on the control unit, the following is displayed in the terminal
[hmi_set_enclosure_light] light level 100
However, when I run this code manually, it shows me âUnknown command:â again.
Hello,
Support contacted me today. The G-code is different than the Snapmaker 2.0! With these codes it works perfectly.
The G-code for the control of the enclosure fan and LED is as follows:
M2000W1P100
M2000 W1P0
M2000 W2 P100
M2000 W2 P0
Where W1 is the LED and W2 is the fan
1 Like
nanoman
February 15, 2025, 7:01pm
5
Hi I hope people are still looking a these forums. Has anyone tried to run the octolapse plugin with the Artisan? I get an error with M114 even though it looks like the response to the command is correct. Also I cant get OctoPrint to see the bed temps. Still prints fine and the temps work, just doesnt show them in the graphsâŠ
xchrisd
February 15, 2025, 8:15pm
6
I think you are looking for this:
So Top Temp can work. You need to create special reg exâs to show the temp, but it doesnât affect the temperature graph. This plugin does the trick of fixing the temperature graph with minimal configuration: OctoPrint-PlotlyTempGraph