Add safety warning to first run wizard

There are too many printers out there with crappy electronics that are
just waiting to go up in smoke, and people keep leaving those alone
because "they are monitoring them via OctoPrint, so nothing can happen".
So let's add a safety warning, in the hopes that will bring at least
some people to their senses or at the very least force them into making
the conscious decision to blow all warnings into the wind.
This commit is contained in:
Gina Häußge 2017-10-23 18:41:42 +02:00
parent 4479dd0222
commit 8f78784be3
4 changed files with 32 additions and 9 deletions

File diff suppressed because one or more lines are too long

View file

@ -901,6 +901,13 @@ ul.dropdown-menu li a {
}
}
#wizard_firstrun_start,
#wizard_firstrun_end {
p {
margin-bottom: 1.5em;
line-height: 1.5;
}
}
#settings_appearance_managelanguagesdialog_emptylist {

View file

@ -1,12 +1,26 @@
<h3>{{ _('All Done!') }}</h3>
<p>{% trans %}
Your OctoPrint installation is now all set up and ready to go. Happy
printing!
Your OctoPrint installation is now all set up and ready to go.
{% endtrans %}</p>
<h4>{{ _('On your printer\'s safety') }}</h4>
<p>{% trans %}
Even with OctoPrint attached you should <strong class="text-error">never leave
your printer run completely unattended</strong>. The electronics in our consumer printers can and sometimes sadly do
catch fire, so stay or have someone else stay close enough to physically intervene in case of such catastrophic
failure.
{% endtrans %}</p>
<h4>{{ _('If you enjoy OctoPrint...') }}</h4>
<p>{% trans url='http://octoprint.org/support-octoprint/' %}
If you enjoy OctoPrint, please consider <a href="{{ url }}" target="_blank">supporting its ongoing
development</a>, which is fully funded by users like you! You can also find this link in the "About" dialog. <strong>Thank you!</strong>
Please consider to <strong><a href="{{ url }}" target="_blank">support OctoPrint's ongoing development</a></strong>,
which is only possible thanks to funding by users like you! You can also find this link in the "About" dialog.
<strong>Thank you!</strong>
{% endtrans %}</p>
<p>{% trans %}
With all that being said, <strong>Happy and Safe Printing</strong>!
{% endtrans %}</p>

View file

@ -1,7 +1,9 @@
<h3>{{ _('Hello!') }}</h3>
{% trans %}
Thank you for installing OctoPrint! This wizard will lead you through the
final steps to get your OctoPrint instance all setup and ready to go. We'll
<p>{% trans %}
Thank you for installing OctoPrint!
{% endtrans %}</p>
<p>{% trans %}
This wizard will guide you through the final steps to get your OctoPrint instance all setup and ready to go. We'll
get you printing in no time!
{% endtrans %}
{% endtrans %}</p>