Adaptive Mesh and Orca Slicer

Hello,
I've activated adaptive_mesh in the printer.cfg ([gcode_macro RatOS]
variable_adaptive_mesh: True) and added the start Gcode to Orca Slicer. However, it still probed the whole bed.

Now I've seen, that the gcode does not contain X/Y coordinates but rather the variables:
"; machine_start_gcode = START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single] X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}
"

The variable "first_layer_print_min" is not defined anywhere else in the Gcode, so I assume that's the reason it is not working.

Can anyone tell me, how I can fix this?
Was this page helpful?