You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/electronics/jackpot3.md
+20-5Lines changed: 20 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,11 @@ First and foremost, thank you, Bart Dring and Mitch Bradley, for the amazing des
90
90
91
91
## Initial Setup
92
92
93
+
!!! warning "Static Warning"
94
+
95
+
This is a circuit board and you should be mindful anytime you touch it that you are static free. Touch a ground before reaching in to touch a button or un/plug anything.
96
+
97
+
93
98
### Wiring
94
99
95
100
Click on the image to enlarge it.
@@ -172,15 +177,15 @@ If it doesn’t move as expected hit disconnect, unplug the power and USB, any a
172
177
173
178
#### Endstops
174
179
175
-
The onboard LED's test the wiring connections to your end stops. Our CNC standard is Normally Closed (NC) endstop wiring. Probe is Normally Open.
180
+
Our CNC standard is Normally Closed (NC) endstop wiring. Probe is Normally Open.
176
181
177
182
You can also test the firmware by running "$Limits" in the terminal windows of the WebUI, this will show a real time trigger display. "!" to exit that mode.
178
183
179
-
!!! note
184
+
!!! note "Endstops, not Limit Switches"
180
185
181
-
It is important to note the endstops are only active during the homing procedure for that axis, they will not stop a machine in motion or running g-code. You can set them to do that but that is an advanced topic.
186
+
It is important to note the endstops are only active during the homing procedure for that axis, they will not stop a machine in motion or running g-code (limit switch). You can easily set them to do that but that is an advanced topic.
182
187
183
-
### Auto Square
188
+
####Auto Square
184
189
185
190
Auto Square on this board is as easy as editing each endstop individually directly from the Settings/Config section of the WebUI (or directly to the yaml file).
186
191
@@ -192,7 +197,17 @@ From there you have a "pulloff_mm" setting for each endstop. This setting is how
192
197
193
198
Be sure to **save** your edits at the bottom of the config screen, and then by also using the save button (macro) on the home screen!
194
199
195
-
### Terminal Commands
200
+
### Z Probe
201
+
202
+
The Z probe should be wired with the spindle side (clamp / magnet) to the ground side of the plug and the plate to the signal side. To be as safe as possible the probe and clamp should be stored touching to dissipate and static and keep the board's inputs safe. A good habit is to touch a ground before reaching in to grab the touchplate.
0 commit comments