nickweedon

Results 6 issues of nickweedon

### Is your feature request related to a problem? Please describe. The problem that this PR would address is that every time a nozzle is changed or a Z homing...

T: Feature Request

This pull request adds the ability to perform multiple probes when issuing a G28 command. More specifically it calls into the 'probe' logic to execute a probe in a way...

reviewer needed

Added a new ```samples_trunc_count``` configuration attribute to the ```'[probe]'``` section that will cause the ```samples_trunc_count``` number of highest and lowest samples to be removed and then the average of the...

reviewer needed

When probing multiple points such as when calibrating a bed mesh, the ProbePointsHelper start_probe method initiates a horizontal repositioning move and then immediately begins to probe without waiting for the...

reviewer needed

This PR allows bed mesh calibration to work well with probes that are sensitive to EMI coming from the bed heater while still being able to maintain the bed temperature....

reviewer needed

### Description This feature addesses feature request #9802 and adds a new flag ('P' for precise homing) to G28 (Homing) that provides an alternative to the 'bump' option which is...