Skip to content

Commit

Permalink
Correct typos
Browse files Browse the repository at this point in the history
  • Loading branch information
FormerLurker committed Dec 5, 2020
1 parent 20937d5 commit cec243c
Showing 1 changed file with 18 additions and 11 deletions.
29 changes: 18 additions & 11 deletions octoprint_octolapse/templates/octolapse_settings.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
<b>Please support my work by becoming a patron.</b>
</a>
</p>
<hr/>
<h4>Thanks to all my patrons, may you live forever!</h4>
<p>
Octolapse was built entirely in open source for the 3D printing community.
Expand Down Expand Up @@ -214,22 +215,25 @@
<b>LayerFused LLC</b><br/>
<b>Piotr Rozycki</b><br/>
</div>
<hr/>
<h4>Thanks to my Github sponsors!</h4>
<p>This is a relatively new thing that I am grateful for. It's similar Patreon, all conveniently contained within GitHub itself. If you are interested in becoming a sponsor, <a href="https://github.com/sponsors/FormerLurker" target="_blank">you can find more information here</a>.</p>
<p>This is a relatively new thing that I am grateful for. It's similar to Patreon, all conveniently contained within GitHub itself. If you are interested in becoming a sponsor, <a href="https://github.com/sponsors/FormerLurker" target="_blank">you can find more information here</a>.</p>
<div style="-webkit-columns: 100px 3; -moz-columns: 100px 3; columns: 100px 3;">
<b>BradMcGonigle</b><br/>
dgcntrk<br/>
<b>fieldOfView</b><br/>
</div>
<hr/>
<h4>Beer Money Providers</h4>
<p>For those of you who have <a href="https://paypal.me/formerlurker" target="_blank">sent me coffee/beer money via PayPal</a> or by any other service, I appreciate it <b>so</b> much! You guys and gals always make my day. There is no better way to start a morning of open source development than with a good cup of Jo, and to end it with a nice crisp Pilsner (preferably an Urquell)!</p>
<p>For those of you who have <a href="https://paypal.me/formerlurker" target="_blank">sent me coffee/beer money via PayPal</a> or by any other service, I appreciate it <b>so</b> much! You guys and gals always make my day. There is no better way to start a morning of open source development than with a good cup of joe and end it with a nice crisp Pilsner (preferably an Urquell)!</p>
<hr/>
<h4>Three cheers for the Octoprint development community!</h4>
<p>
When I first started to develop Octolapse, I knew practically noting about the technology
or open source development in general. Fortunately for me the Octoprint/Open Source
When I first started to develop Octolapse, I knew practically nothing about the technology
or open source development in general. Fortunately for me, the Octoprint/Open Source
community is a welcoming and educational place. Thank you to everyone who has
contributed to the source code, or by posting issues/feature requests to the github
page! Here are some, but not all, of those users whom I feel require a special mention:
contributed to the source code or by posting issues/feature requests to the github
page! Here are some, but not all, of those users who I feel require a special mention:
</p>
<p>
<b>Gina Häußge</b> - Creator of OctoPrint, development guru, and all around good person and friend<br />
Expand All @@ -241,22 +245,25 @@
code<br />
<b>bluecamel</b> - url fix for proxies, Taz6 support.<br />
<b>tjjfvi</b> - created a <a href="https://csi.t6.fyi/" title="Link to cura gcode settings template">Cura gcode settings template</a> that can be used to extract slicer settings.<br />
<b>einfallstoll</b> - pointed out an embarrassing spelling mistake and even submitted a pull request to fix it! Turns out this error existed all over the place, so I refactored the code myself.<br/>
<b>einfallstoll</b> - Pointed out an embarrassing spelling mistake and even submitted a pull request to fix it! Turns out this error existed all over the place, so I refactored the code myself.<br/>
<b>Billie Ruben</b> - Famed and beloved influencer, contributor, mod of the 3DPrinters discord server, and all around good person. Check out her <a href="https://www.youtube.com/channel/UCM8Dsa0zmBujitlkVcfnuNA" target="_blank">YouTube channel</a> if you are ever looking for inspiration!<br />
<b>Tech2077</b> - Thank you for digging through the c++ code and tracking down a bug that has been driving me mad for several months. I'm not sure if I'd have ever found it without you!<br/>
<b>jneilliii</b> - Handling all those support requests is a huge pain, and is really appreciated. That and all the general good vibes and programming tips!<br/>
<b>Tech2077</b> - Thank you for digging through the c++ code and tracking down a bug that had been driving me mad for several months. I'm not sure if I'd have ever found it without you!<br/>
<b>jneilliii</b> - Handling all those support requests is a huge pain and is really appreciated. That and all the general good vibes and programming tips!<br/>
<b>cp2004</b> - Another kind soul who has helped others with the ins and outs of Octolapse, as well as putting up with the occasional rant.<br/>
<b>OutsourcedGuru</b> - Another OctoPrint regular who has listened to both good and bad ideas, performed testing, given feedback, and been supportive through my journey<br/>
</p>
<hr/>
<h4>Special Thanks</h4>
<p>I'd like to add a special thank you to my brother <b>Andy</b> and my wife <b>Maggie</b> for their encouragement, testing, support, and tolerance. Also, thanks Mom, who has always been my biggest fan!</p>
<hr/>
<h4>Unsung Heroes</h4>
<p>There are many many others who I have missed I am sure. If that's the case, please send me a message and I'll rectify the situation!</p>
<hr/>
<h4>Other Projects</h4>
<p>If you liked Octolapse, you may want to check out some of my other work:</p>
<ul>
<li><a href="https://plugins.octoprint.org/plugins/arc_welder/" target="_blank">Arc Welder</a> - An OctoPrint plugin for compressing your gcode files to save space and reduce stuttering.</li>
<li><a href="https://github.com/FormerLurker/ArcWelderLib" target="_blank">ArcWelderLib</a> - This is the heart and soul of <i>Arc Welder</i>. Contains libraries for parsing gcode and tracking printer movements (based on the Octolapse c++ extension), performing Arc compression, a console application you can run on Linux, Windows or Mac, and an <i>Arc Straightener</i> application you can use to convert G2/G3 back into G1 by mimicking Marlin's movements.</li>
<li><a href="https://github.com/FormerLurker/ArcWelderLib" target="_blank">ArcWelderLib</a> - This is the heart and soul of <i>Arc Welder</i>. Contains libraries for parsing gcode and tracking printer movements (based on the Octolapse c++ extension), performing Arc compression, a console application you can run on Linux, Windows, or Mac, and an <i>Arc Straightener</i> application you can use to convert G2/G3 back into G1 by mimicking Marlin's movements.</li>
</ul>
<p>I've got more stuff in the works too, which I will add here when appropriate.</p>
</div>
Expand All @@ -274,7 +281,6 @@
download="">
<i class="fa fa-download"></i> Export Settings
</a>
<div data-bind="template:'octolapse-import-dialog-template'"></div>
<a class="span3 btn btn-default" data-bind="click: Octolapse.SettingsImport.showSettingsImportPopup">
<i class="fa fa-upload"></i>
Import Settings&hellip;
Expand All @@ -289,6 +295,7 @@
Update Profiles
</a>
</div>
<div data-bind="template:'octolapse-import-dialog-template'"></div>
</div>
<div>
<span class="help-inline">
Expand Down

0 comments on commit cec243c

Please sign in to comment.