瀏覽代碼

Include RIGIDBOT_PANEL in Conditionals

Scott Lahteine 10 年之前
父節點
當前提交
68055a5959
共有 2 個檔案被更改,包括 2 行新增2 行删除
  1. 1
    1
      Marlin/Conditionals.h
  2. 1
    1
      Marlin/example_configurations/RigidBot/Configuration_adv.h

+ 1
- 1
Marlin/Conditionals.h 查看文件

58
     #define REPRAP_DISCOUNT_SMART_CONTROLLER
58
     #define REPRAP_DISCOUNT_SMART_CONTROLLER
59
   #endif
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
     #define ULTIPANEL
62
     #define ULTIPANEL
63
     #define NEWPANEL
63
     #define NEWPANEL
64
   #endif
64
   #endif

+ 1
- 1
Marlin/example_configurations/RigidBot/Configuration_adv.h 查看文件

85
 //This is for controlling a fan to cool down the stepper drivers
85
 //This is for controlling a fan to cool down the stepper drivers
86
 //it will turn on when any driver is enabled
86
 //it will turn on when any driver is enabled
87
 //and turn off after the set amount of seconds from last driver being disabled again
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
 #define CONTROLLERFAN_SECS 60 //How many seconds, after all motors were disabled, the fan should run
89
 #define CONTROLLERFAN_SECS 60 //How many seconds, after all motors were disabled, the fan should run
90
 #define CONTROLLERFAN_SPEED 255  // == full speed
90
 #define CONTROLLERFAN_SPEED 255  // == full speed
91
 
91
 

Loading…
取消
儲存