Replies: 1 comment 22 replies
-
Only if you are using a sender that does not like the grblHAL extensions.
No, this file is only used by the Web Builder. |
Beta Was this translation helpful? Give feedback.
22 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a 3 axis CNC machine for milling and I want to use a Raspberry Pico RP2040 as a controller.
I've done a git clone
and I have edited
my_machine.h
and addedmy_machine_map.h
edited section in
my_machine.h
:this is the
my_machine_map.h
based on generic_map.h :to set the compatibility level,
do I just need to change this
#define COMPATIBILITY_LEVEL 0
inconfig.h
?do I need to add my board to the
driver.json
file?driver.json
:Beta Was this translation helpful? Give feedback.
All reactions