@Rattlemycage said in Printing stop momentarily:
How do i put these values in my config.g please?
Well you must first edit the config.g file either on the web interface or on the SD card directly.
https://duet3d.dozuki.com/Wiki/Duet_Web_Control_Manual
The values you want to edit are the ones I pasted above. Bear in mind that the values you posted are from marlin and are in mm/s and RRF uses mm/min, so note the units being used.
I would still recommend the values I posted.
M566 X900 Y900 Z200 E3000:3000 ; set maximum instantaneous speed changes (mm/min)
M203 X6000 Y6000 Z2000 E6000:6000 ; set maximum speeds (mm/min)
M201 X2000 Y2000 Z250 E3000:3000 ; set accelerations (mm/s^2)
M204 P500 T2000 ; print and travel move acceleration