Skip to content
Snippets Groups Projects
Commit 1852b2d7 authored by quillford's avatar quillford
Browse files

increased serial timeout

parent 456350e5
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,8 @@ public class Marlin extends GenericGcodeDriver {
setLineend("CRLF");
setInitDelay(0);
setPreJobGcode(getPreJobGcode()+",G28 XY,M5");
setPostJobGcode(getPostJobGcode()+",G28 XY,M5");
setPostJobGcode(getPostJobGcode()+",M5,G28 XY");
setSerialTimeout(35000);
//Marlin has no way to upload over the network so remove the upload url text
setHttpUploadUrl("");
......
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