pillar model added and readme.md updated, xu4_shifter_shield case added

This commit is contained in:
Edward Kisiel
2024-10-19 17:08:46 -04:00
parent ad087dbc77
commit be91de94ff
5 changed files with 244 additions and 2 deletions

View File

@@ -224,7 +224,7 @@ art, fan_mask, hd_holes, knockout, rectangle, round, slot, sphere, text, vent, v
**model type:**
access_cover, adafruit_lcd, dsub, fan, hd25, hd35, hk_boom, hk_boom_speaker, hk_h3_port_extender, hk_hc4_oled, hk35_lcd, hk_m1s_ups, hk_net_card, hk_pwr_button, hk_speaker, hk_uart, hk_vu7c, hk_vu8m, hk_vu8s, hk_wb2, hk_xu4_shifter_shield, rpi_m2hat, stl_model
access_cover, adafruit_lcd, dsub, fan, hd25, hd35, hk_boom, hk_boom_speaker, hk_h3_port_extender, hk_hc4_oled, hk35_lcd, hk_m1s_ups, hk_net_card, hk_pwr_button, hk_speaker, hk_uart, hk_vu7c, hk_vu8m, hk_vu8s, hk_wb2, hk_xu4_shifter_shield, pillar, rpi_m2hat, stl_model
**platter type:**
@@ -1841,6 +1841,35 @@ DESCRIPTION: creates hk odroid-xu5 level shifter shield model.
```
### pillar
```
CLASSES: model
DESCRIPTION: creates pillars with female ends.
MASK: yes
USAGE: "model", "pillar", loc_x, loc_y, loc_z, face, rotation[], parametric[], size[], data[], mask[]
class = "model"
type = "pillar"
loc_x = x location placement
loc_y = y location placement
loc_z = z location placement
face = "top", "bottom", "right", "left", "front", "rear"
rotation[] = object rotation
parametric[] = "case", "sbc", "sbc-case_z"
size[0] = outside diameter
size[1] = inside diameter
size[2] = height
data[0] = "hex", "round"
data[1] = "color"
data[2] = side "top" or "bottom"
mask[0] = false
mask[1] = length
mask[2] = set back
mask[3] = mstyle "default"
```
### rpi_m2hat
```