Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
macdylan committed Apr 23, 2024
1 parent c1776f2 commit 4c3e6cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions smfix.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,15 +94,15 @@ func main() {
if !noTrim {
// funcs = append(funcs, fix.GcodeTrimLines)
}
if !noReplaceTool {
funcs = append(funcs, fix.GcodeReplaceToolNum)
}
if !noShutoff {
funcs = append(funcs, fix.GcodeFixShutoff)
}
if !noPreheat {
funcs = append(funcs, fix.GcodeFixPreheat)
}
if !noReplaceTool {
funcs = append(funcs, fix.GcodeReplaceToolNum)
}
if !noReinforceTower {
funcs = append(funcs, fix.GcodeReinforceTower)
}
Expand Down

0 comments on commit 4c3e6cc

Please sign in to comment.