Willmac16 / OctoPrint-GcodeLeveling

An OctoPrint plugin for leveling of Z values in Gcode using measured positions
https://plugins.octoprint.org/plugins/gcodeleveling/
GNU Affero General Public License v3.0
5 stars 0 forks source link

FR: Open the "Configuration section" link in a new tab #7

Closed JeffB42 closed 3 years ago

JeffB42 commented 3 years ago

When the "Configuration section" link is clicked, the OctoPrint page redirects to the link. A better experience would be to open the link in a new tab. To do this, add target="_blank" to the anchor tag:

gcodeleveling_settings.jinja2, line 6: See <a href="https://github.com/Willmac16/OctoPrint-GcodeLeveling#Configuration" target="_blank">The Configuration section</a> for more info about configuring this plugin.