Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
equipment:cnc:mill:maintenance [2024/02/22 15:19] – Add axis limit image samp20 | equipment:cnc:mill:maintenance [2024/11/19 21:42] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 98: | Line 98: | ||
The touch probe signal '' | The touch probe signal '' | ||
+ | |||
+ | ===== Emergency stop ===== | ||
+ | |||
+ | The emergency stop system is split into a hardware e-stop circuit and a software stop. | ||
+ | |||
+ | The hardware e-stop circuit runs at 240V and provides power to the VFD contactor and 48V stepper power supply. This circuit is fed from the following chain: | ||
+ | |||
+ | - Main power NVR switch. | ||
+ | - E-stop button. | ||
+ | |||
+ | The software e-stop has a few different sources: | ||
+ | |||
+ | * GPIO from the e-stop button ('' | ||
+ | * LinuxCNC internal faults. | ||
+ | |||
+ | While the MESA card is configured with an '' | ||
===== Axis limits and homing ===== | ===== Axis limits and homing ===== | ||
Line 147: | Line 163: | ||
MIN_LIMIT = -(travel_z - (margin*2)) | MIN_LIMIT = -(travel_z - (margin*2)) | ||
MAX_LIMIT = 0 | MAX_LIMIT = 0 | ||
- | HOME = MAX_LIMIT - 20 | + | HOME = MAX_LIMIT - 5 |
</ | </ | ||