Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: extrusion estimation spacing #961

Merged
merged 1 commit into from
Nov 22, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions src/locales/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -617,18 +617,18 @@ app:
<span class="secondary--text">and</span>
%{nozzleDiameter} mm nozzle
stats_volumetric_flow: >-
Extruding at %{extrudeSpeed} mm/s
<span class="secondary--text">, the extruder should be able to provide an</span>
Extruding at %{extrudeSpeed} mm/s<span class="secondary--text">,
the extruder should be able to provide an</span>
estimated volumetric flow of %{estimatedVolumetricFlow} mm³/s
stats_extruded_length: >-
Extruding %{extrudeLength} mm of filament at %{extrudeFactor} % flow
<span class="secondary--text">, will provide an</span>
Extruding %{extrudeLength} mm of filament at
%{extrudeFactor} % flow<span class="secondary--text">,
will provide an</span>
estimated output length of %{estimatedExtrudedLength} mm
stats_max_speed: >-
<span class="secondary--text">Assuming a</span>
%{layerHeight} mm layer height
<span class="secondary--text">, the </span>
estimated maximum print speed is %{estimatedMaxSpeed} mm/s
%{layerHeight} mm layer height<span class="secondary--text">,
the</span> estimated maximum print speed is %{estimatedMaxSpeed} mm/s
version:
btn:
check_for_updates: Check for updates
Expand Down