Skip to content

Commit

Permalink
czip: Fix transposed bottomLayerLift Height/Speed on encode
Browse files Browse the repository at this point in the history
  • Loading branch information
ezrec committed Jan 3, 2021
1 parent ef9702b commit bd7500a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11,565 deletions.
4 changes: 2 additions & 2 deletions czip/format.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ func (sf *Format) Encode(writer uv3dp.Writer, printable uv3dp.Printable) (err er
BottomLayerCount: bot_count,
Mirror: 1,
TotalLayer: size.Layers,
BottomLayerLiftHeight: bot.LiftSpeed,
BottomLayerLiftSpeed: bot.LiftHeight,
BottomLayerLiftHeight: bot.LiftHeight,
BottomLayerLiftSpeed: bot.LiftSpeed,
}

// Create all the layers
Expand Down

0 comments on commit bd7500a

Please sign in to comment.