V-core 3 still probes full bed after enabling adaptive meshing
I’ve enabled adaptive meshing in printer.cfg and added the start print macro in the slicer (and confirmed that it makes it into the gcode with proper bounding box values), but the printer always probes the entire bed. Did I miss a setting somewhere?
11 Replies
upload your printer.cfg
xenial-blackOP•14mo ago
variable_calibrate_bed_mesh
is set to falsexenial-blackOP•14mo ago
yeah because it takes too long. When it’s set to true it does the whole thing regardless of the model
What slicer are you using?
xenial-blackOP•14mo ago
superslicer
what do you have as your start print gcode?
START_PRINT EXTRUDER_TEMP=[first_layer_temperature] BED_TEMP=[first_layer_bed_temperature] X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}
?xenial-blackOP•14mo ago
yes, I have exactly that, and it produces reasonable-looking numbers in the resulting gcode
xenial-blackOP•14mo ago
can you upload the gcode file?
xenial-blackOP•14mo ago
update on this - it turns out I had left the ADXL tuning block uncommented but without the accelerometer attached, and for some reason that was interfering with adaptive mesh. Now that I commented the accelerometer blocks put it’s working.