Browse Source

Cleanup extruder runout configs

Scott Lahteine 8 years ago
parent
commit
f84d85f761

+ 3
- 3
Marlin/Configuration_adv.h View File

@@ -147,9 +147,9 @@
147 147
 //if the machine is idle, and the temperature over MINTEMP, every couple of SECONDS some filament is extruded
148 148
 //#define EXTRUDER_RUNOUT_PREVENT
149 149
 #define EXTRUDER_RUNOUT_MINTEMP 190
150
-#define EXTRUDER_RUNOUT_SECONDS 30.
151
-#define EXTRUDER_RUNOUT_ESTEPS 14. //mm filament
152
-#define EXTRUDER_RUNOUT_SPEED 1500.  //extrusion speed
150
+#define EXTRUDER_RUNOUT_SECONDS 30
151
+#define EXTRUDER_RUNOUT_ESTEPS 14   // mm filament
152
+#define EXTRUDER_RUNOUT_SPEED 1500  // extrusion speed
153 153
 #define EXTRUDER_RUNOUT_EXTRUDE 100
154 154
 
155 155
 // @section temperature

+ 3
- 3
Marlin/example_configurations/Cartesio/Configuration_adv.h View File

@@ -147,9 +147,9 @@
147 147
 //if the machine is idle, and the temperature over MINTEMP, every couple of SECONDS some filament is extruded
148 148
 //#define EXTRUDER_RUNOUT_PREVENT
149 149
 #define EXTRUDER_RUNOUT_MINTEMP 190
150
-#define EXTRUDER_RUNOUT_SECONDS 30.
151
-#define EXTRUDER_RUNOUT_ESTEPS 14. //mm filament
152
-#define EXTRUDER_RUNOUT_SPEED 1500.  //extrusion speed
150
+#define EXTRUDER_RUNOUT_SECONDS 30
151
+#define EXTRUDER_RUNOUT_ESTEPS 14   // mm filament
152
+#define EXTRUDER_RUNOUT_SPEED 1500  // extrusion speed
153 153
 #define EXTRUDER_RUNOUT_EXTRUDE 100
154 154
 
155 155
 // @section temperature

+ 3
- 3
Marlin/example_configurations/Felix/Configuration_adv.h View File

@@ -147,9 +147,9 @@
147 147
 //if the machine is idle, and the temperature over MINTEMP, every couple of SECONDS some filament is extruded
148 148
 //#define EXTRUDER_RUNOUT_PREVENT
149 149
 #define EXTRUDER_RUNOUT_MINTEMP 190
150
-#define EXTRUDER_RUNOUT_SECONDS 30.
151
-#define EXTRUDER_RUNOUT_ESTEPS 14. //mm filament
152
-#define EXTRUDER_RUNOUT_SPEED 1500.  //extrusion speed
150
+#define EXTRUDER_RUNOUT_SECONDS 30
151
+#define EXTRUDER_RUNOUT_ESTEPS 14   // mm filament
152
+#define EXTRUDER_RUNOUT_SPEED 1500  // extrusion speed
153 153
 #define EXTRUDER_RUNOUT_EXTRUDE 100
154 154
 
155 155
 // @section temperature

+ 3
- 3
Marlin/example_configurations/Hephestos/Configuration_adv.h View File

@@ -147,9 +147,9 @@
147 147
 //if the machine is idle, and the temperature over MINTEMP, every couple of SECONDS some filament is extruded
148 148
 //#define EXTRUDER_RUNOUT_PREVENT
149 149
 #define EXTRUDER_RUNOUT_MINTEMP 190
150
-#define EXTRUDER_RUNOUT_SECONDS 30.
151
-#define EXTRUDER_RUNOUT_ESTEPS 14. //mm filament
152
-#define EXTRUDER_RUNOUT_SPEED 1500.  //extrusion speed
150
+#define EXTRUDER_RUNOUT_SECONDS 30
151
+#define EXTRUDER_RUNOUT_ESTEPS 14   // mm filament
152
+#define EXTRUDER_RUNOUT_SPEED 1500  // extrusion speed
153 153
 #define EXTRUDER_RUNOUT_EXTRUDE 100
154 154
 
155 155
 // @section temperature

+ 3
- 3
Marlin/example_configurations/Hephestos_2/Configuration_adv.h View File

