File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 824
824
* For other boards you may need to define FIL_RUNOUT_PIN.
825
825
* By default the firmware assumes HIGH = has filament, LOW = ran out
826
826
*/
827
- // #define FILAMENT_RUNOUT_SENSOR
827
+ #define FILAMENT_RUNOUT_SENSOR
828
828
#if ENABLED (FILAMENT_RUNOUT_SENSOR )
829
- #define FIL_RUNOUT_INVERTING false // set to true to invert the logic of the sensor.
829
+ #define FIL_RUNOUT_INVERTING true // set to true to invert the logic of the sensor.
830
830
#define ENDSTOPPULLUP_FIL_RUNOUT // Uncomment to use internal pullup for filament runout pins if the sensor is defined.
831
831
#define FILAMENT_RUNOUT_SCRIPT "M600"
832
832
#endif
1164
1164
* P1 Raise the nozzle always to Z-park height.
1165
1165
* P2 Raise the nozzle by Z-park amount, limited to Z_MAX_POS.
1166
1166
*/
1167
- // #define NOZZLE_PARK_FEATURE
1167
+ #define NOZZLE_PARK_FEATURE
1168
1168
1169
1169
#if ENABLED (NOZZLE_PARK_FEATURE )
1170
1170
// Specify a park position as { X, Y, Z }
1171
- #define NOZZLE_PARK_POINT { (X_MIN_POS + 10), (Y_MAX_POS - 10) , 20 }
1171
+ #define NOZZLE_PARK_POINT { 40, 20 , 20 }
1172
1172
#define NOZZLE_PARK_XY_FEEDRATE 100 // X and Y axes feedrate in mm/s (also used for delta printers Z axis)
1173
1173
#define NOZZLE_PARK_Z_FEEDRATE 5 // Z axis feedrate in mm/s (not used for delta printers)
1174
1174
#endif
Original file line number Diff line number Diff line change 876
876
* Requires NOZZLE_PARK_FEATURE.
877
877
* This feature is required for the default FILAMENT_RUNOUT_SCRIPT.
878
878
*/
879
- // #define ADVANCED_PAUSE_FEATURE
879
+ #define ADVANCED_PAUSE_FEATURE
880
880
#if ENABLED (ADVANCED_PAUSE_FEATURE )
881
881
#define PAUSE_PARK_RETRACT_FEEDRATE 60 // Initial retract feedrate in mm/s
882
882
#define PAUSE_PARK_RETRACT_LENGTH 2 // Initial retract in mm
883
883
// It is a short retract used immediately after print interrupt before move to filament exchange position
884
884
#define FILAMENT_CHANGE_UNLOAD_FEEDRATE 10 // Unload filament feedrate in mm/s - filament unloading can be fast
885
- #define FILAMENT_CHANGE_UNLOAD_LENGTH 100 // Unload filament length from hotend in mm
885
+ #define FILAMENT_CHANGE_UNLOAD_LENGTH 0 // Unload filament length from hotend in mm
886
886
// Longer length for bowden printers to unload filament from whole bowden tube,
887
887
// shorter length for printers without bowden to unload filament from extruder only,
888
888
// 0 to disable unloading for manual unloading
Original file line number Diff line number Diff line change 252
252
#endif
253
253
254
254
// define digital pin 4 for the filament runout sensor. Use the RAMPS 1.4 digital input 4 on the servos connector
255
- #define FIL_RUNOUT_PIN 4
255
+ #define FIL_RUNOUT_PIN 19
256
256
257
257
#ifndef PS_ON_PIN
258
258
#define PS_ON_PIN 12
You can’t perform that action at this time.
0 commit comments