Skip to content

Commit

Permalink
update adaptive bed mesh wiki for Marlin
Browse files Browse the repository at this point in the history
  • Loading branch information
SoftFever committed Mar 15, 2024
1 parent f0a193c commit 265d0b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/adaptive-bed-mesh.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ The implementation is designed to be straightforward, requiring no additional pl

### Marlin:
```
G29 X{bed_mesh_probe_count[0]} Y{bed_mesh_probe_count[1]} L{adaptive_bed_mesh_min[0]} R{adaptive_bed_mesh_max[0]} F{adaptive_bed_mesh_min[1]} B{adaptive_bed_mesh_max[1]} T V4
; Marlin don't support speicify the probe count yet, so we only specify the probe area
G29 L{adaptive_bed_mesh_min[0]} R{adaptive_bed_mesh_max[0]} F{adaptive_bed_mesh_min[1]} B{adaptive_bed_mesh_max[1]} T V4
```
### Klipper:
```
Expand Down

0 comments on commit 265d0b8

Please sign in to comment.