diff --git a/src/Mod/Path/App/Path.cpp b/src/Mod/Path/App/Path.cpp index 84b82c827a..58a1f4c574 100644 --- a/src/Mod/Path/App/Path.cpp +++ b/src/Mod/Path/App/Path.cpp @@ -155,7 +155,7 @@ static void bulkAddCommand(const std::string &gcodestr, std::vector &c delete cmd; } else { if (inches) { - cmd->scaleBy(254); + cmd->scaleBy(25.4); } commands.push_back(cmd); }