You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was using it with Cura without a problem but a had to migrate to Orca Slicer (day and night difference) and it didn`t work anymore.
In the setup guide, it is sugested to use:
BED_MESH_CALIBRATE PRINT_MIN={first_layer_print_min[0]},{first_layer_print_min[1]} PRINT_MAX={first_layer_print_max[0]},{first_layer_print_max[1]}
For BambuStudio/OrcaSlicer. But for it to work for me I had to change P{RINT_MIN and PRINT_MAX to AREA_START and AREA_END respectively:
I was using it with Cura without a problem but a had to migrate to Orca Slicer (day and night difference) and it didn`t work anymore.
In the setup guide, it is sugested to use:
BED_MESH_CALIBRATE PRINT_MIN={first_layer_print_min[0]},{first_layer_print_min[1]} PRINT_MAX={first_layer_print_max[0]},{first_layer_print_max[1]}
For BambuStudio/OrcaSlicer. But for it to work for me I had to change P{RINT_MIN and PRINT_MAX to AREA_START and AREA_END respectively:
BED_MESH_CALIBRATE AREA_START={first_layer_print_min[0]},{first_layer_print_min[1]} AREA_END={first_layer_print_max[0]},{first_layer_print_max[1]}
I may have done something wrongly tough...
The text was updated successfully, but these errors were encountered: