Skip to content

Commit

Permalink
Merge pull request MarlinFirmware#893 from MyMakibox/patch-1
Browse files Browse the repository at this point in the history
Update Configuration_adv.h
  • Loading branch information
nothinman committed Apr 23, 2014
2 parents 5107018 + e4dc80d commit a33f099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

//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".
//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
// 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.
Expand Down

0 comments on commit a33f099

Please sign in to comment.