BaudR8 wrote:Go to Tools > FIrmware Configuration, and under the X3G tab, make sure you have Replicator 2 with HBP selected. In your FFF Settings, add a temperature controller in the Temperature tab, and make sure the type is heated build platform.
Then in your starting G-Code, find where it says:
M104 S[extruder1_temperature] T0
M133 T0 ; stabilize extruder temperature
and insert this line above it:
M140 S[bed0_temperature] T0
M134 T0 ; stabilize bed temperature
If you dont want to set up the profile yourself, I have included one.
Thank you for the reply. The actual problem was in the firmware settings of the bot itself.
Utilities > General Settings > Override GcTemp OFF
Mine was ON which causes the bot to ignore the G-Code temperatures and use the ones in the preheat menu.