Bed leveling
-
Hi all:
I have my bed leveling set up and if I tap the level button my printer goes through the steps but I'm not sure if it's storing the values or how to verify that it has. Here's my bed.g file.
; bed.g
; called to perform automatic bed compensation via G32
;
; generated by RepRapFirmware Configuration Tool v2 on Thu Jan 10 2019 19:12:59 GMT-0800 (Pacific Standard Time)
M561 ; clear any bed transform
M98 PHOMEALL.G ; home allM557 X20:310 Y15:295 S40
G29M98 PHOMEALL.G ;home all
-
@jamesadoty A heightmap.csv file will be created/modified in the system directory.
-
@stephen6309
Is it possible to see that file from the web interface?If not I'll pull the card.
Thanks.
-
@jamesadoty Yes, it's the same place where you can edit the config.g file. In DWC2, it's on in System under File Management.
-
Found it!
I don't know how I missed it before.
Thanks.