Skip to content

Commit

Permalink
amended download text about linux (#197)
Browse files Browse the repository at this point in the history
* amended download text about linux

* fixed info message about setting the max vertical angle
  • Loading branch information
lwiniwar authored Mar 14, 2022
1 parent d58185c commit 0d750ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/scanner/beamDeflector/PolygonMirrorBeamDeflector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ void PolygonMirrorBeamDeflector::applySettings(std::shared_ptr<ScannerSettings>
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;
Expand Down

0 comments on commit 0d750ac

Please sign in to comment.