heightmap Color scheme
-
Noticed with recent heightmaps ive created, the color is same with different heights.
anyway to fix this or adjust the range?Board: Duet 2 WiFi (2WiFi)
Firmware: RepRapFirmware for Duet 2 WiFi/Ethernet 3.2 (2021-01-05)
Duet WiFi Server Version: 1.25 -
@Adamfilip That's because your height map is above the bed. Are you using the probe to home Z? Otherwise I don't know why it's doing that.
-
You should interpret this as 'the values displayed are so (in this case) high, the little differences are not worth showing'.
My course of action would be read up on Z-offset and correct that. Once that is corrected you will see that the whole set of points will drop down to around Z=0mm and the colors will become more meaningful.Hope this helps
-- Nxt-1 -
the entire bed is aprox 0.5mm higher then it should be. but its quite flat. should still be able to adjust the Scale so that you can still visulize the differences in points regardless of general z offset.
-
My Z probe offset is 0. G31 P500 X0 Y0 Z0
as im using nozzle itself -
@Stephen6309 using G29 for Manual mesh levelling with paper on the bed to the nozzle
-
@Adamfilip you need to set the bed height with a G30 probe before creating your height map. Else all the probe points will be offset. My guess is you're homing Z with an end stop and not using your probe for z homing at all?
-
Share your config.g, bed.g, homeall.g and homez.g and your slicer start gcode so we can see what you're doing.
There is an offset when there shouldn't be.