#linuxcnc-devel Logs
Jul 20 2025
#linuxcnc-devel Calendar
09:36 AM JT-Cave: Note
09:48 AM JT-Cave: These settings are for the motion controller component. Control screens can
09:48 AM JT-Cave: limit these settings further.
09:48 AM JT-Cave: MAX_FORWARD_VELOCITY = 20000 The maximum spindle speed (in rpm) for the specified spindle. Optional. This will also set MAX_REVERSE_VELOCITY to the negative value unless overridden.
09:48 AM JT-Cave: from the 2.9 ini config docs but they don't seem to do anything when added to an ini file
09:48 AM JT-Cave: src/emc/ini/inispindle.cc line 65-80 seem to check for those but not sure if it does anything with it
10:02 AM JT-Cave: grep -irn MAX_FORWARD_VELOCITY only returns a hit in one bit of code
10:02 AM JT-Cave: src/emc/ini/inispindle.cc:65: if (spindleIniFile->Find(&limit, "MAX_FORWARD_VELOCITY", spindleString) == 0){
06:38 PM linuxcnc-build: build #3314 of 4041.deb-buster-rtpreempt-amd64 is complete: Failure [4failed shell_2] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4041.deb-buster-rtpreempt-amd64/builds/3314 blamelist: Bertho Stultiens <bertho@vagrearg.org>