update example configurations

update old comments
update or delete deprecated definitions
complement forgotten updates
adjust spacing
some cosmetic changes
This commit is contained in:
esenapaj2
2016-03-07 22:03:33 +09:00
parent fac85f6fa1
commit 29e09c7c3e
33 changed files with 261 additions and 160 deletions

View File

@ -52,7 +52,7 @@
* The maximum buffered steps/sec of the extruder motor is called "se".
* Start autotemp mode with M109 S<mintemp> B<maxtemp> F<factor>
* The target temperature is set to mintemp+factor*se[steps/sec] and is limited by
* mintemp and maxtemp. Turn this off by excuting M109 without F*
* mintemp and maxtemp. Turn this off by executing M109 without F*
* Also, if the temperature is set to a value below mintemp, it will not be changed by autotemp.
* On an Ultimaker, some initial testing worked with M109 S215 B260 F1 in the start.gcode
*/