Help Needed with Start G-code for Creality Ender-3 V3 Plus in Cura

Hello everyone,

I recently started using the Creality Ender-3 V3 Plus with Cura for slicing my models, and I’ve encountered an issue with the start G-code. The current start G-code I’m using is as follows:

M140 S0
M104 S0
START_PRINT EXTRUDER_TEMP={material_print_temperature_layer_0}
BED_TEMP={material_bed_temperature_layer_0}

While this G-code correctly handles the extruder temperature, it seems to have issues with the bed temperature, and it doesn’t set the bed temperature as expected.

Could anyone provide the correct start G-code for the Ender-3 V3 Plus that works in Cura? I need the bed temperature to be set correctly before starting the print. Any help or suggestions would be greatly appreciated!

Thank you!

The start G-code for my K1C is

M140 S0

M104 S0

START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single]

Bill

Yes, I tried the same. But when printing, the printer did not apply the bed temperature.

In manage printers - Machine settings is Heated Bed selected

Yes, I have everything included. It doesn’t help.