Set work xyz button cnc gui missing M500
-
Ok a minor problem here, This button in the cnc gui, (yes i have the latest firmware v3.3 and cnc gui from Github.
but the trouble is that this button do not call M500 to store workcordinates in config-override.g
i cant find the file this button is connected to either.For now i just solved this with a macro and its working. but I really want to get that button working.
this is the macro i made
my macro
;Zero WCS #1 X,Y,Z Axis
G10 P1 L20 X0 Y0 Z0 ; Sets new zero on WCS #1
G54 ; switches to WCS #1
M500 ; save on memoryi added the M500 so it could save the new values to the config-override.g and its working fine.