Adaptive mesh
Hi
I have been trying the baked in adaptive mesh and i have added the variable_adaptive_mesh line and turned it to true but it doesnt seemed have done anything.
Originally i was using PAM which worked well i,I have just printed a small part and the printer probed the whole bed instead of just a small area.
So i am wondering am i supposed to add anything else into my config to get this working?
Thank you
4 Replies
have you changed your slicer start gcode?
for some reason the slicer start gcode had got messed up lol ,sorry
also is the prime location supposed to change pending on the area probe?
No, see: https://os.ratrig.com/docs/configuration/adaptive-meshing
Contrary to KAMP and PAM, RatOS doesn't move your prime location, instead it probes the prime location (constrained by min/max bed_mesh settings) a single time and uses the difference between the probe result and your z_offset to dynamically apply a gcode offset only for the prime macro. This ensures no collision with prime blob and the toolhead on small meshes.
Adaptive Meshing (BETA) | RatOS
RatOS comes with it's own adaptive meshing (functionality was previously handled by PAM by Helge Keck), similar to KAMP. When enabled and configured in your slicer, RatOS will only probe the print area and your configured probe location, potentially saving a lot of time on smaller prints on bigger printers. RatOS will keep the resolution of your...
oh right i get it now thank you for clearing that up for me much appreciated .