Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Testmangh opened this issue Jan 11, 2024 · 0 comments
Open

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

Testmangh opened this issue Jan 11, 2024 · 0 comments

Comments

@Testmangh
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant