fix move to origin for deltas and cartesians when not homing all axis
[clinton/Smoothieware.git] / ConfigSamples / Snippets / ZprobeGrid.config
1 leveling-strategy.ZGrid-leveling.enable true #
2 leveling-strategy.ZGrid-leveling.bed_x 200 # Bed size
3 leveling-strategy.ZGrid-leveling.bed_y 200 # Bed Size
4
5 # Machine height, used to determine probe attachment point (bed_z / 2)
6 leveling-strategy.ZGrid-leveling.bed_z 20
7
8 # Manual probe attachment point (Defaults to the calculated values above)
9 # leveling-strategy.ZGrid-leveling.bed_x 100
10 # leveling-strategy.ZGrid-leveling.bed_y 100
11 # leveling-strategy.ZGrid-leveling.bed_z 50
12
13 leveling-strategy.ZGrid-leveling.rows 7 # X divisions (Default 5)
14 leveling-strategy.ZGrid-leveling.cols 9 # Y divisions (Default 5)
15
16 leveling-strategy.ZGrid-leveling.probe_offsets 5,5,16.3 #
17
18 #leveling-strategy.ZGrid-leveling.slow_feedrate 100 # optional
19
20 #Configure for Machines with bed 0,0 at center of platform
21 leveling-strategy.ZGrid-leveling.center_zero false
22
23 # configure for Machines with circular beds
24 leveling-strategy.ZGrid-leveling.circular_bed false
25
26 # The machine can be told to wait for probe attachment and confirmation
27 leveling-strategy.ZGrid-leveling.wait_for_probe true
28
29 # The machine can be told to home in one of the following modes:
30 leveling-strategy.ZGrid-leveling.home_before_probe homexyz; # nohome homexy homexyz (default)
31
32 #gamma_max 200 # make sure this is set correctly