Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Another 'timer too close' error #152

Closed
lucashpandolfo opened this issue Jan 30, 2018 · 1 comment
Closed

Another 'timer too close' error #152

lucashpandolfo opened this issue Jan 30, 2018 · 1 comment

Comments

@lucashpandolfo
Copy link

As the title says, the printer stops with a 'timer too close' error.

Now, before anything else, I should mention 2 things:

  1. It's not 3d printing. It's laser engraving. I've attached a laser driver to the fan output and control the laser with M106 and M107 (only on and off, no power control)
  2. I modified fan.py to make FAN_MIN_TIME = 0.

If I run the file without the M106/M107 commands, the file 'prints' ok. But with those commands the print fails always at the same part.

I think the issue arises when too many pwm state changes are issued (at least for me and my poor understanding of klipper).

So, the thing is, this may not be a klipper bug as I'm using the fan output as something else, but is there a way to achieve what I'm trying to achieve here with klipper? (rapid fan on/off changes)

If not, is there something like a safe min time between pwm events? (less than the default 0.1 s)

Sorry for the inconvenience and thanks for your work.

graph
klippy_6.log

@KevinOConnor
Copy link
Collaborator

KevinOConnor commented Jan 30, 2018 via email

@github-actions github-actions bot locked and limited conversation to collaborators Dec 24, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants