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