Skip to content

Commit

Permalink
switched temperatures around (#832)
Browse files Browse the repository at this point in the history
  • Loading branch information
UnchartedBull committed Jul 20, 2020
1 parent 3299994 commit 37944ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/filament/filament.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@
</div>
</div>
<div class="filament-heating__controller-value" colspan="2">
{{ hotendTarget }}
{{ isHeating ? hotendTemperature : hotendTarget }}
<span class="filament-heating__controller-value-unit">°C</span>
<span class="filament-heating__controller-current" *ngIf="isHeating"
>/{{ hotendTemperature }} <span>°C</span></span
>
<span class="filament-heating__controller-current" *ngIf="isHeating">
/{{ hotendTarget }} <span>°C</span>
</span>
</div>
<div class="filament-heating__controller-row">
<div
Expand Down

0 comments on commit 37944ac

Please sign in to comment.