mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-03-09 13:05:00 -06:00
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:
parent
2440d669f0
commit
a87df7f0b5
7 changed files with 42 additions and 84 deletions
|
|
@ -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
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue