forked from mriscoc/Special_Configurations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
BLTouch.json
137 lines (137 loc) · 3.26 KB
/
BLTouch.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"Configuration_adv.h" : [
{
"op": "Enable",
"searchfor": "BLTOUCH_HS_MODE",
"comment": "MRiscoC Enabled for BLTouch version"
},
{
"op": "Enable",
"searchfor": "ASSISTED_TRAMMING",
"comment": "MRiscoC Enabled for BLTouch version"
},
{
"op": "Custom",
"searchfor": "TRAMMING_POINT_XY",
"mask": "{.*}",
"value":"{ { 29, 29 }, { 199, 29 }, { 199, 199 }, { 29, 199 } }",
"comment": "MRiscoC Enabled for BLTouch version"
},
{
"op": "CustomVal",
"searchfor": "TRAMMING_SCREW_THREAD",
"value": "40",
"comment": "MRiscoC Enabled for BLTouch version"
},
{
"op": "Enable",
"searchfor": "BABYSTEP_ZPROBE_OFFSET",
"comment": "MRiscoC Enabled for BLTouch version"
},
{
"op": "Enable",
"searchfor": "G29_RETRY_AND_RECOVER",
"comment": "MRiscoC Enabled for BLTouch version"
}
],
"Configuration.h" : [
{
"op": "Disable",
"searchfor": "Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN",
"comment": "MRiscoC Probe connected to BLTouch port"
},
{
"op": "Enable",
"searchfor": "USE_PROBE_FOR_Z_HOMING",
"comment": "MRiscoC Probe connected to BLTouch port"
},
{
"op": "Enable",
"searchfor": "BLTOUCH",
"comment": "MRiscoC BLTouch version"
},
{
"op": "Custom",
"searchfor": "NOZZLE_TO_PROBE_OFFSET",
"mask": "{.*}",
"value":"{ -41.5, -7, 0 }",
"comment": "MRiscoC BLTouch offset for support: https://www.thingiverse.com/thing:4605354 (z-offset = -1.80 mm)"
},
{
"op": "Enable",
"searchfor": "MULTIPLE_PROBING",
"comment": "MRiscoC Enabled"
},
{
"op": "Enable",
"searchfor": "EXTRA_PROBING",
"comment": "MRiscoC Enabled"
},
{
"op": "CustomVal",
"searchfor": "Z_CLEARANCE_DEPLOY_PROBE",
"value": "7",
"comment": "MRiscoC Increase speed"
},
{
"op": "CustomVal",
"searchfor": "Z_CLEARANCE_BETWEEN_PROBES",
"value": "5",
"comment": "MRiscoC Increase probe compatibility"
},
{
"op": "CustomVal",
"searchfor": "Z_CLEARANCE_MULTI_PROBE",
"value": "4",
"comment": "MRiscoC Increase speed"
},
{
"op": "CustomVal",
"searchfor": "Z_PROBE_LOW_POINT",
"value": "-3",
"comment": "MRiscoC allows reach lower points"
},
{
"op": "Enable",
"searchfor": "Z_MIN_PROBE_REPEATABILITY_TEST",
"comment": "MRiscoC Enable M48 repeatability test"
},
{
"op": "Enable",
"searchfor": "PROBING_FANS_OFF",
"comment": "MRiscoC Turn fans off for avoid vibrations and interference"
},
{
"op": "CustomVal",
"searchfor": "DELAY_BEFORE_PROBING",
"value": "200",
"comment": "MRiscoC Wait for stability"
},
{
"op": "Enable",
"searchfor": "AUTO_BED_LEVELING_BILINEAR",
"comment": "MRiscoC BLTouch auto level"
},
{
"op": "CustomVal",
"searchfor": "LEVELING_NOZZLE_TEMP",
"value": " 0",
"comment": "MRiscoC No necessary for BLTouch"
},
{
"op": "Enable",
"searchfor": "Z_SAFE_HOMING",
"comment": "MRiscoC Homing Z at center of bed"
},
{
"op": "Disable",
"searchfor": "Z_HOMING_HEIGHT"
},
{
"op": "Disable",
"searchfor": "Z_AFTER_HOMING"
}
],
"Version.h" : [
]
}