Skip to content

Commit

Permalink
Remove experimental warning on gcode scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
kantlivelong committed Apr 13, 2021
1 parent f908b90 commit c3de547
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions octoprint_psucontrol/templates/psucontrol_settings.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
</div>
</div>
<div class="control-group">
<label class="control-label">Post On GCode Script<br/><font color="red">experimental</font></label>
<label class="control-label">Post On GCode Script</label>
<div class="controls">
<textarea rows="5" class="block" data-bind="value: scripts_gcode_psucontrol_post_on"></textarea>
</div>
Expand Down Expand Up @@ -228,7 +228,7 @@
</div>
</div>
<div class="control-group">
<label class="control-label">Pre Off GCode Script<br/><font color="red">experimental</font></label>
<label class="control-label">Pre Off GCode Script</label>
<div class="controls">
<textarea rows="5" class="block" data-bind="value: scripts_gcode_psucontrol_pre_off"></textarea>
</div>
Expand Down

0 comments on commit c3de547

Please sign in to comment.