Don't free the stack array plane_equation_coefficients (PR#83)

master
Scott Lahteine 9 years ago committed by Richard Wackerbarth
parent e3b1e08777
commit 23d742bf06

@ -2669,7 +2669,6 @@ inline void gcode_G28() {
}
if (!dryrun) set_bed_level_equation_lsq(plane_equation_coefficients);
free(plane_equation_coefficients);
// Show the Topography map if enabled
if (do_topography_map) {

Loading…
Cancel
Save