Did you create a whole new config, or just change the GUI line in the INI file?
The first place I would look would be in the INI file in the [TRAJ] and {AXIS_N] sections
I use the same ini file as in Axis GUI, wich is working OK. I only have changed in the ini file:
[DISPLAY]
#DISPLAY = axis
DISPLAY = touchy
and i have uncommented an EMBED_TAB_NAME and an EMBED_TAB_COMMAND in order to use Start and Stop buttons in a new GladeVcp tab panel.
Will it move slower than that?
Yes, if the G1 code is slower than 100 mm/min.
What happens if you increase feed-override?
I don't know, but with halmeter i see:
motion.requested-vel 133.3333 (velocity mode, equals to 8000 mm/min)
motion.currente-vel 1.6666 (velocity mode, equals to 100 mm/min)
motion.requested-vel OUT FLOAT The requested velocity with no adjustments for feed override
motion.current-vel OUT FLOAT Current cartesian velocity
it doesn't make sense.
Victor