2,552
edits
Changes
no edit summary
== Automatic Changes ==
=== M190 M109 ===
=== M140 M104 ===
=== G91 ===
MatterControl accepts [http://reprap.org/wiki/G-code#G91:_Set_to_Relative_Positioning G91] commands for relative positioning, but instead of just allowing them straight through it interprets them as absolute coordinates and feeds those to the printer.
=== G0 ===
Certain printers do not accept [http://reprap.org/wiki/G-code#G0_.26_G1:_Move G0 ] as a valid command for movement, so MatterControl sends the more common [http://reprap.org/wiki/G-code#G0_.26_G1:_Move G1 ] command instead.
Version 1.6 will have a new setting which will allow G0 commands if desired.