MarlinFirmware / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
https://marlinfw.org
GNU General Public License v3.0
16.27k stars 19.23k forks source link

[FR] Set Chamberfan via GCODE #15058

Open Haschtl opened 5 years ago

Haschtl commented 5 years ago

Description

I am using Marlin for 3D-printing and laser-cutting and want to control the temperature of the chamber in printing-mode and want to set the fan-pwm manually in laser-mode to clean the air in the chamber. This could be integrated in M106 and needs to overwrite the M141 chamber temperature.

Steps to Reproduce

  1. Send 'M106 C S255' to set the chamberfan pwm to 255. The chamber temperature control is disabled.
  2. Send 'M141 S40' to enable temperature control again.
github-actions[bot] commented 4 years ago

This issue is stale because it has been open 30 days with no activity. Remove stale label / comment or this will be closed in 5 days.