-
-
Notifications
You must be signed in to change notification settings - Fork 69
[Feature Request] Nozzle Offset Calibration (dual/multi nozzle) #15
Description
Hi,
Thanks for the very convenient plugin. I appreciate your work.
Is it possible to provide a calibration pattern for dual (or multi) nozzle print head? It would be very convenient to have a pattern that helps me finding out the correct X and Y offset of the second nozzle.
The Problem
I built a very accurate switching extruder printhead but the mounted stock hotends seem to have a lower dimensional accuracy resulting in a serious offset (for example the first to second nozzle offset is x_offset=+1mm, y_offset=-0.5mm). The real offset I cannot measure in the CAD drawing. Instead of measuring with the caliper (and probably damaging/scratching the brass tip hole) a calibration pattern would be very convenient. Such a pattern could be inspired by the color ink printer calibration test.
Implementation Suggestion
The calibration pattern should provide a few pairs of X and Y aligned lines (or pads for better adhesion). The two neighboring aligned pairs are printed with T0 and T1 each. There should be more such pads per axis with a slightly incremented/decremented offset in their alignment, so that I can choose the correct one.
Usage Example
- I set the assumed (as of CAD drawing) X and Y nozzle offset in the printer firmware.
- I load the calibration pattern in Cura and use a post processing script for manipulating the X/Y offset parameters.
- I start the calibration pattern printout.
- I search for the best matching pairs in X and then in Y direction.
- I update the offset in firmware with the new offset parameters.
- I start a second printout for verification.