Oh I figured it out m453 set it to cnc mode.
Thank you:)
Best posts made by sveininge79
-
RE: Big trouble changing web control
Latest posts made by sveininge79
-
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.
-
RE: Big trouble changing web control
Oh I figured it out m453 set it to cnc mode.
Thank you:) -
RE: Big trouble changing web control
@sindarius
How do I change that? -
RE: Big trouble changing web control
It’s weird but it says it has the latest duet web control 3.3.0-cnc07 but it will not work.
-
Big trouble changing web control
I just upgraded my cnc to duet 2 . 3.3 firmware
And I had tried to update the web control to this https://github.com/Duet3D/DWC-CNC
No luck at all I am stuck with this web control. So any help for this? I have done it before, but with the new firmware it seems to not work at all.