Browse Source

Update Configuration_adv.h

Corrected error in AUTOTEMP instructions
MyMakibox 10 years ago
parent
commit
e4dc80d3d3
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Configuration_adv.h

+ 1
- 1
Marlin/Configuration_adv.h View File

@@ -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.

Loading…
Cancel
Save