瀏覽代碼

Added info to the delta configuration files in the configuration.h file

Erik van der Zalm 11 年之前
父節點
當前提交
d8c2c810b4
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7
    0
      Marlin/Configuration.h

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

5
 // Advanced settings can be found in Configuration_adv.h
5
 // Advanced settings can be found in Configuration_adv.h
6
 // BASIC SETTINGS: select your board type, temperature sensor type, axis scaling, and endstop configuration
6
 // BASIC SETTINGS: select your board type, temperature sensor type, axis scaling, and endstop configuration
7
 
7
 
8
+//===========================================================================
9
+//============================= DELTA Printer ===============================
10
+//===========================================================================
11
+// For a Delta printer rplace the configuration files wilth the files in the 
12
+// example_configurations/delta directory.
13
+// 
14
+
8
 // User-specified version info of this build to display in [Pronterface, etc] terminal window during
15
 // User-specified version info of this build to display in [Pronterface, etc] terminal window during
9
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
16
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
10
 // build by the user have been successfully uploaded into firmware.
17
 // build by the user have been successfully uploaded into firmware.

Loading…
取消
儲存