diff --git a/README.md b/README.md index 3c5c23799..27745fda7 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Es lohnt sich definitiv, dabei zu sein. Wir freuen uns auf euch! :grinning: ## 💻 Download -Precompiled versions for Windows and Linux are available under [releases](https://github.com/3dgeo-heidelberg/helios/releases). +Precompiled versions for Windows and Ubuntu (other Debian might also work, but you need to install dependencies manually) are available under [releases](https://github.com/3dgeo-heidelberg/helios/releases). ## ℹ Documentation diff --git a/src/scanner/beamDeflector/PolygonMirrorBeamDeflector.cpp b/src/scanner/beamDeflector/PolygonMirrorBeamDeflector.cpp index 956fb939b..4aacbcc84 100644 --- a/src/scanner/beamDeflector/PolygonMirrorBeamDeflector.cpp +++ b/src/scanner/beamDeflector/PolygonMirrorBeamDeflector.cpp @@ -67,7 +67,7 @@ void PolygonMirrorBeamDeflector::applySettings(std::shared_ptr cfg_setting_scanAngle_rad); ss << "\n -- verticalAngleMax not set, using the value of " << MathConverter::radiansToDegrees( - cfg_setting_verticalAngleMin_rad + cfg_setting_verticalAngleMax_rad ) << " degrees"; } state_currentBeamAngle_rad = 0;