Engraving mops work a little differently to other mops.
They are designed to 'follow' geometry, in 3 dimensions.
First of all, notice the squiggles have a Z=0.4 height (you can see this by 1) click the squiggle then 2) clicking
the [...] button after points property for the polyline.
So as the target depth is -0.11, it 'follows' the source geometry at Z=-0.11, but as the geometry has a 0.4 Z offset, this ends up at Z=+0.290.
I know it sounds a bit odd, but it is designed this way to handle 3D lines properly (?!).
You could either manuall edit the point list and set all those Z's to 0, but easier would be this...
- select all (ctrl+a)
- edit the common transformation property
- Set the 3rd value down and across to zero. ie.
1 0 0 0
0 1 0 0
0 0 0 0
0 0 0 1
- OK, the transformation, then do Edit->Apply Transformations
I hope this helps!