File tree 2 files changed +13
-6
lines changed
2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 782
782
* http://blog.kyneticcnc.com/2018/10/computing-junction-deviation-for-marlin.html
783
783
*/
784
784
//@ let's try
785
- #define JUNCTION_DEVIATION
785
+ // #define JUNCTION_DEVIATION
786
786
#if ENABLED (JUNCTION_DEVIATION )
787
787
#define JUNCTION_DEVIATION_MM 0.025 // (mm) Distance from real junction edge
788
788
#endif
936
936
*
937
937
* Specify a Probe position as { X, Y, Z }
938
938
*/
939
- #define NOZZLE_TO_PROBE_OFFSET { 15 , -46 , 0 }
939
+ #define NOZZLE_TO_PROBE_OFFSET { 14 , -40 , 0 }
940
940
941
941
// Certain types of probes need to stay away from edges
942
942
#define MIN_PROBE_EDGE 5
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 5
1237
+ #define GRID_MAX_POINTS_X 4
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
Original file line number Diff line number Diff line change 38
38
//
39
39
#define DISABLE_DEBUG
40
40
41
+ // Testing
42
+ #define SDA_PIN PB7
43
+ #define SCL_PIN PB6
44
+ //#define I2C_EEPROM
45
+ //#undef E2END
46
+ //#define E2END 0x7FF // AT24C16N
47
+
41
48
//
42
49
// Note: MKS Robin board is using SPI2 interface.
43
50
//
51
58
#define Z_MIN_PIN PA11
52
59
//#define Z_MAX_PIN PC4
53
60
54
- // #ifndef FIL_RUNOUT_PIN
55
- // #define FIL_RUNOUT_PIN PA4 // MT_DET
56
- // #endif
61
+ #ifndef FIL_RUNOUT_PIN
62
+ #define FIL_RUNOUT_PIN PA4 // MT_DET
63
+ #endif
57
64
58
65
//
59
66
// Steppers
You can’t perform that action at this time.
0 commit comments