Recently started working with a Modix BIG 60 printer and I am having some issues with it.
It runs MARLIN 1.1.9 and has a 600x600x600mm print area.
First of all the aluminium bed that is comes with is cupped in the middle so I can't get good prints on it. So I used the UBL tool that came with the firmware to compensate for the uneven bed.
My problems is I don't know how to get S3D to load the mesh that was created using UBL to properly compensate for uneven bed. I'm also getting dimensional errors in my z-axis.
The UBL is correct because I have verified the mesh and it prints well
I have entered a couple gcode commands at the start to try to get it to the UBL to work but with no luck.
Starting Script:
G28; home all axis
G1 X300 Y300 F8000; move to center
G28 Z; home z axis
G29 L0; load mesh slot 0
M900 K0; disabled linear advanced
G1 Z5; lift nozzle
Is there anyway to fix this