瀏覽代碼

Merge pull request #2868 from esenapaj/esenapaj-patch-1

Fix AUTOTEMP documentation in configs
Scott Lahteine 9 年之前
父節點
當前提交
b03787262a

+ 10
- 18
Marlin/example_configurations/Felix/Configuration_adv.h 查看文件

@@ -36,16 +36,6 @@
36 36
   #define THERMAL_PROTECTION_BED_HYSTERESIS 2 // Degrees Celsius
37 37
 #endif
38 38
 
39
-/**
40
- * Automatic Temperature:
41
- * The hotend target temperature is calculated by all the buffered lines of gcode.
42
- * The maximum buffered steps/sec of the extruder motor is called "se".
43
- * Start autotemp mode with M109 S<mintemp> B<maxtemp> F<factor>
44
- * The target temperature is set to mintemp+factor*se[steps/sec] and is limited by
45
- * mintemp and maxtemp. Turn this off by excuting M109 without F*
46
- * Also, if the temperature is set to a value below mintemp, it will not be changed by autotemp.
47
- * On an Ultimaker, some initial testing worked with M109 S215 B260 F1 in the start.gcode
48
- */
49 39
 #if ENABLED(PIDTEMP)
50 40
   // this adds an experimental additional term to the heating power, proportional to the extrusion speed.
51 41
   // if Kc is chosen well, the additional required power due to increased melting should be compensated.
@@ -56,14 +46,16 @@
56 46
   #endif
57 47
 #endif
58 48
 
59
-
60
-//automatic temperature: The hot end target temperature is calculated by all the buffered lines of gcode.
61
-//The maximum buffered steps/sec of the extruder motor are called "se".
62
-//You enter the autotemp mode by a M109 S<mintemp> B<maxtemp> F<factor>
63
-// the target temperature is set to mintemp+factor*se[steps/sec] and limited by mintemp and maxtemp
64
-// you exit the value by any M109 without F*
65
-// Also, if the temperature is set to a value <mintemp, it is not changed by autotemp.
66
-// on an Ultimaker, some initial testing worked with M109 S215 B260 F1 in the start.gcode
49
+/**
50
+ * Automatic Temperature:
51
+ * The hotend target temperature is calculated by all the buffered lines of gcode.
52
+ * The maximum buffered steps/sec of the extruder motor is called "se".
53
+ * Start autotemp mode with M109 S<mintemp> B<maxtemp> F<factor>
54
+ * The target temperature is set to mintemp+factor*se[steps/sec] and is limited by
55
+ * mintemp and maxtemp. Turn this off by excuting M109 without F*
56
+ * Also, if the temperature is set to a value below mintemp, it will not be changed by autotemp.
57
+ * On an Ultimaker, some initial testing worked with M109 S215 B260 F1 in the start.gcode
58
+ */
67 59
 #define AUTOTEMP
68 60
 #if ENABLED(AUTOTEMP)
69 61
   #define AUTOTEMP_OLDWEIGHT 0.98

+ 10
- 18
Marlin/example_configurations/Hephestos/Configuration_adv.h 查看文件

@@ -36,16 +36,6 @@
36 36
   #define THERMAL_PROTECTION_BED_HYSTERESIS 2 // Degrees Celsius
37 37
 #endif
38 38
 
39
-/**
40
- * Automatic Temperature:
41
- * The hotend target temperature is calculated by all the buffered lines of gcode.
42
- * The maximum buffered steps/sec of the extruder motor is called "se".
43
- * Start autotemp mode with M109 S<mintemp> B<maxtemp> F<factor>
44
- * The target temperature is set to mintemp+factor*se[steps/sec] and is limited by
45
- * mintemp and maxtemp. Turn this off by excuting M109 without F*
46
- * Also, if the temperature is set to a value below mintemp, it will not be changed by autotemp.
47
- * On an Ultimaker, some initial testing worked with M109 S215 B260 F1 in the start.gcode
48
- */
49 39
 #if ENABLED(PIDTEMP)
50 40
   // this adds an experimental additional term to the heating power, proportional to the extrusion speed.
51 41
   // if Kc is chosen well, the additional required power due to increased melting should be compensated.
@@ -56,14 +46,16 @@
56 46
   #endif
57 47
 #endif
58 48
 
