Browse Source

Merge pull request #5291 from esenapaj/Follow-up-the-PR-#5255

Follow-up the PR #5255 (Case light menu (3rd attempt))
Scott Lahteine 8 years ago
parent
commit
9d177c93a2

+ 1
- 0
Marlin/Configuration_adv.h View File

@@ -227,6 +227,7 @@
227 227
 // Define a pin to turn case light on/off
228 228
 //#define CASE_LIGHT_PIN 4
229 229
 //#define CASE_LIGHT_DEFAULT_ON   // Uncomment to set default state to on
230
+//#define MENU_ITEM_CASE_LIGHT    // Uncomment to have a Case Light On / Off entry in main menu
230 231
 
231 232
 //===========================================================================
232 233
 //============================ Mechanical Settings ==========================

+ 1
- 0
Marlin/example_configurations/Cartesio/Configuration_adv.h View File

@@ -227,6 +227,7 @@
227 227
 // Define a pin to turn case light on/off
228 228
 //#define CASE_LIGHT_PIN 4
229 229
 //#define CASE_LIGHT_DEFAULT_ON   // Uncomment to set default state to on
230
+//#define MENU_ITEM_CASE_LIGHT    // Uncomment to have a Case Light On / Off entry in main menu
230 231
 
231 232
 //===========================================================================
232 233
 //============================ Mechanical Settings ==========================

+ 1
- 0
Marlin/example_configurations/Felix/Configuration_adv.h View File

@@ -227,6 +227,7 @@
227 227
 // Define a pin to turn case light on/off
228 228
 //#define CASE_LIGHT_PIN 4
229 229
 //#define CASE_LIGHT_DEFAULT_ON   // Uncomment to set default state to on
230
+//#define MENU_ITEM_CASE_LIGHT    // Uncomment to have a Case Light On / Off entry in main menu
230 231
 
231 232
 //===========================================================================
232 233
 //============================ Mechanical Settings ==========================

+ 1
- 0
Marlin/example_configurations/Hephestos/Configuration_adv.h View File

@@ -227,6 +227,7 @@
227 227
 // Define a pin to turn case light on/off
228 228
 //#define CASE_LIGHT_PIN 4
229 229
 //#define CASE_LIGHT_DEFAULT_ON   // Uncomment to set default state to on
230
+//#define MENU_ITEM_CASE_LIGHT    // Uncomment to have a Case Light On / Off entry in main menu
230 231
 
231 232
 //===========================================================================
232 233
 //============================ Mechanical Settings ==========================

+ 1
- 0
Marlin/example_configurations/Hephestos_2/Configuration_adv.h View File

@@ -227,6 +227,7 @@
227 227
 // Define a pin to turn case light on/off
228 228
 //#define CASE_LIGHT_PIN 4
229 229
 //#define CASE_LIGHT_DEFAULT_ON   // Uncomment to set default state to on
230
+//#define MENU_ITEM_CASE_LIGHT    // Uncomment to have a Case Light On / Off entry in main menu
230 231
 
231 232
 //===========================================================================
232 233
 //============================ Mechanical Settings ==========================

+ 1
- 0
Marlin/example_configurations/K8200/Configuration_adv.h View File

@@ -240,6 +240,7 @@
240 240
 // Define a pin to turn case light on/off
241 241
 //#define CASE_LIGHT_PIN 4
242 242
 //#define CASE_LIGHT_DEFAULT_ON   // Uncomment to set default state to on
243
+//#define MENU_ITEM_CASE_LIGHT    // Uncomment to have a Case Light On / Off entry in main menu
243 244
 
244 245
 //===========================================================================
245 246
 //============================ Mechanical Settings ==========================

+ 1
- 0
Marlin/example_configurations/K8400/Configuration_adv.h View File

@@ -227,6 +227,7 @@
227 227
 // Define a pin to turn case light on/off
228 228
 //#define CASE_LIGHT_PIN 4
229 229
 //#define CASE_LIGHT_DEFAULT_ON   // Uncomment to set default state to on
230
+//#define MENU_ITEM_CASE_LIGHT    // Uncomment to have a Case Light On / Off entry in main menu
230 231
 
231 232
 //===========================================================================
232 233
 //============================ Mechanical Settings ==========================

+ 1
- 0
Marlin/example_configurations/RigidBot/Configuration_adv.h View File

@@ -227,6 +227,7 @@
227 227
 // Define a pin to turn case light on/off
228 228
 //#define CASE_LIGHT_PIN 4
229 229
 //#define CASE_LIGHT_DEFAULT_ON   // Uncomment to set default state to on
230
+//#define MENU_ITEM_CASE_LIGHT    // Uncomment to have a Case Light On / Off entry in main menu
230 231
 
231 232
 //===========================================================================
232 233
 //============================ Mechanical Settings ==========================

+ 1
- 0
Marlin/example_configurations/SCARA/Configuration_adv.h View File

@@ -227,6 +227,7 @@
227 227
 // Define a pin to turn case light on/off
228 228
 //#define CASE_LIGHT_PIN 4
229 229
 //#define CASE_LIGHT_DEFAULT_ON   // Uncomment to set default state to on
