浏览代码

Merge pull request #893 from MyMakibox/patch-1

Update Configuration_adv.h
nothinman 11 年前
父节点
当前提交
a33f099547
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Marlin/Configuration_adv.h

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

@@ -30,7 +30,7 @@
30 30
 
31 31
 //automatic temperature: The hot end target temperature is calculated by all the buffered lines of gcode.
32 32
 //The maximum buffered steps/sec of the extruder motor are called "se".
33
-//You enter the autotemp mode by a M109 S<mintemp> T<maxtemp> F<factor>
33
+//You enter the autotemp mode by a M109 S<mintemp> B<maxtemp> F<factor>
34 34
 // the target temperature is set to mintemp+factor*se[steps/sec] and limited by mintemp and maxtemp
35 35
 // you exit the value by any M109 without F*
36 36
 // Also, if the temperature is set to a value <mintemp, it is not changed by autotemp.

正在加载...
取消
保存