Bed.g file generator for Delta's
-
According to the wiki it should be possible to use up to 32 points in the bed.g. The only generator I can find only supports 16 point. Is the limit 32 points and is there another generator?
Yes, I know that I can setup up the points manually but I'm lazy....
Thanks
Fredrik -
-
@falkia
What do you have in M557? -
@owend
M557 R225 S40; bed.g file for RepRapFirmware, generated by Escher3D calculator ; 16 points, 6 factors, probing radius: 200, probe offset (0, 0) G28 G30 P0 X0.00 Y200.00 Z-99999 H0 G30 P1 X100.00 Y173.21 Z-99999 H0 G30 P2 X173.21 Y100.00 Z-99999 H0 G30 P3 X200.00 Y0.00 Z-99999 H0 G30 P4 X173.21 Y-100.00 Z-99999 H0 G30 P5 X100.00 Y-173.21 Z-99999 H0 G30 P6 X0.00 Y-200.00 Z-99999 H0 G30 P7 X-100.00 Y-173.21 Z-99999 H0 G30 P8 X-173.21 Y-100.00 Z-99999 H0 G30 P9 X-200.00 Y-0.00 Z-99999 H0 G30 P10 X-173.21 Y100.00 Z-99999 H0 G30 P11 X-100.00 Y173.21 Z-99999 H0 G30 P12 X0.00 Y100.00 Z-99999 H0 G30 P13 X86.60 Y-50.00 Z-99999 H0 G30 P14 X-86.60 Y-50.00 Z-99999 H0 G30 P15 X0 Y0 Z-99999 S6 G29
-
@falkia From the M557 GCODE page:
Defining the probe points in this way is deprecated in RepRapFirmware, you should define them in a bed.g file instead.
So I think you're on the right track with bed.g
I see the RRF configurator can come up with 18 points, but not more than that.
Maybe it's considered sufficient?
-
Perhaps you're looking for this?
-
@phaedrux That's the one I used but it is limited to 16 points.
According to the wiki it's possible to have 32 point. My delta is quite large so I thought that running the calibration with more points should be better but maybe 16 is enough? However it's not a big deal to add them manually.