mirror of
https://github.com/braillerap/BrailleRap.git
synced 2025-06-11 03:13:23 +02:00
update default speed
This commit is contained in:
@ -18,7 +18,7 @@ public class GCodeGenerator {
|
||||
}
|
||||
public String Speed()
|
||||
{
|
||||
return ("G1 F14000\n");
|
||||
return ("G1 F10000\n");
|
||||
}
|
||||
|
||||
public String Position()
|
||||
|
Reference in New Issue
Block a user