Browse Source

Remove obsolete HEATER_BED_DUTY_CYCLE_DIVIDER #2977

Scott Lahteine 8 years ago
parent
commit
159ff94afd

+ 0
- 5
Marlin/Configuration.h View File

@@ -178,11 +178,6 @@ Here are some standard links for getting your machine calibrated:
178 178
 #define HEATER_3_MAXTEMP 275
179 179
 #define BED_MAXTEMP 150
180 180
 
181
-// If your bed has low resistance e.g. .6 ohm and throws the fuse you can duty cycle it to reduce the
182
-// average current. The value should be an integer and the heat bed will be turned on for 1 interval of
183
-// HEATER_BED_DUTY_CYCLE_DIVIDER intervals.
184
-//#define HEATER_BED_DUTY_CYCLE_DIVIDER 4
185
-
186 181
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
187 182
 //#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
188 183
 //#define BED_WATTS (12.0*12.0/1.1)      // P=I^2/R

+ 0
- 5
Marlin/configurator/config/Configuration.h View File

@@ -178,11 +178,6 @@ Here are some standard links for getting your machine calibrated:
178 178
 #define HEATER_3_MAXTEMP 275
179 179
 #define BED_MAXTEMP 150
180 180
 
181
-// If your bed has low resistance e.g. .6 ohm and throws the fuse you can duty cycle it to reduce the
182
-// average current. The value should be an integer and the heat bed will be turned on for 1 interval of
183
-// HEATER_BED_DUTY_CYCLE_DIVIDER intervals.
184
-//#define HEATER_BED_DUTY_CYCLE_DIVIDER 4
185
-
186 181
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
187 182
 //#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
188 183
 //#define BED_WATTS (12.0*12.0/1.1)      // P=I^2/R

+ 0
- 5
Marlin/example_configurations/Felix/Configuration.h View File

@@ -178,11 +178,6 @@ Here are some standard links for getting your machine calibrated:
178 178
 #define HEATER_3_MAXTEMP 275
179 179
 #define BED_MAXTEMP 150
180 180
 
181
-// If your bed has low resistance e.g. .6 ohm and throws the fuse you can duty cycle it to reduce the
182
-// average current. The value should be an integer and the heat bed will be turned on for 1 interval of
183
-// HEATER_BED_DUTY_CYCLE_DIVIDER intervals.
184
-//#define HEATER_BED_DUTY_CYCLE_DIVIDER 4
185
-
186 181
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
187 182
 //#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
188 183
 //#define BED_WATTS (12.0*12.0/1.1)      // P=I^2/R

+ 0
- 5
Marlin/example_configurations/Felix/Configuration_DUAL.h View File

@@ -167,11 +167,6 @@ Here are some standard links for getting your machine calibrated:
167 167
 #define HEATER_3_MAXTEMP 275
168 168
 #define BED_MAXTEMP 150
169 169
 
170
-// If your bed has low resistance e.g. .6 ohm and throws the fuse you can duty cycle it to reduce the
171
-// average current. The value should be an integer and the heat bed will be turned on for 1 interval of
172
-// HEATER_BED_DUTY_CYCLE_DIVIDER intervals.
173
-//#define HEATER_BED_DUTY_CYCLE_DIVIDER 4
174
-
175 170
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
176 171
 //#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
177 172
 //#define BED_WATTS (12.0*12.0/1.1)      // P=I^2/R

+ 0
- 5
Marlin/example_configurations/Hephestos/Configuration.h View File

@@ -181,11 +181,6 @@ Here are some standard links for getting your machine calibrated:
181 181
 #define HEATER_3_MAXTEMP 260
182 182
 #define BED_MAXTEMP 150
183 183
 
184
-// If your bed has low resistance e.g. .6 ohm and throws the fuse you can duty cycle it to reduce the
185
-// average current. The value should be an integer and the heat bed will be turned on for 1 interval of
186
-// HEATER_BED_DUTY_CYCLE_DIVIDER intervals.
187
-//#define HEATER_BED_DUTY_CYCLE_DIVIDER 4
188
-
189 184
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
190 185
 //#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
191 186
 //#define BED_WATTS (12.0*12.0/1.1)      // P=I^2/R

+ 0
- 5
Marlin/example_configurations/K8200/Configuration.h View File

@@ -183,11 +183,6 @@ Here are some standard links for getting your machine calibrated:
183 183
 #define HEATER_3_MAXTEMP 275
184 184
 #define BED_MAXTEMP 150
185 185
 
186
-// If your bed has low resistance e.g. .6 ohm and throws the fuse you can duty cycle it to reduce the
187
-// average current. The value should be an integer and the heat bed will be turned on for 1 interval of
188
-// HEATER_BED_DUTY_CYCLE_DIVIDER intervals.
189
-//#define HEATER_BED_DUTY_CYCLE_DIVIDER 4
190
-
191 186
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
192 187
 //#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
