Skip to content

Commit

Permalink
since ps 2.8.0 / orca 2.1.1, preheat has been implemented built-in
Browse files Browse the repository at this point in the history
  • Loading branch information
macdylan committed Aug 23, 2024
1 parent edcce76 commit a02aee6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smfix.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ func init() {
flag.StringVar(&OutputPath, "o", "", "output path, default is input path")
flag.BoolVar(&noTrim, "notrim", false, "do not trim spaces in the gcode")
flag.BoolVar(&noShutoff, "noshutoff", false, "do not shutoff nozzles that are no longer in use")
flag.BoolVar(&noPreheat, "nopreheat", false, "do not pre-heat nozzles")
flag.BoolVar(&noReinforceTower, "noreinforcetower", false, "do not reinforce the prime tower")
flag.BoolVar(&noPreheat, "nopreheat", true, "do not pre-heat nozzles")
flag.BoolVar(&noReinforceTower, "noreinforcetower", true, "do not reinforce the prime tower")
flag.BoolVar(&noReplaceTool, "noreplacetool", false, "do not replace the tool number")
flag.Parse()
}
Expand Down

0 comments on commit a02aee6

Please sign in to comment.