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
 #define HEATER_3_MAXTEMP 275
178
 #define HEATER_3_MAXTEMP 275
179
 #define BED_MAXTEMP 150
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
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
181
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
187
 //#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
182
 //#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
188
 //#define BED_WATTS (12.0*12.0/1.1)      // P=I^2/R
183
 //#define BED_WATTS (12.0*12.0/1.1)      // P=I^2/R

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

178
 #define HEATER_3_MAXTEMP 275
178
 #define HEATER_3_MAXTEMP 275
179
 #define BED_MAXTEMP 150
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
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
181
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
187
 //#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
182
 //#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
188
 //#define BED_WATTS (12.0*12.0/1.1)      // P=I^2/R
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
 #define HEATER_3_MAXTEMP 275
178
 #define HEATER_3_MAXTEMP 275
179
 #define BED_MAXTEMP 150
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
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
181
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
187
 //#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
182
 //#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
188
 //#define BED_WATTS (12.0*12.0/1.1)      // P=I^2/R
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
 #define HEATER_3_MAXTEMP 275
167
 #define HEATER_3_MAXTEMP 275
168
 #define BED_MAXTEMP 150
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
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
170
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
176
 //#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
171
 //#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
177
 //#define BED_WATTS (12.0*12.0/1.1)      // P=I^2/R
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
 #define HEATER_3_MAXTEMP 260
181
 #define HEATER_3_MAXTEMP 260
182
 #define BED_MAXTEMP 150
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
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
184
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
190
 //#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
185
 //#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
191
 //#define BED_WATTS (12.0*12.0/1.1)      // P=I^2/R
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
 #define HEATER_3_MAXTEMP 275
183
 #define HEATER_3_MAXTEMP 275
184
 #define BED_MAXTEMP 150
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
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
186
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
192
 //#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
187
 //#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
193
 //#define BED_WATTS (12.0*12.0/1.1)      // P=I^2/R
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
 #define HEATER_3_MAXTEMP 275
178
 #define HEATER_3_MAXTEMP 275
179
 #define BED_MAXTEMP 150
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
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
181
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
187
 //#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
182
 //#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
188
 //#define BED_WATTS (12.0*12.0/1.1)      // P=I^2/R
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
 #define HEATER_3_MAXTEMP 275
178
 #define HEATER_3_MAXTEMP 275
179
 #define BED_MAXTEMP 150
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
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
181
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
187
 //#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
182
 //#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
188
 //#define BED_WATTS (12.0*12.0/1.1)      // P=I^2/R
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
 #define HEATER_3_MAXTEMP 275
203
 #define HEATER_3_MAXTEMP 275
204
 #define BED_MAXTEMP 150
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
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
206
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
212
 #define EXTRUDER_WATTS (2*2/5.9) //  P=I^2/R
207
 #define EXTRUDER_WATTS (2*2/5.9) //  P=I^2/R
213
 #define BED_WATTS (5.45*5.45/2.2)      // P=I^2/R
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
 #define HEATER_3_MAXTEMP 250
178
 #define HEATER_3_MAXTEMP 250
179
 #define BED_MAXTEMP 150
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
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
181
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
187
 //#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
182
 //#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
188
 //#define BED_WATTS (12.0*12.0/1.1)      // P=I^2/R
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
 #define HEATER_3_MAXTEMP 260
181
 #define HEATER_3_MAXTEMP 260
182
 #define BED_MAXTEMP 150
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
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
184
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
190
 //#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
185
 //#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
191
 //#define BED_WATTS (12.0*12.0/1.1)      // P=I^2/R
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
 #define HEATER_3_MAXTEMP 275
178
 #define HEATER_3_MAXTEMP 275
179
 #define BED_MAXTEMP 150
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
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
181
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
187
 //#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
182
 //#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
188
 //#define BED_WATTS (12.0*12.0/1.1)      // P=I^2/R
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
 #define HEATER_3_MAXTEMP 275
178
 #define HEATER_3_MAXTEMP 275
179
 #define BED_MAXTEMP 150
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
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
181
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
187
 //#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
182
 //#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
188
 //#define BED_WATTS (12.0*12.0/1.1)      // P=I^2/R
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
 #define HEATER_3_MAXTEMP 275
178
 #define HEATER_3_MAXTEMP 275
179
 #define BED_MAXTEMP 150
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
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
181
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
187
 //#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
182
 //#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
188
 //#define BED_WATTS (12.0*12.0/1.1)      // P=I^2/R
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
 #define HEATER_3_MAXTEMP 275
178
 #define HEATER_3_MAXTEMP 275
179
 #define BED_MAXTEMP 150
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
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
181
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
187
 //#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
182
 //#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
188
 //#define BED_WATTS (12.0*12.0/1.1)      // P=I^2/R
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
 #define HEATER_3_MAXTEMP 275
182
 #define HEATER_3_MAXTEMP 275
183
 #define BED_MAXTEMP 150
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
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
185
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
191
 //#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
186
 //#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
192
 //#define BED_WATTS (12.0*12.0/1.1)      // P=I^2/R
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
 #define HEATER_3_MAXTEMP 275
178
 #define HEATER_3_MAXTEMP 275
179
 #define BED_MAXTEMP 150
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
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
181
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
187
 //#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
182
 //#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
188
 //#define BED_WATTS (12.0*12.0/1.1)      // P=I^2/R
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
 #define HEATER_3_MAXTEMP 275
178
 #define HEATER_3_MAXTEMP 275
179
 #define BED_MAXTEMP 150
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
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
181
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
187
 //#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
182
 //#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
188
 //#define BED_WATTS (12.0*12.0/1.1)      // P=I^2/R
183
 //#define BED_WATTS (12.0*12.0/1.1)      // P=I^2/R

Loading…
Cancel
Save