浏览代码

Fix power calculations

As suggested by @max-pau in #3073 - #3074
Scott Lahteine 9 年前
父节点
当前提交
13ef12ad3f

+ 2
- 2
Marlin/Configuration.h 查看文件

@@ -179,8 +179,8 @@ Here are some standard links for getting your machine calibrated:
179 179
 #define BED_MAXTEMP 150
180 180
 
181 181
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
182
-//#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
183
-//#define BED_WATTS (12.0*12.0/1.1)      // P=I^2/R
182
+//#define EXTRUDER_WATTS (12.0*12.0/6.7) // P=U^2/R
183
+//#define BED_WATTS (12.0*12.0/1.1)      // P=U^2/R
184 184
 
185 185
 //===========================================================================
186 186
 //============================= PID Settings ================================

+ 2
- 2
Marlin/example_configurations/Felix/Configuration.h 查看文件

@@ -179,8 +179,8 @@ Here are some standard links for getting your machine calibrated:
179 179
 #define BED_MAXTEMP 150
180 180
 
181 181
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
182
-//#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
183
-//#define BED_WATTS (12.0*12.0/1.1)      // P=I^2/R
182
+//#define EXTRUDER_WATTS (12.0*12.0/6.7) // P=U^2/R
183
+//#define BED_WATTS (12.0*12.0/1.1)      // P=U^2/R
184 184
 
185 185
 //===========================================================================
186 186
 //============================= PID Settings ================================

+ 2
- 2
Marlin/example_configurations/Felix/Configuration_DUAL.h 查看文件

@@ -168,8 +168,8 @@ Here are some standard links for getting your machine calibrated:
168 168
 #define BED_MAXTEMP 150
169 169
 
170 170
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
171
-//#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
172
-//#define BED_WATTS (12.0*12.0/1.1)      // P=I^2/R
171
+//#define EXTRUDER_WATTS (12.0*12.0/6.7) // P=U^2/R
172
+//#define BED_WATTS (12.0*12.0/1.1)      // P=U^2/R
173 173
 
174 174
 //===========================================================================
175 175
 //============================= PID Settings ================================

+ 2
- 2
Marlin/example_configurations/Hephestos/Configuration.h 查看文件

@@ -182,8 +182,8 @@ Here are some standard links for getting your machine calibrated:
182 182
 #define BED_MAXTEMP 150
183 183
 
184 184
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
185
-//#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
186
-//#define BED_WATTS (12.0*12.0/1.1)      // P=I^2/R
185
+//#define EXTRUDER_WATTS (12.0*12.0/6.7) // P=U^2/R
186
+//#define BED_WATTS (12.0*12.0/1.1)      // P=U^2/R
187 187
 
188 188
 //===========================================================================
189 189
 //============================= PID Settings ================================

+ 2
- 2
Marlin/example_configurations/Hephestos_2/Configuration.h 查看文件

@@ -180,8 +180,8 @@ Here are some standard links for getting your machine calibrated:
180 180
 #define BED_MAXTEMP 150
181 181
 
182 182
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
183
-//#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
184
-//#define BED_WATTS (12.0*12.0/1.1)      // P=I^2/R
183
+//#define EXTRUDER_WATTS (12.0*12.0/6.7) // P=U^2/R
184
+//#define BED_WATTS (12.0*12.0/1.1)      // P=U^2/R
185 185
 
186 186
 //===========================================================================
187 187
 //============================= PID Settings ================================

+ 2
- 2
Marlin/example_configurations/K8200/Configuration.h 查看文件

@@ -184,8 +184,8 @@ Here are some standard links for getting your machine calibrated:
184 184
 #define BED_MAXTEMP 150
185 185
 
186 186
 // 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
188
-//#define BED_WATTS (12.0*12.0/1.1)      // P=I^2/R
187
+//#define EXTRUDER_WATTS (12.0*12.0/6.7) // P=U^2/R
188
+//#define BED_WATTS (12.0*12.0/1.1)      // P=U^2/R
189 189
 
190 190
 //===========================================================================
191 191
 //============================= PID Settings ================================

+ 2
- 2
Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h 查看文件

@@ -179,8 +179,8 @@ Here are some standard links for getting your machine calibrated:
179 179
 #define BED_MAXTEMP 150
180 180
 
