Cant get my nozzle close to bed at all when trying to print
-
- they might be a little off but i don't know because i haven't been able to get a solid cube done to measure the height. but i can check now
- I put the head in the middle of the bed and the put it down so it barely grabbed my piece of paper. then i did G92 Z0 and then moved the head up ~3 mm and then did G30 S-1 to home z in that point. then i put the number that i got in the z axis as my offset.
- Yes, i am using mesh bed compensation.
- I don't know how to put that in config so it works in prints or anything, i thought that was automatic.
- i don't believe so it would only move if that head started to scrape against the bed because the bed isn't completely flat
6.https://duet3d.dozuki.com/Wiki/Test_and_calibrate_the_Z_probe
If you need any other files i can post them
Thanks,
Bennett -
How are you homing Z? Please post your homez.g and homeall.g files.
-
I am homing with z probe. Also i figured out one problem and it was that my z steps were way off bc they were at 4000 but they were supposed to be at 2000. so that fixed some stuff but i still don't think the compensation is working while printing
-
https://duet3d.dozuki.com/Wiki/Using_mesh_bed_compensation
https://duet3d.dozuki.com/Wiki/Gcode#Section_M375_Load_height_map
M375 with no parameters will load the default height map.
Homing files look ok to me I think.
-
I agree, homing files look ok. G29 S1 also loads the height map. Which firmware version are you using?
-
-
With older firmware versions there is a known issue if the height map has a nonzero height offset at the XY point at which you do Z homing, and you home Z when a height map is loaded. Workarounds are to clear the height map before Z homing, or to upgrade to version 2.0 firmware.
-
-
-
Reading the firmware upgrade notes would have prevented this question
In recent firmwares you cannot move axes before they are homed, so you must add S2 to G1 moves for non homed axes...
Anyway, you can addM564 H0
to your config.g file to have the old behavior back... -
@dc42
How can i control my fans in the new server version because i only see control for Fan 0 and i have mine on 1&2 -
@puppet172
Nvm -
@dc42
Still not using the mesh bed compensation during print. Even after i updated. Any idea why? -
@puppet172 Did you add the M375 or G29 S1 command to load the height map to your config.g?
-
@phaedrux
no where would i add that
0_1530485751276_config (3).g -
Just add M375 anywhere in config.g.
I put mine in the section where I configure the mesh size and z probe.
-
@phaedrux
That should fix it then? -
That will load the height map if you've run a successful compensation probing. That will adjust the nozzle height based on the probe data to keep it at the specified height from the bed at all times.
Hopefully that will resolve your issue.
-
@phaedrux
if i change me trigger height should i run another mesh bed compensation( G29) -
I'm not sure about that. As long as the probe is triggering consistently when you make the map the new trigger height should be applied after homing z and it should follow the height map correctly, but I could be wrong in my thinking there.
Regardless, I like to follow this order for bed leveling just to make sure.
Mechanically level your bed as well as you can first.
Measure your trigger height at least 10 times and take the average (or mode if it looks like a single value repeats most often).
Then run a compensation probing routine knowing that the results should be as accurate as possible.
Then you can varify that the height compensation is applied by moving to z=0.5 and jogging the head over the bed and see if the z axis is engaging to keep the distance the same as it moves.