Back to zzTakeoff Community Channel LogoQ & A
chad frost
4h 29m

Stairs

Does anyone have a template for stairs with stringer, treads, and riser? If not is this something that could be done in the future? I was thinking something along the lines of a sloped area

0
Stephen Daves zzTakeoff4h 4m

I'm going to put this out in hopes someone in the community can help improve a solution to this idea. We can get a count of specificĀ board lengthsĀ for your stairs using formula that calculates the total linear footage required and divides it by your stock board length. Set up your item properties and use the following mapping:


  • [StairRise] (Height of one step)
  • [StairRun] (Depth of one step)
  • [StairWidth] (Width of the staircase)
  • [BoardWidth] (Width of the board you are using, e.g., 5.5)
  • [BoardLength] (The length of the stock boards you are buying, e.g., 8, 10, or 12)
  • [Spacing] (Gap between boards on a tread)
  • [Waste] (Unused percentage of each board)


This formula calculates the number of boards needed by finding the total "tread surface area" and converting it into pieces of your stock lumber:


ceil((([Area:SF] / (sqrt(pow([StairRise]/12, 2) + pow([StairRun]/12, 2)) * [StairWidth])) * (ceil([StairRun] / ([BoardWidth] + [Spacing]))) * [StairWidth] * (1 + [Waste])) / [BoardLength])


Mark Henry 1h 11m


Hhmmm Input........

You must be logged in to post replies. If you don't have an account you can signup here.