From 0d750acff742a13cf8848a707aa45cd54ed86fc7 Mon Sep 17 00:00:00 2001 From: Lukas Winiwarter Date: Mon, 14 Mar 2022 08:39:50 +0100 Subject: [PATCH] amended download text about linux (#197) * amended download text about linux * fixed info message about setting the max vertical angle --- README.md | 2 +- src/scanner/beamDeflector/PolygonMirrorBeamDeflector.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;