59
-
60
-//automatic temperature: The hot end target temperature is calculated by all the buffered lines of gcode.
61
-//The maximum buffered steps/sec of the extruder motor are called "se".
62
-//You enter the autotemp mode by a M109 S<mintemp> B<maxtemp> F<factor>
63
-// the target temperature is set to mintemp+factor*se[steps/sec] and limited by mintemp and maxtemp
64
-// you exit the value by any M109 without F*
65
-// Also, if the temperature is set to a value <mintemp, it is not changed by autotemp.
66
-// on an Ultimaker, some initial testing worked with M109 S215 B260 F1 in the start.gcode
49
+/**
50
+ * Automatic Temperature:
51
+ * The hotend target temperature is calculated by all the buffered lines of gcode.
52
+ * The maximum buffered steps/sec of the extruder motor is called "se".
53
+ * Start autotemp mode with M109 S<mintemp> B<maxtemp> F<factor>
54
+ * The target temperature is set to mintemp+factor*se[steps/sec] and is limited by
55
+ * mintemp and maxtemp. Turn this off by excuting M109 without F*
56
+ * Also, if the temperature is set to a value below mintemp, it will not be changed by autotemp.
57
+ * On an Ultimaker, some initial testing worked with M109 S215 B260 F1 in the start.gcode
58
+ */
67 59
 #define AUTOTEMP
68 60
 #if ENABLED(AUTOTEMP)
69 61
   #define AUTOTEMP_OLDWEIGHT 0.98

+ 10
- 18
Marlin/example_configurations/K8200/Configuration_adv.h 查看文件

@@ -36,16 +36,6 @@
36 36
   #define THERMAL_PROTECTION_BED_HYSTERESIS 2 // Degrees Celsius
37 37
 #endif
38 38
 
39
-/**
40
- * Automatic Temperature:
41
- * The hotend target temperature is calculated by all the buffered lines of gcode.
42
- * The maximum buffered steps/sec of the extruder motor is called "se".
43
- * Start autotemp mode with M109 S<mintemp> B<maxtemp> F<factor>
44
- * The target temperature is set to mintemp+factor*se[steps/sec] and is limited by
45
- * mintemp and maxtemp. Turn this off by excuting M109 without F*
46
- * Also, if the temperature is set to a value below mintemp, it will not be changed by autotemp.
47
- * On an Ultimaker, some initial testing worked with M109 S215 B260 F1 in the start.gcode
48
- */
49 39
 #if ENABLED(PIDTEMP)
50 40
   // this adds an experimental additional term to the heating power, proportional to the extrusion speed.
51 41
   // if Kc is chosen well, the additional required power due to increased melting should be compensated.
@@ -56,14 +46,16 @@
56 46
   #endif
57 47
 #endif
58 48
 
59
-
60
-//automatic temperature: The hot end target temperature is calculated by all the buffered lines of gcode.
61
-//The maximum buffered steps/sec of the extruder motor are called "se".
62
-//You enter the autotemp mode by a M109 S<mintemp> B<maxtemp> F<factor>
63
-// the target temperature is set to mintemp+factor*se[steps/sec] and limited by mintemp and maxtemp
64
-// you exit the value by any M109 without F*
65
-// Also, if the temperature is set to a value <mintemp, it is not changed by autotemp.
66
-// on an Ultimaker, some initial testing worked with M109 S215 B260 F1 in the start.gcode
49
+/**
50
+ * Automatic Temperature:
51
+ * The hotend target temperature is calculated by all the buffered lines of gcode.
52
+ * The maximum buffered steps/sec of the extruder motor is called "se".
53
+ * Start autotemp mode with M109 S<mintemp> B<maxtemp> F<factor>
54
+ * The target temperature is set to mintemp+factor*se[steps/sec] and is limited by
55
+ * mintemp and maxtemp. Turn this off by excuting M109 without F*
56
+ * Also, if the temperature is set to a value below mintemp, it will not be changed by autotemp.
57
+ * On an Ultimaker, some initial testing worked with M109 S215 B260 F1 in the start.gcode
58
+ */
67 59
 #define AUTOTEMP
68 60
 #if ENABLED(AUTOTEMP)
69 61
   #define AUTOTEMP_OLDWEIGHT 0.98

+ 10
- 18
Marlin/example_configurations/SCARA/Configuration_adv.h 查看文件

@@ -36,16 +36,6 @@
36 36
   #define THERMAL_PROTECTION_BED_HYSTERESIS 2 // Degrees Celsius
