variable_adaptive_mesh - Probe Count.

Anyone know how one would increase the probe count for the variable_adaptive_mesh macro?
12 Replies
blacksmithforlife
blacksmithforlife•4mo ago
try
[bed_mesh]
probe_count: 3, 3
[bed_mesh]
probe_count: 3, 3
increase the counts as you wish from https://www.klipper3d.org/Config_Reference.html#bed_mesh
WarbossGork
WarbossGork•4mo ago
Tried setting it to 7,7 but it just did a 5,4 😦
blacksmithforlife
blacksmithforlife•4mo ago
@miklschmidt any ideas?
miklschmidt
miklschmidt•4mo ago
yeah, set it higher Like it says in the documentation, adaptive mesh keeps the point pr mm configuration. So if you have 10 points on 300mm you get 1 point on 30mm.
miklschmidt
miklschmidt•4mo ago
No description
WarbossGork
WarbossGork•4mo ago
Uhh okay so what should I write in my config file?
blacksmithforlife
blacksmithforlife•4mo ago
how big is the item you are printing and how many points do you want? and how big is your bed?
WarbossGork
WarbossGork•4mo ago
300mm. It's two items but the area is about 160x130 plus skirt 10mm Im looking for like 2 more probe points or something, to test if the printer will make a better first layer when im printing a bigger file
blacksmithforlife
blacksmithforlife•4mo ago
ok, so set it to like 20,20
WarbossGork
WarbossGork•4mo ago
and where would I set that? (sorry not my strongest area) 😦
miklschmidt
miklschmidt•4mo ago
same place. Put a [bed_mesh] section in user overrides and add probe_count: 20,20 to it.
WarbossGork
WarbossGork•4mo ago
Super 🙂 that's all I need, thanks for the help. Ah... I see now that I needed to change the setting from my first post :pepehands: