@phaedrux said in Auto Bed Leveling Map on Tronxy X5SA:
@pr0xyfl00d3r said in Auto Bed Leveling Map on Tronxy X5SA:
@phaedrux said in Auto Bed Leveling Map on Tronxy X5SA:
A10 R0.5 S0.003 B0
just to check add this to the end of the code i already have ?
Yup, add it to what you have already in your M558. Did it change the resulting heightmap at all?
@pr0xyfl00d3r said in Auto Bed Leveling Map on Tronxy X5SA:
the 0.56 i got from following https://duet3d.dozuki.com/Wiki/Test_and_calibrate_the_Z_probe
That would be used in the G31 command to tell the printer how far the nozzle is from the bed when the probe triggers, but isn't useful elsewhere. You can prime the nozzle at whatever height you like. I use 0.3, but as long as it's doing what you want for the prime it can be whatever height you want. The slicer will move to the correct first layer height afterwards. Though it should be noted that having a Z move like that to prime the nozzle can confuse the DWC and result in the first layer height and layer counter to behave oddly. It may be better to move that nozzle prime into it's own macro that lives in the sys folder on the Duet. Then you can use M98 0:/sys/NozzlePrime.g to call it in your slicer start code.
@pr0xyfl00d3r said in Auto Bed Leveling Map on Tronxy X5SA:
This is from the print
That doesn't look too bad... Can you try again, this time with no brim, single perimeter, and a single layer of 0.2? That should make it easier to see.
@pr0xyfl00d3r said in Auto Bed Leveling Map on Tronxy X5SA:
But can i simplify it or need much of it?
Once you have the heightmap sorted out you may be able to get away with just doing a single detailed G29 once in a while and then loading the saved heightmap before the print rather than doing a less detailed but faster G29 before every print. It will depend on how well your bed maintains it's geometry/leveling.
@phaedrux said in Auto Bed Leveling Map on Tronxy X5SA:
@pr0xyfl00d3r said in Auto Bed Leveling Map on Tronxy X5SA:
@phaedrux said in Auto Bed Leveling Map on Tronxy X5SA:
A10 R0.5 S0.003 B0
just to check add this to the end of the code i already have ?
Yup, add it to what you have already in your M558. Did it change the resulting heightmap at all?
@pr0xyfl00d3r said in Auto Bed Leveling Map on Tronxy X5SA:
the 0.56 i got from following https://duet3d.dozuki.com/Wiki/Test_and_calibrate_the_Z_probe
That would be used in the G31 command to tell the printer how far the nozzle is from the bed when the probe triggers, but isn't useful elsewhere. You can prime the nozzle at whatever height you like. I use 0.3, but as long as it's doing what you want for the prime it can be whatever height you want. The slicer will move to the correct first layer height afterwards. Though it should be noted that having a Z move like that to prime the nozzle can confuse the DWC and result in the first layer height and layer counter to behave oddly. It may be better to move that nozzle prime into it's own macro that lives in the sys folder on the Duet. Then you can use M98 0:/sys/NozzlePrime.g to call it in your slicer start code.
@pr0xyfl00d3r said in Auto Bed Leveling Map on Tronxy X5SA:
This is from the print
That doesn't look too bad... Can you try again, this time with no brim, single perimeter, and a single layer of 0.2? That should make it easier to see.
@pr0xyfl00d3r said in Auto Bed Leveling Map on Tronxy X5SA:
But can i simplify it or need much of it?
Once you have the heightmap sorted out you may be able to get away with just doing a single detailed G29 once in a while and then loading the saved heightmap before the print rather than doing a less detailed but faster G29 before every print. It will depend on how well your bed maintains it's geometry/leveling.
Ok retrying the file...