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%
Im having trouble getting Cura to recognize & use the script. I'm placing it in C:\Users\xxx\AppData\Roaming\cura\master\plugins, as instructed here : https://github.com/Frix-x/klipper-voron-V2/blob/main/macros/probing/bed_mesh.cfg .
Ive tried on 5.0 Beta, as well as 4.13 master fork.
Any help would be appreciated.
PS...does this need to be reworked for 5.0?