From 3aa4c8f6c6e8b169b153a85653e78a5fea9aa352 Mon Sep 17 00:00:00 2001 From: Mark Walker Date: Tue, 6 Oct 2015 14:07:08 -0700 Subject: [PATCH] Add S255 parameter to M106 for "Fan On" Bit of a debate with some gcode purists. RepRapPro demands an S parameter. Adding S255 should be backward compatible with the firmwares that recognize M106 as full on. As with other issues, it'd be nice to have something more to go on here than the reprap wiki and firmware source code. --- src/octoprint/templates/tabs/control.jinja2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/octoprint/templates/tabs/control.jinja2 b/src/octoprint/templates/tabs/control.jinja2 index e01e112c..0fa8e0fc 100644 --- a/src/octoprint/templates/tabs/control.jinja2 +++ b/src/octoprint/templates/tabs/control.jinja2 @@ -98,7 +98,7 @@

{{ _('General') }}

- +