浏览代码

Bring Configuration.h up to date

Scott Lahteine 5 年前
父节点
当前提交
87b16ed5f6
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      Marlin/Configuration.h

+ 3
- 0
Marlin/Configuration.h 查看文件

84
  * respectfully request that you retain the unmodified Marlin boot screen.
84
  * respectfully request that you retain the unmodified Marlin boot screen.
85
  */
85
  */
86
 
86
 
87
+// Show the Marlin bootscreen on startup. ** ENABLE FOR PRODUCTION **
88
+#define SHOW_BOOTSCREEN
89
+
87
 // Show the bitmap in Marlin/_Bootscreen.h on startup.
90
 // Show the bitmap in Marlin/_Bootscreen.h on startup.
88
 //#define SHOW_CUSTOM_BOOTSCREEN
91
 //#define SHOW_CUSTOM_BOOTSCREEN
89
 
92
 

正在加载...
取消
保存