Replies: 3 comments 8 replies
-
Hi @graemejw, what IDE are you using? Try Arduino 2 with target device set to Full instructions on programming: https://github.com/kachurovskiy/nanoels/blob/main/h4/README.md#programming-the-controller Cheers! |
Beta Was this translation helpful? Give feedback.
-
Looks like you have Meanwhile I'll set mine to |
Beta Was this translation helpful? Give feedback.
-
Hi, ok, ive had a look at figma but I cannot see how to set the 1px = 0.01mm ratio, can you tell me how I do this? |
Beta Was this translation helpful? Give feedback.
-
Hi, just tried to compile the H4 code and I'm getting the following error
error: suggest parentheses around '&&' within '||' [-Werror=parentheses]
if (on && isPassMode() && (needZStops() && (z.leftStop == LONG_MAX || z.rightStop == LONG_MIN) || x.leftStop == LONG_MAX || x.rightStop == LONG_MIN)) {
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Compilation error: suggest parentheses around '&&' within '||' [-Werror=parentheses]
Beta Was this translation helpful? Give feedback.
All reactions