Don't free the stack array plane_equation_coefficients (PR#83)
This commit is contained in:
parent
e3b1e08777
commit
23d742bf06
@ -2669,7 +2669,6 @@ inline void gcode_G28() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!dryrun) set_bed_level_equation_lsq(plane_equation_coefficients);
|
if (!dryrun) set_bed_level_equation_lsq(plane_equation_coefficients);
|
||||||
free(plane_equation_coefficients);
|
|
||||||
|
|
||||||
// Show the Topography map if enabled
|
// Show the Topography map if enabled
|
||||||
if (do_topography_map) {
|
if (do_topography_map) {
|
||||||
|
Loading…
Reference in New Issue
Block a user