Browse Source

Include RIGIDBOT_PANEL in Conditionals

Scott Lahteine 9 years ago
parent
commit
68055a5959

+ 1
- 1
Marlin/Conditionals.h View File

@@ -58,7 +58,7 @@
58 58
     #define REPRAP_DISCOUNT_SMART_CONTROLLER
59 59
   #endif
60 60
 
61
-  #if ENABLED(ULTIMAKERCONTROLLER) || ENABLED(REPRAP_DISCOUNT_SMART_CONTROLLER) || ENABLED(G3D_PANEL)
61
+  #if ENABLED(ULTIMAKERCONTROLLER) || ENABLED(REPRAP_DISCOUNT_SMART_CONTROLLER) || ENABLED(G3D_PANEL) || ENABLED(RIGIDBOT_PANEL)
62 62
     #define ULTIPANEL
63 63
     #define NEWPANEL
64 64
   #endif

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

@@ -85,7 +85,7 @@
85 85
 //This is for controlling a fan to cool down the stepper drivers
86 86
 //it will turn on when any driver is enabled
87 87
 //and turn off after the set amount of seconds from last driver being disabled again
88
-#define CONTROLLERFAN_PIN 4 //Pin used for the fan to cool motherboard (-1 to disable) // RigidBot: Fans/Water Pump to cool the hotend cool side.
88
+#define CONTROLLERFAN_PIN 4 // RigidBot: Fans/Water Pump to cool the hotend cool side.
89 89
 #define CONTROLLERFAN_SECS 60 //How many seconds, after all motors were disabled, the fan should run
90 90
 #define CONTROLLERFAN_SPEED 255  // == full speed
91 91
 

Loading…
Cancel
Save