230
+//#define MENU_ITEM_CASE_LIGHT    // Uncomment to have a Case Light On / Off entry in main menu
230 231
 
231 232
 //===========================================================================
232 233
 //============================ Mechanical Settings ==========================

+ 1
- 0
Marlin/example_configurations/TAZ4/Configuration_adv.h View File

@@ -235,6 +235,7 @@
235 235
 // Define a pin to turn case light on/off
236 236
 //#define CASE_LIGHT_PIN 4
237 237
 //#define CASE_LIGHT_DEFAULT_ON   // Uncomment to set default state to on
238
+//#define MENU_ITEM_CASE_LIGHT    // Uncomment to have a Case Light On / Off entry in main menu
238 239
 
239 240
 //===========================================================================
240 241
 //============================ Mechanical Settings ==========================

+ 1
- 0
Marlin/example_configurations/WITBOX/Configuration_adv.h View File

@@ -227,6 +227,7 @@
227 227
 // Define a pin to turn case light on/off
228 228
 //#define CASE_LIGHT_PIN 4
229 229
 //#define CASE_LIGHT_DEFAULT_ON   // Uncomment to set default state to on
230
+//#define MENU_ITEM_CASE_LIGHT    // Uncomment to have a Case Light On / Off entry in main menu
230 231
 
231 232
 //===========================================================================
232 233
 //============================ Mechanical Settings ==========================

+ 1
- 0
Marlin/example_configurations/delta/biv2.5/Configuration_adv.h View File

@@ -227,6 +227,7 @@
227 227
 // Define a pin to turn case light on/off
228 228
 //#define CASE_LIGHT_PIN 4
229 229
 //#define CASE_LIGHT_DEFAULT_ON   // Uncomment to set default state to on
230
+//#define MENU_ITEM_CASE_LIGHT    // Uncomment to have a Case Light On / Off entry in main menu
230 231
 
231 232
 //===========================================================================
232 233
 //============================ Mechanical Settings ==========================

+ 1
- 0
Marlin/example_configurations/delta/generic/Configuration_adv.h View File

@@ -227,6 +227,7 @@
227 227
 // Define a pin to turn case light on/off
228 228
 //#define CASE_LIGHT_PIN 4
229 229
 //#define CASE_LIGHT_DEFAULT_ON   // Uncomment to set default state to on
230
+//#define MENU_ITEM_CASE_LIGHT    // Uncomment to have a Case Light On / Off entry in main menu
230 231
 
231 232
 //===========================================================================
232 233
 //============================ Mechanical Settings ==========================

+ 1
- 0
Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h View File

@@ -227,6 +227,7 @@
227 227
 // Define a pin to turn case light on/off
228 228
 //#define CASE_LIGHT_PIN 4
229 229
 //#define CASE_LIGHT_DEFAULT_ON   // Uncomment to set default state to on
230
+//#define MENU_ITEM_CASE_LIGHT    // Uncomment to have a Case Light On / Off entry in main menu
230 231
 
231 232
 //===========================================================================
232 233
 //============================ Mechanical Settings ==========================

+ 1
- 0
Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h View File

@@ -232,6 +232,7 @@
232 232
 // Define a pin to turn case light on/off
233 233
 //#define CASE_LIGHT_PIN 4
234 234
 //#define CASE_LIGHT_DEFAULT_ON   // Uncomment to set default state to on
235
+//#define MENU_ITEM_CASE_LIGHT    // Uncomment to have a Case Light On / Off entry in main menu
235 236
 
236 237
 //===========================================================================
237 238
 //============================ Mechanical Settings ==========================

+ 1
- 0
Marlin/example_configurations/delta/kossel_xl/Configuration_adv.h View File

@@ -227,6 +227,7 @@
227 227
 // Define a pin to turn case light on/off
228 228
 //#define CASE_LIGHT_PIN 4
229 229
 //#define CASE_LIGHT_DEFAULT_ON   // Uncomment to set default state to on
230
+//#define MENU_ITEM_CASE_LIGHT    // Uncomment to have a Case Light On / Off entry in main menu
230 231
 
231 232
 //===========================================================================
232 233
 //============================ Mechanical Settings ==========================

+ 1
- 0
Marlin/example_configurations/makibox/Configuration_adv.h View File

@@ -227,6 +227,7 @@
227 227
 // Define a pin to turn case light on/off
228 228
 //#define CASE_LIGHT_PIN 4
229 229
 //#define CASE_LIGHT_DEFAULT_ON   // Uncomment to set default state to on
230
+//#define MENU_ITEM_CASE_LIGHT    // Uncomment to have a Case Light On / Off entry in main menu
230 231
 
231 232
 //===========================================================================
232 233
 //============================ Mechanical Settings ==========================

+ 1
- 0
Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h View File

@@ -227,6 +227,7 @@
227 227
 // Define a pin to turn case light on/off
228 228
 //#define CASE_LIGHT_PIN 4
229 229
 //#define CASE_LIGHT_DEFAULT_ON   // Uncomment to set default state to on
230
+//#define MENU_ITEM_CASE_LIGHT    // Uncomment to have a Case Light On / Off entry in main menu
230 231
 
231 232
 //===========================================================================
232 233
 //============================ Mechanical Settings ==========================

Loading…
Cancel
Save