37 37
 #endif
38 38
 
39
-/**
40
- * Automatic Temperature:
41
- * The hotend target temperature is calculated by all the buffered lines of gcode.
42
- * The maximum buffered steps/sec of the extruder motor is called "se".
43
- * Start autotemp mode with M109 S<mintemp> B<maxtemp> F<factor>
44
- * The target temperature is set to mintemp+factor*se[steps/sec] and is limited by
45
- * mintemp and maxtemp. Turn this off by excuting M109 without F*
46
- * Also, if the temperature is set to a value below mintemp, it will not be changed by autotemp.
47
- * On an Ultimaker, some initial testing worked with M109 S215 B260 F1 in the start.gcode
48
- */
49 39
 #if ENABLED(PIDTEMP)
50 40
   // this adds an experimental additional term to the heating power, proportional to the extrusion speed.
51 41
   // if Kc is chosen well, the additional required power due to increased melting should be compensated.
@@ -56,14 +46,16 @@
56 46
   #endif
57 47
 #endif
58 48
 
59
-
60
-//automatic temperature: The hot end target temperature is calculated by all the buffered lines of gcode.
61
-//The maximum buffered steps/sec of the extruder motor are called "se".
62
-//You enter the autotemp mode by a M109 S<mintemp> B<maxtemp> F<factor>
63
-// the target temperature is set to mintemp+factor*se[steps/sec] and limited by mintemp and maxtemp
64
-// you exit the value by any M109 without F*
65
-// Also, if the temperature is set to a value <mintemp, it is not changed by autotemp.
66
-// on an Ultimaker, some initial testing worked with M109 S215 B260 F1 in the start.gcode
49
+/**
50
+ * Automatic Temperature:
51
+ * The hotend target temperature is calculated by all the buffered lines of gcode.
52
+ * The maximum buffered steps/sec of the extruder motor is called "se".
53
+ * Start autotemp mode with M109 S<mintemp> B<maxtemp> F<factor>
54
+ * The target temperature is set to mintemp+factor*se[steps/sec] and is limited by
55
+ * mintemp and maxtemp. Turn this off by excuting M109 without F*
56
+ * Also, if the temperature is set to a value below mintemp, it will not be changed by autotemp.
57
+ * On an Ultimaker, some initial testing worked with M109 S215 B260 F1 in the start.gcode
58
+ */
67 59
 #define AUTOTEMP
68 60
 #if ENABLED(AUTOTEMP)
69 61
   #define AUTOTEMP_OLDWEIGHT 0.98

+ 10
- 18
Marlin/example_configurations/WITBOX/Configuration_adv.h 查看文件

@@ -36,16 +36,6 @@
36 36
   #define THERMAL_PROTECTION_BED_HYSTERESIS 2 // Degrees Celsius
37 37
 #endif
38 38
 
39
-/**
40
- * Automatic Temperature:
41
- * The hotend target temperature is calculated by all the buffered lines of gcode.
42
- * The maximum buffered steps/sec of the extruder motor is called "se".
43
- * Start autotemp mode with M109 S<mintemp> B<maxtemp> F<factor>
44
- * The target temperature is set to mintemp+factor*se[steps/sec] and is limited by
45
- * mintemp and maxtemp. Turn this off by excuting M109 without F*
46
- * Also, if the temperature is set to a value below mintemp, it will not be changed by autotemp.
47
- * On an Ultimaker, some initial testing worked with M109 S215 B260 F1 in the start.gcode
48
- */
49 39
 #if ENABLED(PIDTEMP)
50 40
   // this adds an experimental additional term to the heating power, proportional to the extrusion speed.
51 41
   // if Kc is chosen well, the additional required power due to increased melting should be compensated.
@@ -56,14 +46,16 @@
56 46
   #endif
57 47
 #endif
58 48
 
