w r o u g h 3d models

220585 3d models found related to w r o u g h.
Vannevar Bush Bust
Vannevar Bush Bust
thingiverse

And he advised a lot of companies and US government agencies on R&D through his remaining years sitting on boards, acting as a trustee, and even a regent of the Smithsonian. Another was inspiration. As We May Think laid out a vision. Based on all...

Larger HDD case for retrofitting LaCie Rugged Thunderbolt 2 interface with 5TB HDD - NO SUPPORTS NEEDED
Larger HDD case for retrofitting LaCie Rugged Thunderbolt 2 interface with 5TB HDD - NO SUPPORTS NEEDED
prusaprinters

I found a great hard disk drive S.M.A.R.T. monitoring app, named DriveDX, and I'm using it to monitor the new drive's temps during a lengthy stress test (of doing a Time Machine backup, which takes multiple days to complete). The drive's manufacturer...

My Bitcoin wallet
My Bitcoin wallet
thingiverse

Using the following options: - add_sub = 2 - round_corner = 2 - tag_width = 80 - qr_y = 0 - qr_x = 0 - qr_tolerance = 0.001 - qr_scale = 1.6 - qr_rotate = 0 - hole_r = 10 - hole_y = 0 - hole_x = 30 - tag_height = 80 - qr_data =...

Pringles F-Bomb Model Rocket
Pringles F-Bomb Model Rocket
thingiverse

... Nice deployment and recovery. The F-Bomb flew so well I didn't need to...well...drop the F-bomb! FLIGHT REPORT 7/5/2019: D12-5 this time, another great flight! Here is a (poor) video taken with my phone: https://www.youtube.com/watch?v=R_8hv6GV5v8

Prusa i3 MK2: V2 holder clips for Y-axis' igus drylin RJZM-01-08 bushings
Prusa i3 MK2: V2 holder clips for Y-axis' igus drylin RJZM-01-08 bushings
thingiverse

http://www.igus.eu/wpck/2292/drylin_r_rjum_01?L=en Also had a typo in the title and the description, missing the "Z" in the name. Sorry for the confusion! Btw.: The shafts are called AWMP-08 and are made from aluminum. Way lighter than the stainless...

Pentahedron - triangular prism twisty puzzle
Pentahedron - triangular prism twisty puzzle
thingiverse

For corner 'L' and 'R' mean left and right faces, 'T' for top face. Post-Printing Sand parts Sand all corners and edges so that they are smooth. Inner parts should not have any roughness as it may catch other parts. Pay special...

Yu-Gi-Oh! Compact Fight Disc for Card Games
Yu-Gi-Oh! Compact Fight Disc for Card Games
thingiverse

JULY 2021 WING-R+ Super Update! (Wing V2) After much feedback that the original Wing pieces were difficult to assemble combined with feedback requesting Extra Monster Zones and a Field Spell Zone, I've made a brand new version of the Wing. While...

Potentiometer Planetary Reduction Drive Knob
Potentiometer Planetary Reduction Drive Knob
prusaprinters

The input will be the outer ring. This might be useful for Arduino analog inputs or ham radio tuning. By stretching the rules and circumventing the R=S+2P constraint, many possible gear ratios up to 100:1 are possible from the usual planetary...

Bundle - Roman Emperor Trajan 98 to 117 AD. Conquering the World!
Bundle - Roman Emperor Trajan 98 to 117 AD. Conquering the World!
myminifactory

S.P.Q.R Roman Emperor Trajan 98 to 117 AD.Emperor Trajan's Military Might Emperor Trajan was a Roman Emperor who ruled from 98 to 117 AD. He is often considered one of the greatest emperors in Roman history, known for his military conquests, public...

$11.99Rudder pedals
$11.99Rudder pedals
myminifactory

Wheels (12 pieces) https://www.amazon.de/-/en/Creality-Printer-Plastic-Passive-Bearing/dp/B07FKPRTB4/ref=sr_1_5?dchild=1&keywords=ender+3+r%C3%A4der&qid=1617842843&s=industrial&sr=1-5   II. 3D PRINTED PARTS ( all PLA, 0.2 layer height, 4 perimeters,...

Kafka DLP printer (360$ Resin Printer)
Kafka DLP printer (360$ Resin Printer)
cults3d

-MDF does not a good printer base makehttps://github.com/trinityalps/Kafka-DLP-Printer Update 9/21/2017 Price breakdown Aluminum tubing~40$ 12V to 5V buck converter-2$DC 12V 10A Power Supply-14$HDMI to DisplayPort Converter Adapter with USB Power-40$...

VESA Mounted Phone Holder
VESA Mounted Phone Holder
thingiverse

You need - your choice - mix short and long sections for your needs :) Arm Short Knob.stl Arm Short Nut.stl Arm Long Knob.stl Arm Long Nut.stl Rotation Joint: The rotation joint at the end of the arms allows full Up/Dn & L/R adjustment of the phone...

Prusa MK3S MMU2S purge bucket _NEW version
Prusa MK3S MMU2S purge bucket _NEW version
thingiverse

go to "Printer Settings" and copy/paste this script in the tool change section: ; toolchange from [current_extruder] to [next_extruder], layer [layer_num] {if current_extruder != next_extruder} ;*before tool change M106 S0 ;turn off fan G92 E0 ;turn...

Barebones ATX PSU
Barebones ATX PSU
thingiverse

I make mine r=4.1mm that way I don’t have to worry about drilling them out and they are loose tolerance hole and most posts are slightly oversized. b. I do not usually make the posts have the standard 19.05mm (3/4”) spacing between holes for dual...

