Skip to content

Commit 0d750ac

Browse files
authored
amended download text about linux (#197)
* amended download text about linux * fixed info message about setting the max vertical angle
1 parent d58185c commit 0d750ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Es lohnt sich definitiv, dabei zu sein. Wir freuen uns auf euch! :grinning:
2323

2424
## 💻 Download
2525

26-
Precompiled versions for Windows and Linux are available under [releases](https://github.com/3dgeo-heidelberg/helios/releases).
26+
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).
2727

2828
## ℹ Documentation
2929

src/scanner/beamDeflector/PolygonMirrorBeamDeflector.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ void PolygonMirrorBeamDeflector::applySettings(std::shared_ptr<ScannerSettings>
6767
cfg_setting_scanAngle_rad);
6868

6969
ss << "\n -- verticalAngleMax not set, using the value of " << MathConverter::radiansToDegrees(
70-
cfg_setting_verticalAngleMin_rad
70+
cfg_setting_verticalAngleMax_rad
7171
) << " degrees";
7272
}
7373
state_currentBeamAngle_rad = 0;

0 commit comments

Comments
 (0)