I'm wondering about the purpose of Marlin. What is it commonly used for or designed to achieve?
7 answers
Daniela
Sun Oct 27 2024
The majority of commands are executed promptly upon receipt.
Ilaria
Sun Oct 27 2024
However, movement commands are not immediately processed.
JejuJoyfulHeart
Sun Oct 27 2024
Instead, they are placed in a queue for later execution.
GwanghwamunPride
Sun Oct 27 2024
Marlin employs a shallow queue system for G-code commands.
MountFujiMystic
Sun Oct 27 2024
Marlin's handling of move commands involves adding one or more linear segments.