Skip to content

stairs_runs

Lachlan McDonald edited this page Jan 12, 2022 · 14 revisions

stairs_runs is a stairs brush that generates only stair runs; with additional options for the size and spacing of the runs.

Parameters

Parameter Description
Mode Automate one of the parameters (see below)
Direction The facing direction of the stairs
Count The number of runs to fit within the brushes dimensions. If the box's dimensions are not divisible by the count, the depth of each run will be inconsistent
Height The height of each run
X/Y Gap The distance between each run of adjacent stairs
Z Gap The distance between each run and the next run above it (also known as the rise.)

Mode

Mode Description
0 All parameters are used as-is
1 The Height of each run is adjusted to fill the available space (the value of the parameter is ignored). Count and Z Gap can still be adjusted
2 Count is adjusted to fill the available space (the value of the parameter is ignored). Height and Z Gap can still be adjusted
3 Z Gap is adjusted to fill the available space (the value of the parameter is ignored). Count and Height can still be adjusted

Count

Example of a 'Count' value of 2 Example of a 'Count' value of 4
Count: 2 Count: 4
Example of a 'Count' value of 6 Example of a 'Count' value of 8
Count: 6 Count: 8

Height

Example of a 'Height' value of 1 Example of a 'Height' value of 2
Height: 1 Height: 2
Example of a 'Height' value of 3 Example of a 'Height' value of 4
Height: 3 Height: 4

X/Y Gap

Example of a X/Y Gap of 0 Example of a X/Y Gap of 1
X/Y Gap: 0 X/Y Gap: 1
Example of a X/Y Gap of 2 Example of a X/Y Gap of 3
X/Y Gap: 2 X/Y Gap: 3

Z Gap

Example of a Z Gap of 0 Example of a Z Gap of 1
Z Gap: 0 Z Gap: 1
Example of a Z Gap of 2 Example of a Z Gap of 3
Z Gap: 2 Z Gap: 3
Clone this wiki locally