Skip to content

Refactor 1 #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 15 commits into from
352 changes: 6 additions & 346 deletions README.md

Large diffs are not rendered by default.

36 changes: 0 additions & 36 deletions altbuild.sh

This file was deleted.

2 changes: 1 addition & 1 deletion bufferflow.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
//"time"
)

var availableBufferAlgorithms = []string{"default", "tinyg", "dummypause", "grbl"}
var availableBufferAlgorithms = []string{"default"}

type BufferMsg struct {
Cmd string
Expand Down
5 changes: 1 addition & 4 deletions bufferflow_default.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
package main

import (
"log"
//"regexp"
//"strconv"
//"time"
log "github.com/Sirupsen/logrus"
)

type BufferflowDefault struct {
Expand Down
89 changes: 0 additions & 89 deletions bufferflow_dummypause.go

This file was deleted.

Loading