Thad58 Posted August 17, 2020 Share Posted August 17, 2020 OK so I figured out the material list. Now the dimensions on the joist is in inches not feet and inches. Chief said I need to write a Macro that will convert it to that but they don't give that assistants.. Anyone know how to write that Macro Link to comment Share on other sites More sharing options...
BrownTiger Posted August 17, 2020 Share Posted August 17, 2020 Here is my macro..... You do not have to use it.... It uses rounder function def rounder(l) arr = [0,4,8,9,10,12,14,16,18,20,l] puts arr.select{|item| item < l}.max end This function rounds a lumber to 4',8',9',10',12'..... to buy list sizes replace with [0, l] to disable it. LumberMaterialList.json Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now