Case light G-code M355

implemented G-Code M355 into Marlin
This commit is contained in:
Stanley
2016-10-05 21:34:07 +02:00
committed by Scott Lahteine
parent fa6bf12697
commit ab3f966f5f
20 changed files with 129 additions and 0 deletions

View File

@ -230,6 +230,10 @@
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
#define EXTRUDER_AUTO_FAN_SPEED 255 // == full speed
// Define a pin to turn case light on/off
//#define CASE_LIGHT_PIN 4
//#define CASE_LIGHT_DEFAULT_ON // Uncomment to set default state to on
//===========================================================================
//============================ Mechanical Settings ==========================
//===========================================================================