@@ -147,9 +147,9 @@
147 147
 //if the machine is idle, and the temperature over MINTEMP, every couple of SECONDS some filament is extruded
148 148
 //#define EXTRUDER_RUNOUT_PREVENT
149 149
 #define EXTRUDER_RUNOUT_MINTEMP 190
150
-#define EXTRUDER_RUNOUT_SECONDS 30.
151
-#define EXTRUDER_RUNOUT_ESTEPS 14. //mm filament
152
-#define EXTRUDER_RUNOUT_SPEED 1500.  //extrusion speed
150
+#define EXTRUDER_RUNOUT_SECONDS 30
151
+#define EXTRUDER_RUNOUT_ESTEPS 14   // mm filament
152
+#define EXTRUDER_RUNOUT_SPEED 1500  // extrusion speed
153 153
 #define EXTRUDER_RUNOUT_EXTRUDE 100
154 154
 
155 155
 // @section temperature

+ 3
- 3
Marlin/example_configurations/K8200/Configuration_adv.h View File

@@ -153,9 +153,9 @@
153 153
 //if the machine is idle, and the temperature over MINTEMP, every couple of SECONDS some filament is extruded
154 154
 //#define EXTRUDER_RUNOUT_PREVENT
155 155
 #define EXTRUDER_RUNOUT_MINTEMP 190
156
-#define EXTRUDER_RUNOUT_SECONDS 30.
157
-#define EXTRUDER_RUNOUT_ESTEPS 14. //mm filament
158
-#define EXTRUDER_RUNOUT_SPEED 1500.  //extrusion speed
156
+#define EXTRUDER_RUNOUT_SECONDS 30
157
+#define EXTRUDER_RUNOUT_ESTEPS 14   // mm filament
158
+#define EXTRUDER_RUNOUT_SPEED 1500  // extrusion speed
159 159
 #define EXTRUDER_RUNOUT_EXTRUDE 100
160 160
 
161 161
 // @section temperature

+ 3
- 3
Marlin/example_configurations/RigidBot/Configuration_adv.h View File

@@ -147,9 +147,9 @@
147 147
 //if the machine is idle, and the temperature over MINTEMP, every couple of SECONDS some filament is extruded
148 148
 //#define EXTRUDER_RUNOUT_PREVENT
149 149
 #define EXTRUDER_RUNOUT_MINTEMP 190
150
-#define EXTRUDER_RUNOUT_SECONDS 30.
151
-#define EXTRUDER_RUNOUT_ESTEPS 14. //mm filament
152
-#define EXTRUDER_RUNOUT_SPEED 1500.  //extrusion speed
150
+#define EXTRUDER_RUNOUT_SECONDS 30
151
+#define EXTRUDER_RUNOUT_ESTEPS 14   // mm filament
152
+#define EXTRUDER_RUNOUT_SPEED 1500  // extrusion speed
153 153
 #define EXTRUDER_RUNOUT_EXTRUDE 100
154 154
 
155 155
 // @section temperature

+ 3
- 3
Marlin/example_configurations/SCARA/Configuration_adv.h View File

@@ -147,9 +147,9 @@
147 147
 //if the machine is idle, and the temperature over MINTEMP, every couple of SECONDS some filament is extruded
148 148
 //#define EXTRUDER_RUNOUT_PREVENT
149 149
 #define EXTRUDER_RUNOUT_MINTEMP 180
150
-#define EXTRUDER_RUNOUT_SECONDS 30.
151
-#define EXTRUDER_RUNOUT_ESTEPS 14. //mm filament
152
-#define EXTRUDER_RUNOUT_SPEED 180.  //extrusion speed
150
+#define EXTRUDER_RUNOUT_SECONDS 30
151
+#define EXTRUDER_RUNOUT_ESTEPS 14   // mm filament
152
+#define EXTRUDER_RUNOUT_SPEED 180   // extrusion speed
153 153
 #define EXTRUDER_RUNOUT_EXTRUDE 100
154 154
 
155 155
 // @section temperature

+ 3
- 3
Marlin/example_configurations/TAZ4/Configuration_adv.h View File

@@ -147,9 +147,9 @@
147 147
 //if the machine is idle, and the temperature over MINTEMP, every couple of SECONDS some filament is extruded
148 148
 //#define EXTRUDER_RUNOUT_PREVENT
149 149
 #define EXTRUDER_RUNOUT_MINTEMP 190
