Enable Angle Snapping — Additional Units (e.g. 22.5º)

I think it would be nice to have 22.5º added to the Angle Snapping List. Since it would help support work with 45º angles.

Angle%20Snap%20Units

3 Likes

Copy-paste this to Ruby Console:

Sketchup.active_model.options["UnitsOptions"]["SnapAngle"]=22.5

Then hit Return

(…or any angle you want…) :wink:

5 Likes