ソースを参照

Upstream Merge Fixes

chrono 10年前
コミット
1d25d510bc

+ 4
- 4
Marlin/example_configurations/Felix/Configuration.h ファイルの表示

@@ -263,15 +263,15 @@ your extruder heater takes 2 minutes to hit the target on heating.
263 263
 // uncomment the 2 defines below:
264 264
 
265 265
 // Parameters for all extruder heaters
266
-#define THERMAL_RUNAWAY_PROTECTION_PERIOD 60 //in seconds
267
-#define THERMAL_RUNAWAY_PROTECTION_HYSTERESIS 5 // in degree Celsius
266
+//#define THERMAL_RUNAWAY_PROTECTION_PERIOD 60 //in seconds
267
+//#define THERMAL_RUNAWAY_PROTECTION_HYSTERESIS 5 // in degree Celsius
268 268
 
269 269
 // If you want to enable this feature for your bed heater,
270 270
 // uncomment the 2 defines below:
271 271
 
272 272
 // Parameters for the bed heater
273
-#define THERMAL_RUNAWAY_PROTECTION_BED_PERIOD 30 //in seconds
274
-#define THERMAL_RUNAWAY_PROTECTION_BED_HYSTERESIS 5// in degree Celsius
273
+//#define THERMAL_RUNAWAY_PROTECTION_BED_PERIOD 30 //in seconds
274
+//#define THERMAL_RUNAWAY_PROTECTION_BED_HYSTERESIS 5// in degree Celsius
275 275
 
276 276
 
277 277
 //===========================================================================

+ 4
- 4
Marlin/example_configurations/Felix/Configuration_DUAL.h ファイルの表示

@@ -263,15 +263,15 @@ your extruder heater takes 2 minutes to hit the target on heating.
263 263
 // uncomment the 2 defines below:
264 264
 
265 265
 // Parameters for all extruder heaters
266
-#define THERMAL_RUNAWAY_PROTECTION_PERIOD 60 //in seconds
267
-#define THERMAL_RUNAWAY_PROTECTION_HYSTERESIS 5 // in degree Celsius
266
+//#define THERMAL_RUNAWAY_PROTECTION_PERIOD 60 //in seconds
267
+//#define THERMAL_RUNAWAY_PROTECTION_HYSTERESIS 5 // in degree Celsius
268 268
 
269 269
 // If you want to enable this feature for your bed heater,
270 270
 // uncomment the 2 defines below:
271 271
 
272 272
 // Parameters for the bed heater
273
-#define THERMAL_RUNAWAY_PROTECTION_BED_PERIOD 30 //in seconds
274
-#define THERMAL_RUNAWAY_PROTECTION_BED_HYSTERESIS 5// in degree Celsius
273
+//#define THERMAL_RUNAWAY_PROTECTION_BED_PERIOD 30 //in seconds
274
+//#define THERMAL_RUNAWAY_PROTECTION_BED_HYSTERESIS 5// in degree Celsius
275 275
 
276 276
 
277 277
 //===========================================================================

+ 2
- 1
Marlin/example_configurations/Felix/Configuration_adv.h ファイルの表示

@@ -213,7 +213,8 @@
213 213
 //homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:
214 214
 #define X_HOME_RETRACT_MM 5
215 215
 #define Y_HOME_RETRACT_MM 5
216
-#define Z_HOME_RETRACT_MM 2
216
+#define Z_HOME_RETRACT_MM 3
217
+#define HOMING_BUMP_DIVISOR {10, 10, 20}  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
217 218
 //#define QUICK_HOME  //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially.
218 219
 
219 220
 #define AXIS_RELATIVE_MODES {false, false, false, false}

読み込み中…
キャンセル
保存