150
-#define EXTRUDER_RUNOUT_SECONDS 30.
151
-#define EXTRUDER_RUNOUT_ESTEPS 14. //mm filament
152
-#define EXTRUDER_RUNOUT_SPEED 1500.  //extrusion speed
150
+#define EXTRUDER_RUNOUT_SECONDS 30
151
+#define EXTRUDER_RUNOUT_ESTEPS 14   // mm filament
152
+#define EXTRUDER_RUNOUT_SPEED 1500  // extrusion speed
153 153
 #define EXTRUDER_RUNOUT_EXTRUDE 100
154 154
 
155 155
 // @section temperature

+ 3
- 3
Marlin/example_configurations/WITBOX/Configuration_adv.h View File

@@ -147,9 +147,9 @@
147 147
 //if the machine is idle, and the temperature over MINTEMP, every couple of SECONDS some filament is extruded
148 148
 //#define EXTRUDER_RUNOUT_PREVENT
149 149
 #define EXTRUDER_RUNOUT_MINTEMP 190
150
-#define EXTRUDER_RUNOUT_SECONDS 30.
151
-#define EXTRUDER_RUNOUT_ESTEPS 14. //mm filament
152
-#define EXTRUDER_RUNOUT_SPEED 1500.  //extrusion speed
150
+#define EXTRUDER_RUNOUT_SECONDS 30
151
+#define EXTRUDER_RUNOUT_ESTEPS 14   // mm filament
152
+#define EXTRUDER_RUNOUT_SPEED 1500  // extrusion speed
153 153
 #define EXTRUDER_RUNOUT_EXTRUDE 100
154 154
 
155 155
 // @section temperature

+ 3
- 3
Marlin/example_configurations/delta/biv2.5/Configuration_adv.h View File

@@ -147,9 +147,9 @@
147 147
 //if the machine is idle, and the temperature over MINTEMP, every couple of SECONDS some filament is extruded
148 148
 //#define EXTRUDER_RUNOUT_PREVENT
149 149
 #define EXTRUDER_RUNOUT_MINTEMP 190
150
-#define EXTRUDER_RUNOUT_SECONDS 30.
151
-#define EXTRUDER_RUNOUT_ESTEPS 14. //mm filament
152
-#define EXTRUDER_RUNOUT_SPEED 1500.  //extrusion speed
150
+#define EXTRUDER_RUNOUT_SECONDS 30
151
+#define EXTRUDER_RUNOUT_ESTEPS 14   // mm filament
152
+#define EXTRUDER_RUNOUT_SPEED 1500  // extrusion speed
153 153
 #define EXTRUDER_RUNOUT_EXTRUDE 100
154 154
 
155 155
 // @section temperature

+ 3
- 3
Marlin/example_configurations/delta/generic/Configuration_adv.h View File

@@ -147,9 +147,9 @@
147 147
 //if the machine is idle, and the temperature over MINTEMP, every couple of SECONDS some filament is extruded
148 148
 //#define EXTRUDER_RUNOUT_PREVENT
149 149
 #define EXTRUDER_RUNOUT_MINTEMP 190
150
-#define EXTRUDER_RUNOUT_SECONDS 30.
151
-#define EXTRUDER_RUNOUT_ESTEPS 14. //mm filament
152
-#define EXTRUDER_RUNOUT_SPEED 1500.  //extrusion speed
150
+#define EXTRUDER_RUNOUT_SECONDS 30
151
+#define EXTRUDER_RUNOUT_ESTEPS 14   // mm filament
152
+#define EXTRUDER_RUNOUT_SPEED 1500  // extrusion speed
153 153
 #define EXTRUDER_RUNOUT_EXTRUDE 100
154 154
 
155 155
 // @section temperature

+ 3
- 3
Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h View File

@@ -147,9 +147,9 @@
147 147
 //if the machine is idle, and the temperature over MINTEMP, every couple of SECONDS some filament is extruded
148 148
 //#define EXTRUDER_RUNOUT_PREVENT
149 149
 #define EXTRUDER_RUNOUT_MINTEMP 190
150
-#define EXTRUDER_RUNOUT_SECONDS 30.
151
-#define EXTRUDER_RUNOUT_ESTEPS 14. //mm filament
152
-#define EXTRUDER_RUNOUT_SPEED 1500.  //extrusion speed
150
+#define EXTRUDER_RUNOUT_SECONDS 30
151
+#define EXTRUDER_RUNOUT_ESTEPS 14   // mm filament
152
+#define EXTRUDER_RUNOUT_SPEED 1500  // extrusion speed
153 153
 #define EXTRUDER_RUNOUT_EXTRUDE 100
