asdrubael vect 3d models
6 3d models found related to asdrubael vect.cults3d
... the most powerful Drukhari Kabal in Commorragh. ...The Kabal is ruled over by the absolute power in the city -- the Supreme Overlord Asdrubael Vect himself. May be used for cosplay. Dimentions: 68x61x21 mm Ready to 3d print. ...Inspired by fanart.
thingiverse
... hammer, a meteor hammer, a traditional thunder hammer, and a flanged mace within. I also included a thunder pillar at the request of White Scars discord server members. I'd like to thank Asdrubael Vect for his help with designing the maces' heads.
thingiverse
point_num=14; tilt=15; minsize=10; maxsize=30; cylinder(d1=maxsize*2, d2=maxsize, h=maxsize, $fn=6, center=true); for(i=[1:100/point_num:100]){ seed=i-1; seed2=i; single_rand=rands(minsize,maxsize,1)[0]; echo(single_rand); random_vect=rands(-1, 1, 3,...
myminifactory
Here's the OpenSCAD code (I didn't record the seed of the ones that are uploaded, sorry!): width = 100; height = 100; sub = 4; zee = 20; small = 5; seed = 3929232487; union() { for(c=[0:199]) { allrandos = rands(0,1,5,seed+c); x = width *...
thingiverse
include "avr/interrupt.h"; include Arduino.h include U8x8lib.h U8X8_SSD1306_128X64_NONAME_SW_I2C u8x8( /* clock=*/ 2, /* data=*/ 0, /* reset=*/ U8X8_PIN_NONE ); // Digispark ATTiny85 int pulse = 0; void setup(void) { u8x8.begin(); GIMSK =...
thingiverse
IRsend irsend; int switchIn = 2; int switchRead = HIGH; int khz = 38; // 38kHz carrier frequency for iRobot uint16_t counter = 0; // watchdog interrupt ISR (WDT_vect) { wdt_disable(); // disable watchdog } // end of WDT_vect void setup () {...