Basic Information:
Printer Model: Self made cartesian CNC (I hope) plotter
MCU / Printerboard: SKR mini v.1.1
Host / SBC: cpRaspberry Pi (32 bit) & Linux on old laptop
klippy (1).zip (318.1 KB)
klippy.log
Fill out above information and in all cases attach your klippy.log
file (use zip to compress it, if too big). Pasting your printer.cfg
is not needed
Be sure to check our “Knowledge Base” Category first. Most relevant items, e.g. error messages, are covered there
Describe your issue:
Hi, I have discovered strange behavior & stuck with laser configuration.
First I need to point out that laser head which I have to be disabled require 100% pwm.
However what I mean by strange is:
When I start gcode file w/o any M3/M4/M5 commands, and
then I issue M3/M4 S(whatever) using console in Moonraker/Mainsail all seems to work well;
but every time I run gcode whith those commands I get “Missing scheduling of next hard pwm event” (with laser turned on…)
Do you maybe know what could be a reason for it?
[edit]
Ok. I dig a little an found the nfoation that maximum_mcu_duration will be depreciated. I have commended it and now it works
However question remain why it works with manual gcode input but with mainsail running gcode raised an error.