-
Notifications
You must be signed in to change notification settings - Fork 8
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
Various grammar and spelling fixes #29
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
uuu there are quite a few ... :D I remember I was so tired back then ... and English is not my first language :)
Thank you!
@@ -1,23 +1,23 @@ | |||
{% import "macros.jinja2" as snipped %} | |||
{{ snipped.subSection("E-Steps default values",true) }} | |||
<div class="row-fluid"> | |||
<div class="span6"><label for="userControlsTemp" class="checkbox pull-right" style="margin-top: 5px;">Let me to control temperature</label></div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There the user should control the temperature
@@ -70,7 +70,7 @@ $(function () { | |||
"extrudeLength": self.testParam.extrudeLength(), | |||
"extrudeSpeed": self.testParam.extrudeSpeed() | |||
}).done(function (response) { | |||
self.generalVM.notifyWarning("E axe calibration started", "<span style='font-weight:bold; color: red;'>Heating nuzzle has started!!!</span><br> When extrusion stops you have to fulfil <b>Length after extrusion</b> and save the new value ") | |||
self.generalVM.notifyWarning("E-Steps calibration started", "<span style='font-weight:bold; color: red;'>Extruder heating has started!!!</span><br> When extrusion stops you will have to fill <b>Length after extrusion</b> and save the new value ") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't heat the extruder... This should be Hot-end heating or Nozzle heating if we want to be closer to original formulation
Corrects various spelling and grammar issues.