Where do I set bed size?
-
Hi and thanks for helping a newbie.
I need to set/change my Ender 5's bed size. I assume it must be in config.g but cannot find something directly stating: "bedsize". Printer's bedsize is 235x235
Is it here and if not, please post whatever I need to add into config.g
; Axis Limits
M208 X0 Y0 Z0 S1 ; set axis minima
M208 X218 Y218 Z300 S0 ; set axis maximaThanks.
-
M208 is the bed size. Or rather it;s the size of the reachable area.
0,0 should be the front left corner where the nozzle is just at the corner of the printable area.
The minima may be negative if the nozzle can go farther left or to the front of the 0,0 point before it touches the endstop. The maxima value is how far you can physically move to the right and back from that 0,0 point.