Change Spindle increment on main screen.
- Marcodi
- Offline
- Elite Member
Less
More
- Posts: 198
- Thank you received: 13
20 May 2020 19:38 - 20 May 2020 19:38 #168402
by Marcodi
Change Spindle increment on main screen. was created by Marcodi
Attachments:
Last edit: 20 May 2020 19:38 by Marcodi.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19504
- Thank you received: 6540
20 May 2020 19:58 #168405
by tommylight
Replied by tommylight on topic Change Spindle increment on main screen.
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
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.
- Marcodi
- Offline
- Elite Member
Less
More
- Posts: 198
- Thank you received: 13
20 May 2020 20:05 #168406
by Marcodi
Replied by Marcodi on topic Change Spindle increment on main screen.
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.
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.
- cmorley
- Offline
- Moderator
Less
More
- Posts: 7780
- Thank you received: 2075
20 May 2020 23:46 #168432
by cmorley
Replied by cmorley on topic Change Spindle increment on main screen.
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.
DEFAULT_SPINDLE_SPEED = 1000
IIRC Unfortunately the increment currently can't be changed.
Please Log in or Create an account to join the conversation.
- andypugh
- Offline
- Moderator
Less
More
- Posts: 23178
- Thank you received: 4861
11 Aug 2020 12:51 #177893
by andypugh
Replied by andypugh on topic Change Spindle increment on main screen.
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.
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: 1.322 seconds