Speed setting of printer from Bambu Handy Slicer

Am I missing something or is there a way to setup Bambu Handy Slicer to select the speed setting when the gcode is sent to the printer (Silent - Normal - Sport - Ludicrous mode) Each time I send a print to the printer it is always sent to have the printer run at Normal speed mode.

I went and searched the forum. This what i found.

onemhz

Jan 16

I came looking for info on when is the “right” time to set print speed mode. It can’t be set before I start printing, and it seems like if I set it while the printer is warming up, it resets it back to normal. So I kind of have to babysit until the warmup and calibration is done. Being able to change the default or assign it in the project would be a great feature.

You can also change it from the handy app on your phone/tablet.

1 Like

I also recently stumbled across Silk PLA Profile that had some Code for the speed settings. You could try putting one of these at the bottom of the start GCode.

Silent
M220 S50

Sport
M220 S124

Ludicrous
M220 S166

Thank you Barry and Onemhz, the gcode method should be easy enough set up as an addition profile with the speed updated.