Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rrydman committed Jan 23, 2020
1 parent 21488dd commit f653bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/filament.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ func (m *filamentPanel) createLoadButton() gtk.IWidget {

return MustButtonImage("Load", "extrude.svg", func() {
cmd := &octoprint.CommandRequest{}
cmd.Commands = []string{"M701}
cmd.Commands = []string{"M701"}

Logger.Info("Sending filament load request")
if err := cmd.Do(m.UI.Printer); err != nil {
Expand Down

0 comments on commit f653bd6

Please sign in to comment.