181 181
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
182
-//#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
183
-//#define BED_WATTS (12.0*12.0/1.1)      // P=I^2/R
182
+//#define EXTRUDER_WATTS (12.0*12.0/6.7) // P=U^2/R
183
+//#define BED_WATTS (12.0*12.0/1.1)      // P=U^2/R
184 184
 
185 185
 //===========================================================================
186 186
 //============================= PID Settings ================================

+ 2
- 2
Marlin/example_configurations/RigidBot/Configuration.h 查看文件

@@ -179,8 +179,8 @@ Here are some standard links for getting your machine calibrated:
179 179
 #define BED_MAXTEMP 150
180 180
 
181 181
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
182
-//#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
183
-//#define BED_WATTS (12.0*12.0/1.1)      // P=I^2/R
182
+//#define EXTRUDER_WATTS (12.0*12.0/6.7) // P=U^2/R
183
+//#define BED_WATTS (12.0*12.0/1.1)      // P=U^2/R
184 184
 
185 185
 //===========================================================================
186 186
 //============================= PID Settings ================================

+ 2
- 2
Marlin/example_configurations/SCARA/Configuration.h 查看文件

@@ -204,8 +204,8 @@ Here are some standard links for getting your machine calibrated:
204 204
 #define BED_MAXTEMP 150
205 205
 
206 206
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
207
-#define EXTRUDER_WATTS (2*2/5.9) //  P=I^2/R
208
-#define BED_WATTS (5.45*5.45/2.2)      // P=I^2/R
207
+#define EXTRUDER_WATTS (2*2/5.9)       // P=U^2/R
208
+#define BED_WATTS (5.45*5.45/2.2)      // P=U^2/R
209 209
 
210 210
 //===========================================================================
211 211
 //============================= PID Settings ================================

+ 2
- 2
Marlin/example_configurations/TAZ4/Configuration.h 查看文件

@@ -179,8 +179,8 @@ Here are some standard links for getting your machine calibrated:
179 179
 #define BED_MAXTEMP 150
180 180
 
181 181
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
182
-//#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
183
-//#define BED_WATTS (12.0*12.0/1.1)      // P=I^2/R
182
+//#define EXTRUDER_WATTS (12.0*12.0/6.7) // P=U^2/R
183
+//#define BED_WATTS (12.0*12.0/1.1)      // P=U^2/R
184 184
 
185 185
 //===========================================================================
186 186
 //============================= PID Settings ================================

+ 2
- 2
Marlin/example_configurations/WITBOX/Configuration.h 查看文件

@@ -182,8 +182,8 @@ Here are some standard links for getting your machine calibrated:
182 182
 #define BED_MAXTEMP 150
183 183
 
184 184
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
185
-//#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
186
-//#define BED_WATTS (12.0*12.0/1.1)      // P=I^2/R
185
+//#define EXTRUDER_WATTS (12.0*12.0/6.7) // P=U^2/R
186
+//#define BED_WATTS (12.0*12.0/1.1)      // P=U^2/R
187 187
 
188 188
 //===========================================================================
189 189
 //============================= PID Settings ================================

+ 2
- 2
Marlin/example_configurations/adafruit/ST7565/Configuration.h 查看文件

@@ -179,8 +179,8 @@ Here are some standard links for getting your machine calibrated:
179 179
 #define BED_MAXTEMP 150
180 180
 
181 181
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
182
-//#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
183
-//#define BED_WATTS (12.0*12.0/1.1)      // P=I^2/R
182
+//#define EXTRUDER_WATTS (12.0*12.0/6.7) // P=U^2/R
183
+//#define BED_WATTS (12.0*12.0/1.1)      // P=U^2/R
184 184
 
185 185
 //===========================================================================
186 186
 //============================= PID Settings ================================

+ 2
- 2
Marlin/example_configurations/delta/biv2.5/Configuration.h 查看文件

@@ -179,8 +179,8 @@ Here are some standard links for getting your machine calibrated:
179 179
 #define BED_MAXTEMP 150
180 180
 
181 181
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
182
-//#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
183
-//#define BED_WATTS (12.0*12.0/1.1)      // P=I^2/R
182
+//#define EXTRUDER_WATTS (12.0*12.0/6.7) // P=U^2/R
183
+//#define BED_WATTS (12.0*12.0/1.1)      // P=U^2/R
184 184
 