59
-
60
-//automatic temperature: The hot end target temperature is calculated by all the buffered lines of gcode.
61
-//The maximum buffered steps/sec of the extruder motor are called "se".
62
-//You enter the autotemp mode by a M109 S<mintemp> B<maxtemp> F<factor>
63
-// the target temperature is set to mintemp+factor*se[steps/sec] and limited by mintemp and maxtemp
64
-// you exit the value by any M109 without F*
65
-// Also, if the temperature is set to a value <mintemp, it is not changed by autotemp.
66
-// on an Ultimaker, some initial testing worked with M109 S215 B260 F1 in the start.gcode
49
+/**
50
+ * Automatic Temperature:
51
+ * The hotend target temperature is calculated by all the buffered lines of gcode.
52
+ * The maximum buffered steps/sec of the extruder motor is called "se".
53
+ * Start autotemp mode with M109 S<mintemp> B<maxtemp> F<factor>
54
+ * The target temperature is set to mintemp+factor*se[steps/sec] and is limited by
55
+ * mintemp and maxtemp. Turn this off by excuting M109 without F*
56
+ * Also, if the temperature is set to a value below mintemp, it will not be changed by autotemp.
57
+ * On an Ultimaker, some initial testing worked with M109 S215 B260 F1 in the start.gcode
58
+ */
67 59
 #define AUTOTEMP
68 60
 #if ENABLED(AUTOTEMP)
69 61
   #define AUTOTEMP_OLDWEIGHT 0.98

+ 10
- 18
Marlin/example_configurations/delta/biv2.5/Configuration_adv.h 查看文件

@@ -36,16 +36,6 @@
36 36
   #define THERMAL_PROTECTION_BED_HYSTERESIS 4 // Degrees Celsius
37 37
 #endif
38 38
 
39
-/**
40
- * Automatic Temperature:
41
- * The hotend target temperature is calculated by all the buffered lines of gcode.
42
- * The maximum buffered steps/sec of the extruder motor is called "se".
43
- * Start autotemp mode with M109 S<mintemp> B<maxtemp> F<factor>
44
- * The target temperature is set to mintemp+factor*se[steps/sec] and is limited by
45
- * mintemp and maxtemp. Turn this off by excuting M109 without F*
46
- * Also, if the temperature is set to a value below mintemp, it will not be changed by autotemp.
47
- * On an Ultimaker, some initial testing worked with M109 S215 B260 F1 in the start.gcode
48
- */
49 39
 #if ENABLED(PIDTEMP)
50 40
   // this adds an experimental additional term to the heating power, proportional to the extrusion speed.
51 41
   // if Kc is chosen well, the additional required power due to increased melting should be compensated.
@@ -56,14 +46,16 @@
56 46
   #endif
57 47
 #endif
58 48
 
59
-
60
-//automatic temperature: The hot end target temperature is calculated by all the buffered lines of gcode.
61
-//The maximum buffered steps/sec of the extruder motor are called "se".
62
-//You enter the autotemp mode by a M109 S<mintemp> B<maxtemp> F<factor>
63
-// the target temperature is set to mintemp+factor*se[steps/sec] and limited by mintemp and maxtemp
64
-// you exit the value by any M109 without F*
65
-// Also, if the temperature is set to a value <mintemp, it is not changed by autotemp.
66
-// on an Ultimaker, some initial testing worked with M109 S215 B260 F1 in the start.gcode
49
+/**
50
+ * Automatic Temperature:
51
+ * The hotend target temperature is calculated by all the buffered lines of gcode.
52
+ * The maximum buffered steps/sec of the extruder motor is called "se".
53
+ * Start autotemp mode with M109 S<mintemp> B<maxtemp> F<factor>
54
+ * The target temperature is set to mintemp+factor*se[steps/sec] and is limited by
55
+ * mintemp and maxtemp. Turn this off by excuting M109 without F*
56
+ * Also, if the temperature is set to a value below mintemp, it will not be changed by autotemp.
57
+ * On an Ultimaker, some initial testing worked with M109 S215 B260 F1 in the start.gcode
58
+ */
67 59
 #define AUTOTEMP
68 60
 #if ENABLED(AUTOTEMP)
69 61
   #define AUTOTEMP_OLDWEIGHT 0.98

+ 10
- 18
Marlin/example_configurations/delta/generic/Configuration_adv.h 查看文件

@@ -36,16 +36,6 @@
36 36
   #define THERMAL_PROTECTION_BED_HYSTERESIS 2 // Degrees Celsius
37 37
 #endif
38 38
 
