-
Ender 3 v2 CRtouch Micro swiss I am trying to set the x y home offset using the M206 gcode but it is showing as an unknown command. I found that NO_WORKSPACE_OFFSETS needs to be disable. I am trying to use the source code to compile the firmware with this disabled. It look like the source code is set up for the SKR board. I made the following changes to what I think the the correct setting for the ender 3 v2 4.2.2 board. I now get this error and can not figure it out. I must not be googling the correct thing. Compiling .pio/build/STM32F103RC_creality/src/src/lcd/e3v2/proui/lockscreen.cpp.o |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can use proper configuration files from: https://github.com/mriscoc/Special_Configurations for cartesian printers you don't need to enable WORKSPACE OFFSETS. Use min/max X/Y position as it is indicated here: https://github.com/mriscoc/Ender3V2S1/wiki/How-to-set-the-home-offsets |
Beta Was this translation helpful? Give feedback.
You can use proper configuration files from: https://github.com/mriscoc/Special_Configurations for cartesian printers you don't need to enable WORKSPACE OFFSETS. Use min/max X/Y position as it is indicated here: https://github.com/mriscoc/Ender3V2S1/wiki/How-to-set-the-home-offsets