Merge pull request #893 from MyMakibox/patch-1
Update Configuration_adv.h
This commit is contained in:
commit
a33f099547
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
||||||
|
|
||||||
//automatic temperature: The hot end target temperature is calculated by all the buffered lines of gcode.
|
//automatic temperature: The hot end target temperature is calculated by all the buffered lines of gcode.
|
||||||
//The maximum buffered steps/sec of the extruder motor are called "se".
|
//The maximum buffered steps/sec of the extruder motor are called "se".
|
||||||
//You enter the autotemp mode by a M109 S<mintemp> T<maxtemp> F<factor>
|
//You enter the autotemp mode by a M109 S<mintemp> B<maxtemp> F<factor>
|
||||||
// the target temperature is set to mintemp+factor*se[steps/sec] and limited by mintemp and maxtemp
|
// the target temperature is set to mintemp+factor*se[steps/sec] and limited by mintemp and maxtemp
|
||||||
// you exit the value by any M109 without F*
|
// you exit the value by any M109 without F*
|
||||||
// Also, if the temperature is set to a value <mintemp, it is not changed by autotemp.
|
// Also, if the temperature is set to a value <mintemp, it is not changed by autotemp.
|
||||||
|
|
Reference in a new issue