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

Commenting out DISABLE_LASER_DURING_HOLD not producing expected behavior #1232

Open
johnopsahl opened this issue Nov 4, 2023 · 0 comments
Open

Comments

@johnopsahl
Copy link

I would like spindle speed PWM output to be maintained through a feed hold/cycle start while in laser mode ($32=1). My understanding from reading the notes for DISABLE_LASER_DURING_HOLD in config.h is that commenting out "#define DISABLE_LASER_DURING_HOLD" should accomplish that goal. In reality, I am still seeing spindle speed PWM output go to zero after a feed hold regardless of whether "#define DISABLE_LASER_DURING_HOLD" is commented out or not.

My application is not a laser so don't need the protection of turning off the laser during a feed hold. I am developing a graphite pencil plotter that applies variable pressure against paper to produce different shades of pencil markings. It uses the same g-code as a laser, but performs different operations to achieve a similar effect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant