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!