浏览代码

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,6 +5,13 @@
5 5
 // Advanced settings can be found in Configuration_adv.h
6 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 15
 // User-specified version info of this build to display in [Pronterface, etc] terminal window during
9 16
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
10 17
 // build by the user have been successfully uploaded into firmware.

正在加载...
取消
保存