Placement::tostring Fix fmt expression

This commit is contained in:
PaddleStroke
2024-12-18 10:10:31 +01:00
committed by wwmayer
parent 4c6cb971e6
commit f3fa6daecc

View File

@@ -221,7 +221,7 @@ std::string Placement::toString()
double angle;
rot.getRawValue(axis, angle);
return fmt::format("position ({.1f}, {.1f}, {.1f}), axis ({.1f}, {.1f}, {.1f}), angle {.1f}\n",
return fmt::format("position ({:.1f}, {:.1f}, {:.1f}), axis ({:.1f}, {:.1f}, {:.1f}), angle {:.1f}\n",
pos.x,
pos.y,
pos.z,