tldr:
If you update from the github repo and see the slotmask disappear from your tweaked personal presets, divide “Clears hives patterns (slotmask)” by "Phosphors height min->max gamma"
Why?
Regarding the “clear hives patterns” parameter, used to mitigate slotmask glitches at low resolutions:
…there has been some changes on the development repo that requires you to modify any preset using it.
Shipped presets have already been tweaked, but if you need to, the formula is:
slangp parameters:
new PIXELGRID_Y_MASK_OFFSET_DEHIVE = old PIXELGRID_Y_MASK_OFFSET_DEHIVE / old PIXELGRID_GAMMA_H
Human readable:
New "Clears hives patterns (slotmask)" = old "Clears hives patterns (slotmask)" / old Phosphors height min->max gamma
This change not only provides a small performance improvement, but
makes the dehive appearance independent from the Phosphors height min->max gamma parameter, so it is a win/win