Problem with ABL
I built a vcore 3 400 with 0.6 nozzle and BLTouch. I am trying to tune it but getting the first layer right is already a problem.
In the pictures (had to see), you can see that there are parts of the first layer printing well, parts where the nozzle prints way too close to the bed and parts where the nozzle is then too far from the bed. Shouldn't this be automatically compensated by the ABL.
3 Replies
extended-salmon•2y ago
you have to add it in the laminator, the g-code, klipper doesn't do it anymore.
BED_MESH_PROFILE LOAD=default
rival-black•2y ago
Thanks for the response. I saw in the macro START_PRINT: [gcode_macro _START_PRINT_BED_MESH]
gcode:
{% if printer["gcode_macro RatOS"].calibrate_bed_mesh|lower == 'true' %}
BED_MESH_CALIBRATE PROFILE=ratos
{% endif %}
BED_MESH_PROFILE LOAD=ratos
What is loaded with ratos and what is loaded by default?
It should be loaded with ratos. Not by default because your mesh name is ratos.
The system don’t know what does default means