Hi Davo,

I am trying some custom G-Code for the printer and there are a couple of commands that I was looking into.

What I want to do is change the bed temperature, the extruder temperature and the feed rate through g-code commands .

I had tried some things for the extruder but I didn't seem to have any luck till today when I did

M104 T10 S220
M109 S220

Separately it didn't seem to do anything but together I seem to have gotten it working.

For the Bed,

Would I insert: M140 S#

and lastly for the Feed Rate, would I use: M756 S0.18


Thanks!