Change Spindle increment on main screen.

More
20 May 2020 19:38 - 20 May 2020 19:38 #168402 by Marcodi
Hi,

Just a short question, in which file i can find the settings to increase the spindle increment steps. The button I mean can be seen in the screenshot. It is standard set to 100 but to get to 16000 i need to click it like a zillion times :)



Thanks
Attachments:
Last edit: 20 May 2020 19:38 by Marcodi.

Please Log in or Create an account to join the conversation.

More
20 May 2020 19:58 #168405 by tommylight
F11 and F12 on the keyboard.
Or using Sxxxx in gcode, like
M3 S1000 will run the spindle at 1000RPM
M3 S15000 will run it at 15000RPM

Please Log in or Create an account to join the conversation.

More
20 May 2020 20:05 #168406 by Marcodi
Hi Tommy,

Not what I mean.

I want to set the increment to 1000 instead of 100 by clicking that + symbol.

Where is that setting to change the increment to 1000 instead of 100.

Please Log in or Create an account to join the conversation.

More
20 May 2020 23:46 #168432 by cmorley
linuxcnc.org/docs/2.7/html/config/ini-co...tml#_display_section

DEFAULT_SPINDLE_SPEED = 1000

IIRC Unfortunately the increment currently can't be changed.

Please Log in or Create an account to join the conversation.

More
11 Aug 2020 12:51 #177893 by andypugh
Just checked this:
github.com/LinuxCNC/linuxcnc/blob/2.8/sr...tion/command.c#L1864
defintely hard-coded.
It should be a per-spindle INI entry, I think.

Not a difficult change. I think that each spindle should have a min, max and increment. It probably shouldn't be something that the GUI finds in the [DISPLAY] section, like the DEFAULT_SPINDLE_SPEED is.

Please Log in or Create an account to join the conversation.

Time to create page: 0.166 seconds
Powered by Kunena Forum