Up-to-date command list for Marlin can be found at:
https://github.com/ErikZalm/Marlin/blob/Marlin_v1/Marlin/Marlin_main.cpp
It works by sending raw GCodes over USB-Serial. The code Cura uses to send the commands can be found at https://github.com/daid/Cura/blob/SteamEngine/Cura/util/machineCom.py
Recommended Posts
johank 7
The Ultimaker shows up as a serial port om your computer. The commands to control The Ultimaker via the Marlin firmware are Plain text command called G-Code.
I don't know if a Marlin specific reference of G-code exists, but a general documentation for reprap descendant machines like the ultimaker is available at http://reprap.org/wiki/G-code.
For the actual command set you can check https://github.com/bkubicek/Marlin/blob/master/Marlin/Marlin.pde, which contains the Marlin source code for communications.
regards, Johan
Link to post
Share on other sites