Skip to content

Commit 996dfba

Browse files
committed
version 1.86 updates
1 parent 54b0e2d commit 996dfba

File tree

5 files changed

+835
-22
lines changed

5 files changed

+835
-22
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ serial-port-json-server
55

66
snapshot/*
77

8+
*.exe

bufferflow.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
//"time"
66
)
77

8-
var availableBufferAlgorithms = []string{"default", "tinyg", "tinyg_linemode", "tinyg_tidmode", "tinygg2", "grbl", "marlin"}
8+
var availableBufferAlgorithms = []string{"default", "tinyg", "tinyg_v2", "tinyg_linemode", "tinyg_tidmode", "tinygg2", "grbl", "marlin"}
99

1010
//var availableBufferAlgorithms = []string{"default", "tinyg", "tinygg2", "dummypause", "grbl"}
1111

0 commit comments

Comments
 (0)