fra589 / grbl-Mega-5X

5/6 Axis version of Grbl, the open source, embedded, high performance g-code-parser and CNC milling controller written in optimized C that will run on an Arduino Mega2560
https://github.com/fra589/grbl-Mega-5X/wiki
Other
341 stars 159 forks source link

How do I resolve this error? A axis and B axis do not work #376

Closed parkgeonhun closed 1 month ago

parkgeonhun commented 1 month ago

How do I resolve this error? A axis and B axis do not work 스크린샷 2024-07-30 111952

fra589 commented 1 month ago

HELLO @parkgeonhun,

You have a library conflict with another Grbl install in your library directory. Remove all precedents grbl (either other grbs that are not grbl-Mega-5X) from your library directory.

From wiki : image

Read carefully the wiki: https://github.com/fra589/grbl-Mega-5X/wiki/Compiling-grbl-Mega-5X then strictelly apply it.

Compiling on Arduino version 1.X: https://www.youtube.com/watch?v=-6MWMOZ5Qz4 On Arduino 2.X: https://www.youtube.com/watch?v=eFWJ6sa7IUk

@++; Gauthier.