File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5
5
require (
6
6
github.com/gosuri/uilive v0.0.4
7
7
github.com/imroc/req/v3 v3.11.0
8
- github.com/macdylan/SMFix/fix v0.0.0-20240325141746-70877a3c65b4
8
+ github.com/macdylan/SMFix/fix v0.0.0-20240423073624-4c3e6ccd4488
9
9
github.com/manifoldco/promptui v0.9.0
10
10
gopkg.in/yaml.v3 v3.0.1
11
11
)
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
21
21
github.com/kr/pretty v0.3.1 /go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk =
22
22
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY =
23
23
github.com/kr/text v0.2.0 /go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE =
24
- github.com/macdylan/SMFix/fix v0.0.0-20240325141746-70877a3c65b4 h1:rARnyaM9Nr6totFfbK86MesJDdkozbBloB7i5afdngY =
25
- github.com/macdylan/SMFix/fix v0.0.0-20240325141746-70877a3c65b4 /go.mod h1:dnB1MevhW7tICqBpQ2aHpVClwLdmSBUNmfV7jpRmiWw =
24
+ github.com/macdylan/SMFix/fix v0.0.0-20240423073624-4c3e6ccd4488 h1:Mxf+jmb7MszHt0rVp3v2+fIJ936T0QBUseyW0crhssQ =
25
+ github.com/macdylan/SMFix/fix v0.0.0-20240423073624-4c3e6ccd4488 /go.mod h1:dnB1MevhW7tICqBpQ2aHpVClwLdmSBUNmfV7jpRmiWw =
26
26
github.com/manifoldco/promptui v0.9.0 h1:3V4HzJk1TtXW1MTZMP7mdlwbBpIinw3HztaIlYthEiA =
27
27
github.com/manifoldco/promptui v0.9.0 /go.mod h1:ka04sppxSGFAtxX0qhlYQjISsg9mR4GWtQEhdbn6Pgg =
28
28
github.com/mattn/go-isatty v0.0.19 h1:JITubQf0MOLdlGRuRq+jtsDlekdYPia9ZFsB8h/APPA =
Original file line number Diff line number Diff line change @@ -80,15 +80,15 @@ func postProcess(r io.Reader) (out []byte, err error) {
80
80
if ! noTrim {
81
81
// funcs = append(funcs, fix.GcodeTrimLines)
82
82
}
83
- if ! noReplaceTool {
84
- funcs = append (funcs , fix .GcodeReplaceToolNum )
85
- }
86
83
if ! noShutoff {
87
84
funcs = append (funcs , fix .GcodeFixShutoff )
88
85
}
89
86
if ! noPreheat {
90
87
funcs = append (funcs , fix .GcodeFixPreheat )
91
88
}
89
+ if ! noReplaceTool {
90
+ funcs = append (funcs , fix .GcodeReplaceToolNum )
91
+ }
92
92
if ! noReinforceTower {
93
93
funcs = append (funcs , fix .GcodeReinforceTower )
94
94
}
You can’t perform that action at this time.
0 commit comments