Skip to content
Snippets Groups Projects
Commit 1f9cde71 authored by quillford's avatar quillford
Browse files

bumped up the default travel speed

parent 9816f033
No related branches found
No related tags found
No related merge requests found
......@@ -241,7 +241,7 @@ public class GenericGcodeDriver extends LaserCutter {
this.max_speed = max_speed;
}
protected double travel_speed = 20*60;
protected double travel_speed = 60*60;
public double getTravel_speed()
{
......
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