154 154
 
155 155
 // @section temperature

+ 3
- 3
Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h View File

@@ -152,9 +152,9 @@
152 152
 //if the machine is idle, and the temperature over MINTEMP, every couple of SECONDS some filament is extruded
153 153
 //#define EXTRUDER_RUNOUT_PREVENT
154 154
 #define EXTRUDER_RUNOUT_MINTEMP 190
155
-#define EXTRUDER_RUNOUT_SECONDS 30.
156
-#define EXTRUDER_RUNOUT_ESTEPS 14. //mm filament
157
-#define EXTRUDER_RUNOUT_SPEED 1500.  //extrusion speed
155
+#define EXTRUDER_RUNOUT_SECONDS 30
156
+#define EXTRUDER_RUNOUT_ESTEPS 14   // mm filament
157
+#define EXTRUDER_RUNOUT_SPEED 1500  // extrusion speed
158 158
 #define EXTRUDER_RUNOUT_EXTRUDE 100
159 159
 
160 160
 // @section temperature

+ 3
- 3
Marlin/example_configurations/delta/kossel_xl/Configuration_adv.h View File

@@ -147,9 +147,9 @@
147 147
 //if the machine is idle, and the temperature over MINTEMP, every couple of SECONDS some filament is extruded
148 148
 //#define EXTRUDER_RUNOUT_PREVENT
149 149
 #define EXTRUDER_RUNOUT_MINTEMP 190
150
-#define EXTRUDER_RUNOUT_SECONDS 30.
151
-#define EXTRUDER_RUNOUT_ESTEPS 14. //mm filament
152
-#define EXTRUDER_RUNOUT_SPEED 1500.  //extrusion speed
150
+#define EXTRUDER_RUNOUT_SECONDS 30
151
+#define EXTRUDER_RUNOUT_ESTEPS 14   // mm filament
152
+#define EXTRUDER_RUNOUT_SPEED 1500  // extrusion speed
153 153
 #define EXTRUDER_RUNOUT_EXTRUDE 100
154 154
 
155 155
 // @section temperature

+ 3
- 3
Marlin/example_configurations/makibox/Configuration_adv.h View File

@@ -147,9 +147,9 @@
147 147
 //if the machine is idle, and the temperature over MINTEMP, every couple of SECONDS some filament is extruded
148 148
 //#define EXTRUDER_RUNOUT_PREVENT
149 149
 #define EXTRUDER_RUNOUT_MINTEMP 190
150
-#define EXTRUDER_RUNOUT_SECONDS 30.
151
-#define EXTRUDER_RUNOUT_ESTEPS 14. //mm filament
152
-#define EXTRUDER_RUNOUT_SPEED 1500.  //extrusion speed
150
+#define EXTRUDER_RUNOUT_SECONDS 30
151
+#define EXTRUDER_RUNOUT_ESTEPS 14   // mm filament
152
+#define EXTRUDER_RUNOUT_SPEED 1500  // extrusion speed
153 153
 #define EXTRUDER_RUNOUT_EXTRUDE 100
154 154
 
155 155
 // @section temperature

+ 3
- 3
Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h View File

@@ -147,9 +147,9 @@
147 147
 //if the machine is idle, and the temperature over MINTEMP, every couple of SECONDS some filament is extruded
148 148
 //#define EXTRUDER_RUNOUT_PREVENT
149 149
 #define EXTRUDER_RUNOUT_MINTEMP 190
150
-#define EXTRUDER_RUNOUT_SECONDS 30.
151
-#define EXTRUDER_RUNOUT_ESTEPS 14. //mm filament
152
-#define EXTRUDER_RUNOUT_SPEED 1500.  //extrusion speed
150
+#define EXTRUDER_RUNOUT_SECONDS 30
151
+#define EXTRUDER_RUNOUT_ESTEPS 14   // mm filament
152
+#define EXTRUDER_RUNOUT_SPEED 1500  // extrusion speed
153 153
 #define EXTRUDER_RUNOUT_EXTRUDE 100
154 154
 
155 155
 // @section temperature

Loading…
Cancel
Save