Bugfixes (#2)

* Bugfixes

* Reduce size of diff

to avoid merge conflicts when we cherry-pick from upstream :)

* remove extraneous space

---------

Co-authored-by: Andrew Sun <as-com@users.noreply.github.com>
This commit is contained in:
Kiss Lorand
2025-11-19 02:50:48 +02:00
committed by GitHub
parent 2440d669f0
commit a87df7f0b5
7 changed files with 42 additions and 84 deletions

View File

@@ -81,18 +81,18 @@ enum class EViewType : uint8_t
{
Summary, // ORCA
FeatureType,
Height,
Width,
ColorPrint,
Speed,
ActualSpeed,
FanSpeed,
Temperature,
Height,
Width,
VolumetricFlowRate,
ActualVolumetricFlowRate,
LayerTimeLinear,
LayerTimeLogarithmic,
FanSpeed,
Temperature,
Tool,
ColorPrint,
COUNT
};