|
431 | 431 | #define MAX_REDUNDANT_TEMP_SENSOR_DIFF 10
|
432 | 432 |
|
433 | 433 | #define TEMP_RESIDENCY_TIME 10 // (seconds) Time to wait for hotend to "settle" in M109
|
434 |
| -#define TEMP_WINDOW 1 // (°C) Temperature proximity for the "temperature reached" timer |
| 434 | +#define TEMP_WINDOW 2 // (°C) Temperature proximity for the "temperature reached" timer |
435 | 435 | #define TEMP_HYSTERESIS 3 // (°C) Temperature proximity considered "close enough" to the target
|
436 | 436 |
|
437 | 437 | #define TEMP_BED_RESIDENCY_TIME 10 // (seconds) Time to wait for bed to "settle" in M190
|
438 |
| -#define TEMP_BED_WINDOW 1 // (°C) Temperature proximity for the "temperature reached" timer |
| 438 | +#define TEMP_BED_WINDOW 2 // (°C) Temperature proximity for the "temperature reached" timer |
439 | 439 | #define TEMP_BED_HYSTERESIS 3 // (°C) Temperature proximity considered "close enough" to the target
|
440 | 440 |
|
441 | 441 | // Below this temperature the heater will be switched off
|
|
740 | 740 | * X, Y, Z, E0 [, E1[, E2[, E3[, E4[, E5]]]]]
|
741 | 741 | */
|
742 | 742 | //@ settings from 1.0.3 stock firmware
|
743 |
| -#define DEFAULT_AXIS_STEPS_PER_UNIT { 80.3, 80.4, 1600, 415 } |
| 743 | +#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 1600, 415 } |
744 | 744 |
|
745 | 745 | /**
|
746 | 746 | * Default Max Feed Rate (mm/s)
|
|
792 | 792 | * Override with M205 X Y Z E
|
793 | 793 | *
|
794 | 794 | * "Jerk" specifies the minimum speed change that requires acceleration.
|
795 |
| - * When changing speed and direction, if the difference is less than the |
| 795 | + * When changing speed and , if the difference is less than the |
796 | 796 | * value set here, it may happen instantaneously.
|
797 | 797 | */
|
798 | 798 | #if DISABLED(JUNCTION_DEVIATION)
|
|
939 | 939 | #define NOZZLE_TO_PROBE_OFFSET { 15, -46, 0 }
|
940 | 940 |
|
941 | 941 | // Certain types of probes need to stay away from edges
|
942 |
| -#define MIN_PROBE_EDGE 10 |
| 942 | +#define MIN_PROBE_EDGE 5 |
943 | 943 |
|
944 | 944 | // X and Y axis travel speed (mm/m) between probes
|
945 | 945 | //@
|
|
960 | 960 | * A total of 2 does fast/slow probes with a weighted average.
|
961 | 961 | * A total of 3 or more adds more slow probes, taking the average.
|
962 | 962 | */
|
963 |
| -#define MULTIPLE_PROBING 3 |
| 963 | +#define MULTIPLE_PROBING 5 |
964 | 964 | //#define EXTRA_PROBING 1
|
965 | 965 |
|
966 | 966 | /**
|
|
979 | 979 | */
|
980 | 980 | #define Z_CLEARANCE_DEPLOY_PROBE 5 // Z Clearance for Deploy/Stow
|
981 | 981 | #define Z_CLEARANCE_BETWEEN_PROBES 3 // Z Clearance between probe points
|
982 |
| -#define Z_CLEARANCE_MULTI_PROBE 2 // Z Clearance between multiple probes |
| 982 | +#define Z_CLEARANCE_MULTI_PROBE 1 // Z Clearance between multiple probes |
983 | 983 | #define Z_AFTER_PROBING 5 // Z position after probing is done
|
984 | 984 |
|
985 | 985 | #define Z_PROBE_LOW_POINT -2 // Farthest distance below the trigger-point to go before stopping
|
|
1004 | 1004 | * These options are most useful for the BLTouch probe, but may also improve
|
1005 | 1005 | * readings with inductive probes and piezo sensors.
|
1006 | 1006 | */
|
1007 |
| -//#define PROBING_HEATERS_OFF // Turn heaters off when probing |
| 1007 | +#define PROBING_HEATERS_OFF // Turn heaters off when probing |
1008 | 1008 | #if ENABLED(PROBING_HEATERS_OFF)
|
1009 | 1009 | //#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
1010 | 1010 | #endif
|
|
1234 | 1234 | #if EITHER(AUTO_BED_LEVELING_LINEAR, AUTO_BED_LEVELING_BILINEAR)
|
1235 | 1235 |
|
1236 | 1236 | // Set the number of grid points per dimension.
|
1237 |
| - #define GRID_MAX_POINTS_X 3 |
| 1237 | + #define GRID_MAX_POINTS_X 5 |
1238 | 1238 | #define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X
|
1239 | 1239 |
|
1240 | 1240 | // Probe along the Y axis, advancing X after each column
|
|
1244 | 1244 |
|
1245 | 1245 | // Beyond the probed grid, continue the implied tilt?
|
1246 | 1246 | // Default is to maintain the height of the nearest edge.
|
1247 |
| - #define EXTRAPOLATE_BEYOND_GRID |
| 1247 | + //#define EXTRAPOLATE_BEYOND_GRID |
1248 | 1248 |
|
1249 | 1249 | //
|
1250 | 1250 | // Experimental Subdivision of the grid by Catmull-Rom method.
|
|
1264 | 1264 | //========================= Unified Bed Leveling ============================
|
1265 | 1265 | //===========================================================================
|
1266 | 1266 |
|
1267 |
| - //#define MESH_EDIT_GFX_OVERLAY // Display a graphics overlay while editing the mesh |
| 1267 | + #define MESH_EDIT_GFX_OVERLAY // Display a graphics overlay while editing the mesh |
1268 | 1268 |
|
1269 | 1269 | #define MESH_INSET 20 // Set Mesh bounds as an inset region of the bed
|
1270 | 1270 | #define GRID_MAX_POINTS_X 10 // Don't use more than 15 points per axis, implementation limited.
|
|
0 commit comments