The issue occurs in 7.3 & 7.31
I think it can be easily fixed. I’ve attached a file that seems to work 🙂
The fix is in line 180 bone.y just needs to be adjusted so it uses the settings.scale
// Make relative to the Photoshop document ruler origin.
bone.x -= xOffSet * settings.scale;
bone.y -= (docHeight - yOffSet) * settings.scale*(1/settings.scale);