Skelter5 V2
Skelter5 V2
thingiverse

A lot of R and D has gone into this design, and my goal is to provide the best experience I can for you the community. Changes madeImproved arm locking. To reduce variables a center tpu print has been added. This print will create a tighter fit as...

Auto Nozzle Cleaning
Auto Nozzle Cleaning
thingiverse

https://www.amazon.de/dp/B08W51L2YX?ref_=cm_sw_r_cp_ud_dp_T2_T6M4F2NBC3VVKA1H4TD0 2022-04-06: Made a refinement in the Nozzle movement and uploadet a video with the movement change. It uses the hole Brush for cleaning. ... ...

Coil Maker Machine
Coil Maker Machine
cults3d

:-)"); lcd.setCursor(0, 2); lcd.print ("----Please Reset----"); goto label; } // sensor value is in the range 0 to 1023 // the lower half of it we use for reverse rotation; the upper half for forward rotation if (sensorValue < 512) { // reverse...

My Customized Tree heart t1
My Customized Tree heart t1
thingiverse

```python from lindenmayer import TurtleWorld, Point # Load parameters trunk_radius = data['trunk_radius'] root_min_ratio = data['root_min_ratio'] # Apply Transformation rules from raw L-System to Python code turtle =...

Morning Star Class Interplanetary Transporter
Morning Star Class Interplanetary Transporter
thingiverse

On board the Morning Star however, the entire ship rotates (at 11 r.p.m.) so that the furthest outward point is traveling at a velocity of about 17.2m/s. This generates an acceleration of 9.8m/s2 (acceleration due to gravity on Earth). This force...

The2187Lite - A Handwired 65% revision of The2187 TKL with OLED and RGB!
The2187Lite - A Handwired 65% revision of The2187 TKL with OLED and RGB!
prusaprinters

I paced 8 across the front edge, 3 on each side, and 4 across the back.Key MapThe Key Map is essentially the same as TheAlternate and match the keycaps in the photos - these are the function keys:Fn+Q = resets the keyboard (no bootloader)Fn+R =...

IBM Selectric typewriter customizable font typeball
IBM Selectric typewriter customizable font typeball
prusaprinters

..sort of. Have you ever wanted to use your old IBM Selectric II typewriter with a modern font such as Arial, Segoe, Verdana ...or even that perennial favourite, Comic Sans? Or perhaps try a Dvorak layout without having to have your typewriter's key...

Electric Flux Dispenser
Electric Flux Dispenser
thingiverse

AC Motor" /> <a href="https://www.thingiverse.com/thing:3158065" title="Stand Press. 2 in 1"><img src="https://like-it.link/0234/Stand-Press.jpg" alt="Stand Press. 2 in 1" /> Photo Video Accessories <a...

IBM Selectric typewriter customizable font typeball
IBM Selectric typewriter customizable font typeball
cults3d

The exception being the APL\360 font which is specially remapped to PTT/BCD layout as used on the IBM System 360 mainframe console (1052 printer-keyboard), IBM 1130 and variations of the IBM 2741 I/O Selectric terminal. See the note in the script for...

Desktop Cyclone Dust Collector
Desktop Cyclone Dust Collector
prusaprinters

An O-ring was added as a countermeasure.シロッコファンと「fan adapter」の間に隙間が空いていました。シロッコファンの四隅のうち一つには固定用の穴が空いていないため、三点固定になってしまいます。このため均等に力を加えるのが難しくなっています。対策としてOリングを追加しました。The updated models are "fan adapter" and "fan connecter".アップデートしたモデルは「fan adapter」と「fan...

Acoustic Violin 4/4 - Stridivarius Fiddle
Acoustic Violin 4/4 - Stridivarius Fiddle
prusaprinters

Here is a good one: https://www.youtube.com/watch?v=DqD0jI3tm-oTuning a ViolinTuning a violin is very tricky, since changing a tension in one string also changes the tension of other strings. If you move the pitch of one string up, the others go...

28BYJ-48 driven Fish Feeder
28BYJ-48 driven Fish Feeder
prusaprinters

I'm still experimenting with the settings but right now I'm using: MaxSpeed 1000 Acceleration 50 Speed 300 I then run the motor 800 steps forward followed by 5000 steps in reverse to dispense. Attached is a small sketch I use for testing that just...

Improved Needle Cutter
Improved Needle Cutter
prusaprinters

When I do upgrade my machine (or when I get bored) I'll draw up a nicer optimized mount for the 525...unless someone beats me to it :D Introduction to this version: https://www.youtube.com/watch?v=nYEQ5p\_Yi5k Cutting a full sheet with this cutter: ...

Wyze Cam V2 Outdoor Case
Wyze Cam V2 Outdoor Case
prusaprinters

Unscrew and you got yourself a nice piece of glass How I Designed This OnShape model Anyone with an OnShape acount (which is free) can copy and edit my models. Anyone can view and download without an account here....

Gosainthan, Competition RC Rock Crawler (Super Class) OpenRC
Gosainthan, Competition RC Rock Crawler (Super Class) OpenRC
prusaprinters

In order to achieve that CG position weights are installed on the front wheels. As much suspended mass the better. As much turning radius the better. Brushless motors are not well suited for the task unless they are sensored (difficult to find)...

MPT 76
MPT 76
grabcad

For H&amp;K-19 the test procedure is still ongoing for more than ten years as known.Completing prototype and performance test process, there will be another vital topic as mass production of the weapon system. Before this phase you have to complete...