Refactor frequency limit to avoid processing G-code

This commit is contained in:
Alessandro Ranellucci
2012-11-18 15:28:13 +01:00
parent 008633f013
commit 7a87a76391
2 changed files with 56 additions and 86 deletions

View File

@@ -851,8 +851,6 @@ sub write_gcode {
$gcode =~ s/^;_BRIDGE_FAN_END\n/ $gcodegen->set_fan($fan_speed, 1) /gmex;
}
$gcode = $gcodegen->limit_frequency($gcode);
return $gcode;
};