Turge08 / print_area_bed_mesh

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

Move out of range #9

Closed RURon closed 2 years ago

RURon commented 2 years ago

Hello there!

I also have a problem with move out of range on a large print (that covers most of the 308x303 print area) - I get

// print_min: 5.60788,5.60788 // print_max: 302.392,302.392 // mesh_min: -0.89212,-0.89212 // mesh_max: 293.392,308.892

Move out of range: 322.348 12.608 3.000 [0.000]

I'm using 7x7 mesh grid:

[bed_mesh] speed: 900 horizontal_move_z: 3 mesh_min: 6,11 mesh_max: 286,294 probe_count: 7,7 fade_start: 1.0 fade_end: 10.0 mesh_pps: 2,2 algorithm: bicubic bicubic_tension: .2

s0ybean commented 2 years ago

It's the 20mm buffer. Reduce it

Turge08 commented 2 years ago

It should be fixed in the latest version.

Turge08 commented 2 years ago

@RURon Can you please confirm whether you're still having the issue with the latest update?

RURon commented 2 years ago

@Turge08 Working beautifully now, thank you!