39
-/**
40
- * Automatic Temperature:
41
- * The hotend target temperature is calculated by all the buffered lines of gcode.
42
- * The maximum buffered steps/sec of the extruder motor is called "se".
43
- * Start autotemp mode with M109 S<mintemp> B<maxtemp> F<factor>
44
- * The target temperature is set to mintemp+factor*se[steps/sec] and is limited by
45
- * mintemp and maxtemp. Turn this off by excuting M109 without F*
46
- * Also, if the temperature is set to a value below mintemp, it will not be changed by autotemp.
47
- * On an Ultimaker, some initial testing worked with M109 S215 B260 F1 in the start.gcode
48
- */
49 39
 #if ENABLED(PIDTEMP)
50 40
   // this adds an experimental additional term to the heating power, proportional to the extrusion speed.
51 41
   // if Kc is chosen well, the additional required power due to increased melting should be compensated.
@@ -56,14 +46,16 @@
56 46
   #endif
57 47
 #endif
58 48
 
59
-
60
-//automatic temperature: The hot end target temperature is calculated by all the buffered lines of gcode.
61
-//The maximum buffered steps/sec of the extruder motor are called "se".
62
-//You enter the autotemp mode by a M109 S<mintemp> B<maxtemp> F<factor>
63
-// the target temperature is set to mintemp+factor*se[steps/sec] and limited by mintemp and maxtemp
64
-// you exit the value by any M109 without F*
65
-// Also, if the temperature is set to a value <mintemp, it is not changed by autotemp.
66
-// on an Ultimaker, some initial testing worked with M109 S215 B260 F1 in the start.gcode
49
+/**
50
+ * Automatic Temperature:
51
+ * The hotend target temperature is calculated by all the buffered lines of gcode.
52
+ * The maximum buffered steps/sec of the extruder motor is called "se".
53
+ * Start autotemp mode with M109 S<mintemp> B<maxtemp> F<factor>
54
+ * The target temperature is set to mintemp+factor*se[steps/sec] and is limited by
55
+ * mintemp and maxtemp. Turn this off by excuting M109 without F*
56
+ * Also, if the temperature is set to a value below mintemp, it will not be changed by autotemp.
57
+ * On an Ultimaker, some initial testing worked with M109 S215 B260 F1 in the start.gcode
58
+ */
67 59
 #define AUTOTEMP
68 60
 #if ENABLED(AUTOTEMP)
69 61
   #define AUTOTEMP_OLDWEIGHT 0.98

+ 10
- 18
Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h 查看文件

@@ -36,16 +36,6 @@
36 36
   #define THERMAL_PROTECTION_BED_HYSTERESIS 2 // Degrees Celsius
37 37
 #endif
38 38
 
39
-/**
40
- * Automatic Temperature:
41
- * The hotend target temperature is calculated by all the buffered lines of gcode.
42
- * The maximum buffered steps/sec of the extruder motor is called "se".
43
- * Start autotemp mode with M109 S<mintemp> B<maxtemp> F<factor>
44
- * The target temperature is set to mintemp+factor*se[steps/sec] and is limited by
45
- * mintemp and maxtemp. Turn this off by excuting M109 without F*
46
- * Also, if the temperature is set to a value below mintemp, it will not be changed by autotemp.
47
- * On an Ultimaker, some initial testing worked with M109 S215 B260 F1 in the start.gcode
48
- */
49 39
 #if ENABLED(PIDTEMP)
50 40
   // this adds an experimental additional term to the heating power, proportional to the extrusion speed.
51 41
   // if Kc is chosen well, the additional required power due to increased melting should be compensated.
@@ -56,14 +46,16 @@
56 46
   #endif
57 47
 #endif
58 48
 
59
-
60
-//automatic temperature: The hot end target temperature is calculated by all the buffered lines of gcode.
61
-//The maximum buffered steps/sec of the extruder motor are called "se".
62
-//You enter the autotemp mode by a M109 S<mintemp> B<maxtemp> F<factor>
63
-// the target temperature is set to mintemp+factor*se[steps/sec] and limited by mintemp and maxtemp
64
-// you exit the value by any M109 without F*
65
-// Also, if the temperature is set to a value <mintemp, it is not changed by autotemp.
66
-// on an Ultimaker, some initial testing worked with M109 S215 B260 F1 in the start.gcode
49
+/**
50
+ * Automatic Temperature:
51
+ * The hotend target temperature is calculated by all the buffered lines of gcode.
52
+ * The maximum buffered steps/sec of the extruder motor is called "se".
53
+ * Start autotemp mode with M109 S<mintemp> B<maxtemp> F<factor>
54
+ * The target temperature is set to mintemp+factor*se[steps/sec] and is limited by
55
+ * mintemp and maxtemp. Turn this off by excuting M109 without F*
56
+ * Also, if the temperature is set to a value below mintemp, it will not be changed by autotemp.
57
+ * On an Ultimaker, some initial testing worked with M109 S215 B260 F1 in the start.gcode
58
+ */
67 59
 #define AUTOTEMP
68 60
 #if ENABLED(AUTOTEMP)
69 61
   #define AUTOTEMP_OLDWEIGHT 0.98

+ 10
- 18
Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h 查看文件

@@ -40,16 +40,6 @@
40 40
   #define THERMAL_PROTECTION_BED_HYSTERESIS 2 // Degrees Celsius
41 41
 #endif
42 42
 
43
-/**
44
- * Automatic Temperature:
45
- * The hotend target temperature is calculated by all the buffered lines of gcode.
46
- * The maximum buffered steps/sec of the extruder motor is called "se".
47
- * Start autotemp mode with M109 S<mintemp> B<maxtemp> F<factor>
48
- * The target temperature is set to mintemp+factor*se[steps/sec] and is limited by
49
- * mintemp and maxtemp. Turn this off by excuting M109 without F*
50
- * Also, if the temperature is set to a value below mintemp, it will not be changed by autotemp.
51
- * On an Ultimaker, some initial testing worked with M109 S215 B260 F1 in the start.gcode
52
- */
53 43
 #if ENABLED(PIDTEMP)
54 44
   // this adds an experimental additional term to the heating power, proportional to the extrusion speed.
55 45
   // if Kc is chosen well, the additional required power due to increased melting should be compensated.
@@ -60,14 +50,16 @@
60 50
   #endif
61 51
 #endif
62 52
 
63
-
64
-//automatic temperature: The hot end target temperature is calculated by all the buffered lines of gcode.
65
-//The maximum buffered steps/sec of the extruder motor are called "se".
66
-//You enter the autotemp mode by a M109 S<mintemp> B<maxtemp> F<factor>
67
-// the target temperature is set to mintemp+factor*se[steps/sec] and limited by mintemp and maxtemp
68
-// you exit the value by any M109 without F*
69
-// Also, if the temperature is set to a value <mintemp, it is not changed by autotemp.
70
-// on an Ultimaker, some initial testing worked with M109 S215 B260 F1 in the start.gcode
53
+/**
54
+ * Automatic Temperature:
55
+ * The hotend target temperature is calculated by all the buffered lines of gcode.
56
+ * The maximum buffered steps/sec of the extruder motor is called "se".
57
+ * Start autotemp mode with M109 S<mintemp> B<maxtemp> F<factor>
58
+ * The target temperature is set to mintemp+factor*se[steps/sec] and is limited by
59
+ * mintemp and maxtemp. Turn this off by excuting M109 without F*
60
+ * Also, if the temperature is set to a value below mintemp, it will not be changed by autotemp.
61
+ * On an Ultimaker, some initial testing worked with M109 S215 B260 F1 in the start.gcode
62
+ */
71 63
 #define AUTOTEMP
72 64
 #if ENABLED(AUTOTEMP)
73 65
   #define AUTOTEMP_OLDWEIGHT 0.98

+ 10
- 18
Marlin/example_configurations/makibox/Configuration_adv.h 查看文件

@@ -36,16 +36,6 @@
36 36
   #define THERMAL_PROTECTION_BED_HYSTERESIS 2 // Degrees Celsius
37 37
 #endif
38 38
 
39
-/**
40
- * Automatic Temperature:
41
- * The hotend target temperature is calculated by all the buffered lines of gcode.
42
- * The maximum buffered steps/sec of the extruder motor is called "se".
43
- * Start autotemp mode with M109 S<mintemp> B<maxtemp> F<factor>
44
- * The target temperature is set to mintemp+factor*se[steps/sec] and is limited by
45
- * mintemp and maxtemp. Turn this off by excuting M109 without F*
46
- * Also, if the temperature is set to a value below mintemp, it will not be changed by autotemp.
47
- * On an Ultimaker, some initial testing worked with M109 S215 B260 F1 in the start.gcode
48
- */
49 39
 #if ENABLED(PIDTEMP)
50 40
   // this adds an experimental additional term to the heating power, proportional to the extrusion speed.
51 41
   // if Kc is chosen well, the additional required power due to increased melting should be compensated.
