Fill out above information andin all cases attach yourklippy.logfile (use zip to compress it, if too big). Pasting yourprinter.cfgis not needed Be sure to check our “Knowledge Base” Category first. Most relevant items, e.g. error messages, are covered there
Describe your issue:
…
There are many G4 S0 in Orca slices, what does it represent? If Klipper attempts to support this instruction, what elements does it affect?
I am certain that the Orca slice can choose the “Marlin/Klipper” style, which means that the generated instructions may contain both Marlin supported commands and Klipper style commands; For example, in my recent experiments, I found that there are a large number of commands such as M205, M73, and G4. When the frequency is too high, Timer too close may also occur. I tried to ignore them and improved my problem after processing.
If it’s like Sineos’ statement, I even think that Klipper code can add 0-value filtering and return directly when a 0-value is matched, which can improve the robustness of the software and avoid performing useless operations
Why should Klipper do this? Why should Klipper clean up after bugs in different software products? Such issues (if it is one) needs to be fixed where they are created and not down-stream in a totally different product.