193 188
 //#define BED_WATTS (12.0*12.0/1.1)      // P=I^2/R

+ 0
- 5
Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h View File

@@ -178,11 +178,6 @@ Here are some standard links for getting your machine calibrated:
178 178
 #define HEATER_3_MAXTEMP 275
179 179
 #define BED_MAXTEMP 150
180 180
 
181
-// If your bed has low resistance e.g. .6 ohm and throws the fuse you can duty cycle it to reduce the
182
-// average current. The value should be an integer and the heat bed will be turned on for 1 interval of
183
-// HEATER_BED_DUTY_CYCLE_DIVIDER intervals.
184
-//#define HEATER_BED_DUTY_CYCLE_DIVIDER 4
185
-
186 181
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
187 182
 //#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
188 183
 //#define BED_WATTS (12.0*12.0/1.1)      // P=I^2/R

+ 0
- 5
Marlin/example_configurations/RigidBot/Configuration.h View File

@@ -178,11 +178,6 @@ Here are some standard links for getting your machine calibrated:
178 178
 #define HEATER_3_MAXTEMP 275
179 179
 #define BED_MAXTEMP 150
180 180
 
181
-// If your bed has low resistance e.g. .6 ohm and throws the fuse you can duty cycle it to reduce the
182
-// average current. The value should be an integer and the heat bed will be turned on for 1 interval of
183
-// HEATER_BED_DUTY_CYCLE_DIVIDER intervals.
184
-//#define HEATER_BED_DUTY_CYCLE_DIVIDER 4
185
-
186 181
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
187 182
 //#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
188 183
 //#define BED_WATTS (12.0*12.0/1.1)      // P=I^2/R

+ 0
- 5
Marlin/example_configurations/SCARA/Configuration.h View File

@@ -203,11 +203,6 @@ Here are some standard links for getting your machine calibrated:
203 203
 #define HEATER_3_MAXTEMP 275
204 204
 #define BED_MAXTEMP 150
205 205
 
206
-// If your bed has low resistance e.g. .6 ohm and throws the fuse you can duty cycle it to reduce the
207
-// average current. The value should be an integer and the heat bed will be turned on for 1 interval of
208
-// HEATER_BED_DUTY_CYCLE_DIVIDER intervals.
209
-//#define HEATER_BED_DUTY_CYCLE_DIVIDER 4
210
-
211 206
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
212 207
 #define EXTRUDER_WATTS (2*2/5.9) //  P=I^2/R
213 208
 #define BED_WATTS (5.45*5.45/2.2)      // P=I^2/R

+ 0
- 5
Marlin/example_configurations/TAZ4/Configuration.h View File

@@ -178,11 +178,6 @@ Here are some standard links for getting your machine calibrated:
178 178
 #define HEATER_3_MAXTEMP 250
179 179
 #define BED_MAXTEMP 150
180 180
 
181
-// If your bed has low resistance e.g. .6 ohm and throws the fuse you can duty cycle it to reduce the
182
-// average current. The value should be an integer and the heat bed will be turned on for 1 interval of
183
-// HEATER_BED_DUTY_CYCLE_DIVIDER intervals.
184
-//#define HEATER_BED_DUTY_CYCLE_DIVIDER 4
185
-
186 181
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
187 182
 //#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
188 183
 //#define BED_WATTS (12.0*12.0/1.1)      // P=I^2/R

+ 0
- 5
Marlin/example_configurations/WITBOX/Configuration.h View File

@@ -181,11 +181,6 @@ Here are some standard links for getting your machine calibrated:
181 181
 #define HEATER_3_MAXTEMP 260
182 182
 #define BED_MAXTEMP 150
183 183
 
184
-// If your bed has low resistance e.g. .6 ohm and throws the fuse you can duty cycle it to reduce the
185
-// average current. The value should be an integer and the heat bed will be turned on for 1 interval of
186
-// HEATER_BED_DUTY_CYCLE_DIVIDER intervals.
187
-//#define HEATER_BED_DUTY_CYCLE_DIVIDER 4
188
-
189 184
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
190 185
 //#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
191 186
 //#define BED_WATTS (12.0*12.0/1.1)      // P=I^2/R

+ 0
- 5
Marlin/example_configurations/adafruit/ST7565/Configuration.h View File

@@ -178,11 +178,6 @@ Here are some standard links for getting your machine calibrated:
178 178
 #define HEATER_3_MAXTEMP 275
179 179
 #define BED_MAXTEMP 150
180 180
 
181
-// If your bed has low resistance e.g. .6 ohm and throws the fuse you can duty cycle it to reduce the
182
-// average current. The value should be an integer and the heat bed will be turned on for 1 interval of
183
-// HEATER_BED_DUTY_CYCLE_DIVIDER intervals.
184
-//#define HEATER_BED_DUTY_CYCLE_DIVIDER 4
185
-
186 181
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
187 182
 //#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
188 183
 //#define BED_WATTS (12.0*12.0/1.1)      // P=I^2/R

