Turge08 / print_area_bed_mesh

Create bed mesh for print area only
209 stars 40 forks source link

Didn't worked in Orca Slicer at first PRINT_MIN > AREA_START #54

Open Testmangh opened 8 months ago

Testmangh commented 8 months ago

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...