configurator and escher3d generate different bed.g files
-
Something I noticed last night whilst setting up my delta:
Escher3d and the reprapconfigurator generate different bed.g files when the same parameters are being used. For example: 150mm probing radius, 10 peripheral points, 6 halfway points, 6 factor calibration give these results:
; bed.g ; called to perform automatic delta calibration via G32 ; ; generated by RepRapFirmware Configuration Tool v2.1.2 on Wed Nov 20 2019 13:55:51 GMT+0100 (Midden-Europese standaardtijd) M561 ; clear any bed transform G28 ; home all towers ; Probe the bed at 10 peripheral and 6 halfway points, and perform 6-factor auto compensation ; Before running this, you should have set up your Z-probe trigger height to suit your build, in the G31 command in config.g. G30 P0 X0 Y149.9 H0 Z-99999 G30 P1 X88.11 Y121.27 H0 Z-99999 G30 P2 X142.56 Y46.32 H0 Z-99999 G30 P3 X142.56 Y-46.32 H0 Z-99999 G30 P4 X88.11 Y-121.27 H0 Z-99999 G30 P5 X0 Y-149.9 H0 Z-99999 G30 P6 X-88.11 Y-121.27 H0 Z-99999 G30 P7 X-142.56 Y-46.32 H0 Z-99999 G30 P8 X-142.56 Y46.32 H0 Z-99999 G30 P9 X-88.11 Y121.27 H0 Z-99999 G30 P10 X0 Y74.9 H0 Z-99999 G30 P11 X64.87 Y37.45 H0 Z-99999 G30 P12 X64.87 Y-37.45 H0 Z-99999 G30 P13 X0 Y-74.9 H0 Z-99999 G30 P14 X-64.87 Y-37.45 H0 Z-99999 G30 P15 X-64.87 Y37.45 H0 Z-99999 G30 P16 X0 Y0 H0 Z-99999 S6 ; Use S-1 for measurements only, without calculations. Use S4 for endstop heights and Z-height only. Use S6 for full 6 factors ; If your Z probe has significantly different trigger heights depending on XY position, adjust the H parameters in the G30 commands accordingly. The value of each H parameter should be (trigger height at that XY position) - (trigger height at centre of bed)
; bed.g file for RepRapFirmware, generated by Escher3D calculator ; 16 points, 6 factors, probing radius: 150, probe offset (0, 0) G28 G30 P0 X0.00 Y150.00 Z-99999 H0 G30 P1 X96.42 Y114.91 Z-99999 H0 G30 P2 X147.72 Y26.05 Z-99999 H0 G30 P3 X129.90 Y-75.00 Z-99999 H0 G30 P4 X51.30 Y-140.95 Z-99999 H0 G30 P5 X-51.30 Y-140.95 Z-99999 H0 G30 P6 X-129.90 Y-75.00 Z-99999 H0 G30 P7 X-147.72 Y26.05 Z-99999 H0 G30 P8 X-96.42 Y114.91 Z-99999 H0 G30 P9 X0.00 Y75.00 Z-99999 H0 G30 P10 X64.95 Y37.50 Z-99999 H0 G30 P11 X64.95 Y-37.50 Z-99999 H0 G30 P12 X0.00 Y-75.00 Z-99999 H0 G30 P13 X-64.95 Y-37.50 Z-99999 H0 G30 P14 X-64.95 Y37.50 Z-99999 H0 G30 P15 X0 Y0 Z-99999 S6
Most obvious difference is the extra probe point from the configurator. Probably doesn't really matter much, but I thought I'd share.