@tig said:
The newer Ruby version is unsympathetic to coding errors !
Using a plain-text editor, like Notepad++, edit the file:
C:/Users/Architekt/AppData/Roaming/SketchUp/SketchUp 2019/SketchUp/Plugins/Matt_Toggle_Units/Toggle_Units.rb
Find line #205
return if not settings.include?("true")
Add an initial#
#return if not settings.include?("true")
Save the file and restart SketchUp, to test it...Other 'returns' in the code seem OK...
Perfect TIG thanks! it worked perfect on mac SKP2019