chore: Update to latest.

This commit is contained in:
James Harton 2023-12-31 14:44:02 +13:00
parent 8d19f3df9e
commit 6fb27a96f2
Signed by: james
GPG key ID: 90E82DAA13F624F4
5 changed files with 14 additions and 10 deletions

View file

@ -1,3 +1,3 @@
; Turn Vacuum relay off
M42 P0 S1
M42 P0 S0

1
sys/M7.g Normal file
View file

@ -0,0 +1 @@
; Coolant on

1
sys/M8.g Normal file
View file

@ -0,0 +1 @@
; Coolant on

1
sys/M9.g Normal file
View file

@ -0,0 +1 @@
; Coolant off

View file

@ -33,7 +33,7 @@ M92 X100.00 Y100.00 Z400.00
; set maximum instantaneous speed changes (mm/min)
M566 X180.00 Y180.00 Z80.00
; set maximum speeds (mm/min)
M203 X1800.00 Y1800.00 Z250.00
M203 X3600.00 Y3600.00 Z500.00
; set accelerations (mm/s^2)
M201 X850.00 Y180.00 Z80.00
; set motor currents (mA) and motor idle factor in per cent
@ -84,24 +84,24 @@ M106 P0 B2.5 L0 X255 H0:1 T40:70
; ## Tools
; My system uses a simple relay to send mains power to a Makita trim router.
; That relay is connected to `out1`.
; M950 R0 C"nil+out1+nil"
; That relay is connected to `out9`.
M950 R0 C"nil+out9+nil"
; define tool 0
; M563 P0 R0 S"Router"
M563 P0 R0 S"Router"
; set tool 0 axis offsets
; G10 P0 X0 Y0 Z0
G10 P0 X0 Y0 Z0
; set initial tool 0 active and standby temperatures to 0C
; G10 P0 R0 S0
G10 P0 R0 S0
; Enable CNC mode
M453
; ## Pin mapping
; define relay for vacuum as pin 0 on out2
M950 P0 C"out2"
M950 P0 C"out5"
; define relay for for power on
M80 C"pson"
M81 C"pson"
; M80 C"out5"
; M81 C"^out5"
; E-stop button active-low io6 with pull-up
M950 J0 C"^io6.in"
@ -129,6 +129,7 @@ M950 P2 C"out8"
;Use Workspace coordinate system
G54
T0
;Allow movement without homing (without axis maxima)
M564 S0 H0