I have not tested this outside of comparing the gcode between SuperSlicer and Cura. Values were within 1mm of of each corresponding value.
I don't know python and have no interest in learning it, hopefully someone can clean this up.
START_PRINT BED_TEMP={material_bed_temperature_layer_0} EXTRUDER_TEMP={material_print_temperature_layer_0} AREA_START_X=%MINX% AREA_START_Y=%MINY% AREA_END_X=%MAXX% AREA_END_Y=%MAXY%
Super helpful, thanks for this....modified it so I append the info to my START_PRINT line data instead of replacing it, so if I loose the script it just doesn't add it.
https://github.com/dapostol73/Randoms/blob/main/Cura/Plugins/PostProcessingPlugin/MeshPrintSize.py