@@ -56,14 +46,16 @@
56 46
   #endif
57 47
 #endif
58 48
 
59
-
60
-//automatic temperature: The hot end target temperature is calculated by all the buffered lines of gcode.
61
-//The maximum buffered steps/sec of the extruder motor are called "se".
62
-//You enter the autotemp mode by a M109 S<mintemp> B<maxtemp> F<factor>
63
-// the target temperature is set to mintemp+factor*se[steps/sec] and limited by mintemp and maxtemp
64
-// you exit the value by any M109 without F*
65
-// Also, if the temperature is set to a value <mintemp, it is not changed by autotemp.
66
-// on an Ultimaker, some initial testing worked with M109 S215 B260 F1 in the start.gcode
49
+/**
50
+ * Automatic Temperature:
51
+ * The hotend target temperature is calculated by all the buffered lines of gcode.
52
+ * The maximum buffered steps/sec of the extruder motor is called "se".
53
+ * Start autotemp mode with M109 S<mintemp> B<maxtemp> F<factor>
54
+ * The target temperature is set to mintemp+factor*se[steps/sec] and is limited by
55
+ * mintemp and maxtemp. Turn this off by excuting M109 without F*
56
+ * Also, if the temperature is set to a value below mintemp, it will not be changed by autotemp.
57
+ * On an Ultimaker, some initial testing worked with M109 S215 B260 F1 in the start.gcode
58
+ */
67 59
 #define AUTOTEMP
68 60
 #if ENABLED(AUTOTEMP)
69 61
   #define AUTOTEMP_OLDWEIGHT 0.98

+ 10
- 18
Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h 查看文件

@@ -36,16 +36,6 @@
36 36
   #define THERMAL_PROTECTION_BED_HYSTERESIS 2 // Degrees Celsius
37 37
 #endif
38 38
 
39
-/**
40
- * Automatic Temperature:
41
- * The hotend target temperature is calculated by all the buffered lines of gcode.
42
- * The maximum buffered steps/sec of the extruder motor is called "se".
43
- * Start autotemp mode with M109 S<mintemp> B<maxtemp> F<factor>
44
- * The target temperature is set to mintemp+factor*se[steps/sec] and is limited by
45
- * mintemp and maxtemp. Turn this off by excuting M109 without F*
46
- * Also, if the temperature is set to a value below mintemp, it will not be changed by autotemp.
47
- * On an Ultimaker, some initial testing worked with M109 S215 B260 F1 in the start.gcode
48
- */
49 39
 #if ENABLED(PIDTEMP)
50 40
   // this adds an experimental additional term to the heating power, proportional to the extrusion speed.
51 41
   // if Kc is chosen well, the additional required power due to increased melting should be compensated.
@@ -56,14 +46,16 @@
56 46
   #endif
57 47
 #endif
58 48
 
59
-
60
-//automatic temperature: The hot end target temperature is calculated by all the buffered lines of gcode.
61
-//The maximum buffered steps/sec of the extruder motor are called "se".
62
-//You enter the autotemp mode by a M109 S<mintemp> B<maxtemp> F<factor>
63
-// the target temperature is set to mintemp+factor*se[steps/sec] and limited by mintemp and maxtemp
64
-// you exit the value by any M109 without F*
65
-// Also, if the temperature is set to a value <mintemp, it is not changed by autotemp.
66
-// on an Ultimaker, some initial testing worked with M109 S215 B260 F1 in the start.gcode
49
+/**
50
+ * Automatic Temperature:
51
+ * The hotend target temperature is calculated by all the buffered lines of gcode.
52
+ * The maximum buffered steps/sec of the extruder motor is called "se".
53
+ * Start autotemp mode with M109 S<mintemp> B<maxtemp> F<factor>
54
+ * The target temperature is set to mintemp+factor*se[steps/sec] and is limited by
55
+ * mintemp and maxtemp. Turn this off by excuting M109 without F*
56
+ * Also, if the temperature is set to a value below mintemp, it will not be changed by autotemp.
57
+ * On an Ultimaker, some initial testing worked with M109 S215 B260 F1 in the start.gcode
58
+ */
67 59
 #define AUTOTEMP
68 60
 #if ENABLED(AUTOTEMP)
69 61
   #define AUTOTEMP_OLDWEIGHT 0.98

Loading…
取消
儲存