Skip to content

Facchinm refactor 1 #12

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

Merged
merged 20 commits into from
Sep 1, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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