Geeetech3D / Smartto-Eclipse

3D printer firmware and hardware of for stm32
GNU General Public License v2.0
25 stars 16 forks source link

Changing controller fan strength by GCODE #25

Closed wlky closed 5 years ago

wlky commented 5 years ago

Hey, Not sure if there already is a way to change the controller fan strength but I didn't see anything in the gcode file.

I think it would be something that could easily be added to the start and end gcode in order to increase the cooling of the controller during the print and decrease it after.

alexwoo1900 commented 5 years ago

@wlky Gcode is generated by your slicer engine. Slicer has corresponding parameters to set it up. In gcode file, M106 for changing fan strength and M107 for shutting the fan down

wlky commented 5 years ago

I'm talking about the controller box fan speed, not the nozzle fan speed

kaktusus commented 5 years ago

Hi Probably not all the sockets support such functionality.

alexwoo1900 commented 5 years ago

@wlky Same. Depend on your parameter "P" If you set M106 P0 Sxxx, it will change the nozzle fan speed. If you set M106 P2 Sxxx, it will change the controller box fan speed.

wlky commented 5 years ago

@alexwoo1900 thanks! That's what I was looking for.