Feature request: Slowly spin up CNC spindle to limit inrush current

Issue #509 new
Dr. med. Jan Schiefer created an issue

Is it possible to add a feature for spinning up the CNC spindle slowly and gradually to limit the inrush current and avoid corresponding issues?

Example (slowly spins up the spindle from “50“ to “500” with 1 sec pauses, insert directly before spindle start):

M3
S50
G04 P1.0
S100
G04 P1.0
S150
G04 P1.0
S200
G04 P1.0
S250
G04 P1.0
S300
G04 P1.0
S350
G04 P1.0
S400
G04 P1.0
S450
G04 P1.0
S500

Comments (3)

  1. Log in to comment