artillery3d / faq

9 stars 3 forks source link

Genius GCODE LIST ? #3

Open OZ2CPU-thomas opened 4 years ago

OZ2CPU-thomas commented 4 years ago

ok so this printer uses RepRap GCODE format, and all normal stuff i give it seems to work, how do i find the GCODE to control the color of the head mounted RGB led ? or just the off command if available ? or do i need to manually turn it off every time i start a print ? or cut the wires ?

klaff commented 4 years ago

Look at https://github.com/artillery3d/genius-firmware/blob/master/Marlin/Marlin_main.cpp. Code M150 might do the trick. I haven't tried this (I don't have a Genius) so you might report back if it works for you.