Skip to content

Commit

Permalink
Added 'S' to the list of parameter for which MeatPack keeps the leadi…
Browse files Browse the repository at this point in the history
…ng space
  • Loading branch information
enricoturri1966 committed Mar 28, 2024
1 parent 1d5e22e commit 31cd02c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/LibBGCode/binarize/meatpack.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,8 @@ void unbinarize(const std::vector<uint8_t>& src, std::string& dst)
'X', 'Y', 'Z', 'E', 'F',
// G2, G3
'I', 'J', 'R',
// G4
'S',
// G29
'G', 'P', 'W', 'H', 'C', 'A'
};
Expand Down

0 comments on commit 31cd02c

Please sign in to comment.