Fixed inch scaling
This commit is contained in:
committed by
Yorik van Havre
parent
cbd5f297f3
commit
fd0cdc02a1
@@ -155,7 +155,7 @@ static void bulkAddCommand(const std::string &gcodestr, std::vector<Command*> &c
|
||||
delete cmd;
|
||||
} else {
|
||||
if (inches) {
|
||||
cmd->scaleBy(254);
|
||||
cmd->scaleBy(25.4);
|
||||
}
|
||||
commands.push_back(cmd);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user