@callielli said in G-Code to slow down printing at corners of objects.:
Is there an override somewhere I might be missing?
Some slicers can set the jerk value in the sliced gcode, so check your sliced gcode to see what's actually being executed.
You can also send M566 by itself in the gcode console during a print to see what the value is actually set to to check if it's been changed from what you have in config.g
There's also acceleration to consider.
@callielli said in G-Code to slow down printing at corners of objects.:
down to 12 mm/min from 100 mm/min in the config
Can you post your config file?