vlachoudis / bCNC

GRBL CNC command sender, autoleveler and g-code editor
GNU General Public License v2.0
1.54k stars 528 forks source link

Drag knife solenoid delay. #1850

Closed p-v-peev closed 9 months ago

p-v-peev commented 9 months ago

Hi there, On my plotter running FluindNC the solenoid, that lifts and drops the knife, doesn't react as fast as the rest of the machine. This leaves uncut segments when the knife is entering a cut and random marks when the knife leaving a cut at high cutting speeds. Is it possible somehow to tune this, for example to add G04 commands to allow the solenoid catch up with the rest of the machine. If the current release doesn't support it and adding G04 commands sounds like a good idea I think I will be able to contribute it.

p-v-peev commented 9 months ago

Pull request - https://github.com/vlachoudis/bCNC/pull/1851

p-v-peev commented 9 months ago

Closing it as completed after the PR was merged