Skip to content
Snippets Groups Projects
Commit 83a7d0a0 authored by Thomas Oster's avatar Thomas Oster
Browse files

Added M3/M5 to default pre/post job g-code

parent 4d0d6168
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,8 @@ public class SmoothieBoard extends GenericGcodeDriver {
setBaudRate(115200);
setLineend("CRLF");
setInitDelay(0);
setPreJobGcode(getPreJobGcode()+",M3");
setPostJobGcode(getPostJobGcode()+",M5");
}
@Override
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment