Browse Source

Follow-up the PR #5255 (Case light menu (3rd attempt))

esenapaj 8 years ago
parent
commit
ef97645002

+ 1
- 0
Marlin/Configuration_adv.h View File

227
 // Define a pin to turn case light on/off
227
 // Define a pin to turn case light on/off
228
 //#define CASE_LIGHT_PIN 4
228
 //#define CASE_LIGHT_PIN 4
229
 //#define CASE_LIGHT_DEFAULT_ON   // Uncomment to set default state to on
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
 //============================ Mechanical Settings ==========================
233
 //============================ Mechanical Settings ==========================

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

227
 // Define a pin to turn case light on/off
227
 // Define a pin to turn case light on/off
228
 //#define CASE_LIGHT_PIN 4
228
 //#define CASE_LIGHT_PIN 4
229
 //#define CASE_LIGHT_DEFAULT_ON   // Uncomment to set default state to on
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
 //============================ Mechanical Settings ==========================
233
 //============================ Mechanical Settings ==========================

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

227
 // Define a pin to turn case light on/off
227
 // Define a pin to turn case light on/off
228
 //#define CASE_LIGHT_PIN 4
228
 //#define CASE_LIGHT_PIN 4
229
 //#define CASE_LIGHT_DEFAULT_ON   // Uncomment to set default state to on
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
 //============================ Mechanical Settings ==========================
233
 //============================ Mechanical Settings ==========================

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

227
 // Define a pin to turn case light on/off
227
 // Define a pin to turn case light on/off
228
 //#define CASE_LIGHT_PIN 4
228
 //#define CASE_LIGHT_PIN 4
229
 //#define CASE_LIGHT_DEFAULT_ON   // Uncomment to set default state to on
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
 //============================ Mechanical Settings ==========================
233
 //============================ Mechanical Settings ==========================

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

227
 // Define a pin to turn case light on/off
227
 // Define a pin to turn case light on/off
228
 //#define CASE_LIGHT_PIN 4
228
 //#define CASE_LIGHT_PIN 4
229
 //#define CASE_LIGHT_DEFAULT_ON   // Uncomment to set default state to on
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
 //============================ Mechanical Settings ==========================
233
 //============================ Mechanical Settings ==========================

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

240
 // Define a pin to turn case light on/off
240
 // Define a pin to turn case light on/off
241
 //#define CASE_LIGHT_PIN 4
241
 //#define CASE_LIGHT_PIN 4
242
 //#define CASE_LIGHT_DEFAULT_ON   // Uncomment to set default state to on
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
 //============================ Mechanical Settings ==========================
246
 //============================ Mechanical Settings ==========================

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

227
 // Define a pin to turn case light on/off
227
 // Define a pin to turn case light on/off
228
 //#define CASE_LIGHT_PIN 4
228
 //#define CASE_LIGHT_PIN 4
229
 //#define CASE_LIGHT_DEFAULT_ON   // Uncomment to set default state to on
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
 //============================ Mechanical Settings ==========================
233
 //============================ Mechanical Settings ==========================

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

227
 // Define a pin to turn case light on/off
227
 // Define a pin to turn case light on/off
228
 //#define CASE_LIGHT_PIN 4
228
 //#define CASE_LIGHT_PIN 4
229
 //#define CASE_LIGHT_DEFAULT_ON   // Uncomment to set default state to on
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
 //============================ Mechanical Settings ==========================
233
 //============================ Mechanical Settings ==========================

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

227
 // Define a pin to turn case light on/off
227
 // Define a pin to turn case light on/off
228
 //#define CASE_LIGHT_PIN 4
228
 //#define CASE_LIGHT_PIN 4
229
 //#define CASE_LIGHT_DEFAULT_ON   // Uncomment to set default state to on
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
 //============================ Mechanical Settings ==========================
233
 //============================ Mechanical Settings ==========================

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

235
 // Define a pin to turn case light on/off
235
 // Define a pin to turn case light on/off
236
 //#define CASE_LIGHT_PIN 4
236
 //#define CASE_LIGHT_PIN 4
237
 //#define CASE_LIGHT_DEFAULT_ON   // Uncomment to set default state to on
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
 //============================ Mechanical Settings ==========================
241
 //============================ Mechanical Settings ==========================

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

227
 // Define a pin to turn case light on/off
227
 // Define a pin to turn case light on/off
228
 //#define CASE_LIGHT_PIN 4
228
 //#define CASE_LIGHT_PIN 4
229
 //#define CASE_LIGHT_DEFAULT_ON   // Uncomment to set default state to on
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
 //============================ Mechanical Settings ==========================
233
 //============================ Mechanical Settings ==========================

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

227
 // Define a pin to turn case light on/off
227
 // Define a pin to turn case light on/off
228
 //#define CASE_LIGHT_PIN 4
228
 //#define CASE_LIGHT_PIN 4
229
 //#define CASE_LIGHT_DEFAULT_ON   // Uncomment to set default state to on
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
 //============================ Mechanical Settings ==========================
233
 //============================ Mechanical Settings ==========================

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

227
 // Define a pin to turn case light on/off
227
 // Define a pin to turn case light on/off
228
 //#define CASE_LIGHT_PIN 4
228
 //#define CASE_LIGHT_PIN 4
229
 //#define CASE_LIGHT_DEFAULT_ON   // Uncomment to set default state to on
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
 //============================ Mechanical Settings ==========================
233
 //============================ Mechanical Settings ==========================

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

227
 // Define a pin to turn case light on/off
227
 // Define a pin to turn case light on/off
228
 //#define CASE_LIGHT_PIN 4
228
 //#define CASE_LIGHT_PIN 4
229
 //#define CASE_LIGHT_DEFAULT_ON   // Uncomment to set default state to on
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
 //============================ Mechanical Settings ==========================
233
 //============================ Mechanical Settings ==========================

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

232
 // Define a pin to turn case light on/off
232
 // Define a pin to turn case light on/off
233
 //#define CASE_LIGHT_PIN 4
233
 //#define CASE_LIGHT_PIN 4
234
 //#define CASE_LIGHT_DEFAULT_ON   // Uncomment to set default state to on
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
 //============================ Mechanical Settings ==========================
238
 //============================ Mechanical Settings ==========================

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

227
 // Define a pin to turn case light on/off
227
 // Define a pin to turn case light on/off
228
 //#define CASE_LIGHT_PIN 4
228
 //#define CASE_LIGHT_PIN 4
229
 //#define CASE_LIGHT_DEFAULT_ON   // Uncomment to set default state to on
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
 //============================ Mechanical Settings ==========================
233
 //============================ Mechanical Settings ==========================

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

227
 // Define a pin to turn case light on/off
227
 // Define a pin to turn case light on/off
228
 //#define CASE_LIGHT_PIN 4
228
 //#define CASE_LIGHT_PIN 4
229
 //#define CASE_LIGHT_DEFAULT_ON   // Uncomment to set default state to on
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
 //============================ Mechanical Settings ==========================
233
 //============================ Mechanical Settings ==========================

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

227
 // Define a pin to turn case light on/off
227
 // Define a pin to turn case light on/off
228
 //#define CASE_LIGHT_PIN 4
228
 //#define CASE_LIGHT_PIN 4
229
 //#define CASE_LIGHT_DEFAULT_ON   // Uncomment to set default state to on
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
 //============================ Mechanical Settings ==========================
233
 //============================ Mechanical Settings ==========================

Loading…
Cancel
Save