185 185
 //===========================================================================
186 186
 //============================= PID Settings ================================

+ 2
- 2
Marlin/example_configurations/delta/generic/Configuration.h 查看文件

@@ -179,8 +179,8 @@ Here are some standard links for getting your machine calibrated:
179 179
 #define BED_MAXTEMP 150
180 180
 
181 181
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
182
-//#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
183
-//#define BED_WATTS (12.0*12.0/1.1)      // P=I^2/R
182
+//#define EXTRUDER_WATTS (12.0*12.0/6.7) // P=U^2/R
183
+//#define BED_WATTS (12.0*12.0/1.1)      // P=U^2/R
184 184
 
185 185
 //===========================================================================
186 186
 //============================= PID Settings ================================

+ 2
- 2
Marlin/example_configurations/delta/kossel_mini/Configuration.h 查看文件

@@ -179,8 +179,8 @@ Here are some standard links for getting your machine calibrated:
179 179
 #define BED_MAXTEMP 150
180 180
 
181 181
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
182
-//#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
183
-//#define BED_WATTS (12.0*12.0/1.1)      // P=I^2/R
182
+//#define EXTRUDER_WATTS (12.0*12.0/6.7) // P=U^2/R
183
+//#define BED_WATTS (12.0*12.0/1.1)      // P=U^2/R
184 184
 
185 185
 //===========================================================================
186 186
 //============================= PID Settings ================================

+ 2
- 2
Marlin/example_configurations/delta/kossel_pro/Configuration.h 查看文件

@@ -183,8 +183,8 @@ Here are some standard links for getting your machine calibrated:
183 183
 #define BED_MAXTEMP 150
184 184
 
185 185
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
186
-//#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
187
-//#define BED_WATTS (12.0*12.0/1.1)      // P=I^2/R
186
+//#define EXTRUDER_WATTS (12.0*12.0/6.7) // P=U^2/R
187
+//#define BED_WATTS (12.0*12.0/1.1)      // P=U^2/R
188 188
 
189 189
 //===========================================================================
190 190
 //============================= PID Settings ================================

+ 2
- 2
Marlin/example_configurations/delta/kossel_xl/Configuration.h 查看文件

@@ -202,8 +202,8 @@ Here are some standard links for getting your machine calibrated:
202 202
 #define BED_MAXTEMP 150
203 203
 
204 204
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
205
-//#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
206
-//#define BED_WATTS (12.0*12.0/1.1)      // P=I^2/R
205
+//#define EXTRUDER_WATTS (12.0*12.0/6.7) // P=U^2/R
206
+//#define BED_WATTS (12.0*12.0/1.1)      // P=U^2/R
207 207
 
208 208
 //===========================================================================
209 209
 //============================= PID Settings ================================

+ 2
- 2
Marlin/example_configurations/makibox/Configuration.h 查看文件

@@ -179,8 +179,8 @@ Here are some standard links for getting your machine calibrated:
179 179
 #define BED_MAXTEMP 150
180 180
 
181 181
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
182
-//#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
183
-//#define BED_WATTS (12.0*12.0/1.1)      // P=I^2/R
182
+//#define EXTRUDER_WATTS (12.0*12.0/6.7) // P=U^2/R
183
+//#define BED_WATTS (12.0*12.0/1.1)      // P=U^2/R
184 184
 
185 185
 //===========================================================================
186 186
 //============================= PID Settings ================================

+ 2
- 2
Marlin/example_configurations/tvrrug/Round2/Configuration.h 查看文件

@@ -179,8 +179,8 @@ Here are some standard links for getting your machine calibrated:
179 179
 #define BED_MAXTEMP 150
180 180
 
181 181
 // If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
182
-//#define EXTRUDER_WATTS (12.0*12.0/6.7) //  P=I^2/R
183
-//#define BED_WATTS (12.0*12.0/1.1)      // P=I^2/R
182
+//#define EXTRUDER_WATTS (12.0*12.0/6.7) // P=U^2/R
183
+//#define BED_WATTS (12.0*12.0/1.1)      // P=U^2/R
184 184
 
185 185
 //===========================================================================
186 186
 //============================= PID Settings ================================

正在加载...
取消
保存