Sfoglia il codice sorgente

Merge pull request #893 from MyMakibox/patch-1

Update Configuration_adv.h
nothinman 11 anni fa
parent
commit
a33f099547
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      Marlin/Configuration_adv.h

+ 1
- 1
Marlin/Configuration_adv.h Vedi 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…
Annulla
Salva