+ 0
- 5
Marlin/example_configurations/delta/biv2.5/Configuration.h View File

@@ -178,11 +178,6 @@ Here are some standard links for getting your machine calibrated:
178 178
 #define HEATER_3_MAXTEMP 275
179 179
 #define BED_MAXTEMP 150
180 180
 
181
-// If your bed has low resistance e.g. .6 ohm and throws the fuse you can duty cycle it to reduce the
182
-// average current. The value should be an integer and the heat bed will be turned on for 1 interval of
183
-// HEATER_BED_DUTY_CYCLE_DIVIDER intervals.
184
-//#define HEATER_BED_DUTY_CYCLE_DIVIDER 4
185
-
186 181
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
187 182
 //#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
188 183
 //#define BED_WATTS (12.0*12.0/1.1)      // P=I^2/R

+ 0
- 5
Marlin/example_configurations/delta/generic/Configuration.h View File

@@ -178,11 +178,6 @@ Here are some standard links for getting your machine calibrated:
178 178
 #define HEATER_3_MAXTEMP 275
179 179
 #define BED_MAXTEMP 150
180 180
 
181
-// If your bed has low resistance e.g. .6 ohm and throws the fuse you can duty cycle it to reduce the
182
-// average current. The value should be an integer and the heat bed will be turned on for 1 interval of
183
-// HEATER_BED_DUTY_CYCLE_DIVIDER intervals.
184
-//#define HEATER_BED_DUTY_CYCLE_DIVIDER 4
185
-
186 181
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
187 182
 //#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
188 183
 //#define BED_WATTS (12.0*12.0/1.1)      // P=I^2/R

+ 0
- 5
Marlin/example_configurations/delta/kossel_mini/Configuration.h View File

@@ -178,11 +178,6 @@ Here are some standard links for getting your machine calibrated:
178 178
 #define HEATER_3_MAXTEMP 275
179 179
 #define BED_MAXTEMP 150
180 180
 
181
-// If your bed has low resistance e.g. .6 ohm and throws the fuse you can duty cycle it to reduce the
182
-// average current. The value should be an integer and the heat bed will be turned on for 1 interval of
183
-// HEATER_BED_DUTY_CYCLE_DIVIDER intervals.
184
-//#define HEATER_BED_DUTY_CYCLE_DIVIDER 4
185
-
186 181
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
187 182
 //#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
188 183
 //#define BED_WATTS (12.0*12.0/1.1)      // P=I^2/R

+ 0
- 5
Marlin/example_configurations/delta/kossel_pro/Configuration.h View File

@@ -182,11 +182,6 @@ Here are some standard links for getting your machine calibrated:
182 182
 #define HEATER_3_MAXTEMP 275
183 183
 #define BED_MAXTEMP 150
184 184
 
185
-// If your bed has low resistance e.g. .6 ohm and throws the fuse you can duty cycle it to reduce the
186
-// average current. The value should be an integer and the heat bed will be turned on for 1 interval of
187
-// HEATER_BED_DUTY_CYCLE_DIVIDER intervals.
188
-//#define HEATER_BED_DUTY_CYCLE_DIVIDER 4
189
-
190 185
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
191 186
 //#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
192 187
 //#define BED_WATTS (12.0*12.0/1.1)      // P=I^2/R

+ 0
- 5
Marlin/example_configurations/makibox/Configuration.h View File

@@ -178,11 +178,6 @@ Here are some standard links for getting your machine calibrated:
178 178
 #define HEATER_3_MAXTEMP 275
179 179
 #define BED_MAXTEMP 150
180 180
 
181
-// If your bed has low resistance e.g. .6 ohm and throws the fuse you can duty cycle it to reduce the
182
-// average current. The value should be an integer and the heat bed will be turned on for 1 interval of
183
-// HEATER_BED_DUTY_CYCLE_DIVIDER intervals.
184
-//#define HEATER_BED_DUTY_CYCLE_DIVIDER 4
185
-
186 181
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
187 182
 //#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
188 183
 //#define BED_WATTS (12.0*12.0/1.1)      // P=I^2/R

+ 0
- 5
Marlin/example_configurations/tvrrug/Round2/Configuration.h View File

@@ -178,11 +178,6 @@ Here are some standard links for getting your machine calibrated:
178 178
 #define HEATER_3_MAXTEMP 275
179 179
 #define BED_MAXTEMP 150
180 180
 
181
-// If your bed has low resistance e.g. .6 ohm and throws the fuse you can duty cycle it to reduce the
182
-// average current. The value should be an integer and the heat bed will be turned on for 1 interval of
183
-// HEATER_BED_DUTY_CYCLE_DIVIDER intervals.
184
-//#define HEATER_BED_DUTY_CYCLE_DIVIDER 4
185
-
186 181
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
187 182
 //#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
188 183
 //#define BED_WATTS (12.0*12.0/1.1)      // P=I^2/R

Loading…
Cancel
Save