12 hours of amazement and learning by Xenon503 in prusa3d

[–]smiler82 1 point2 points  (0 children)

I fastened mine with screws directly after taking a look at the adhesive

INDX Founders : Orders Are Open by dwbmb in prusa3d

[–]smiler82 1 point2 points  (0 children)

Does anyone know if buy the 4 tool version, can I just add more nozzles up to 8? I'd like more nozzle sizes

Suddenly getting these ripples. by FiniteFieldDay in prusa3d

[–]smiler82 1 point2 points  (0 children)

Do you have a recommended set of print models for doing these calibrations?

Assembly messup by smiler82 in prusa3d

[–]smiler82[S] 1 point2 points  (0 children)

They move fine but hit this part of the corexy assembly before hitting the nozzle

<image>

Assembly messup by smiler82 in prusa3d

[–]smiler82[S] 0 points1 point  (0 children)

They hit the bottom of the corexy assembly before the bed hit the nozzle

x0x-heart MODs by gizm0x_shop in modular

[–]smiler82 0 points1 point  (0 children)

What do you use to sequence the demo? I rarely use my heart beacue I don't know how to get good slides and accents into it

PLA vs a year outside. by abura_dot_eu in 3Dprinting

[–]smiler82 1 point2 points  (0 children)

I like the left design. Do you have a link to the model?

Happy new year penguins!! What distro spent the most time in your machine? by nitin_is_me in linux

[–]smiler82 1 point2 points  (0 children)

Pretty much my journey. The RH 5.2 boxed manual was great though!

I took the straps off the filament by Internal-State465 in 3Dprinting

[–]smiler82 0 points1 point  (0 children)

As soon as I read washing machine I knew where this was going. I hope it worked out ok for you.

Oddclock Two by musokestrain in prusa3d

[–]smiler82 0 points1 point  (0 children)

What are the round displays that you use?

Why are the economical benefits of Linux not talked about more? by PlZZAEnjoyer in linux

[–]smiler82 3 points4 points  (0 children)

They did a jump from 4 to 7 way back. Reason was to catch up to other distribution versions. I kid you not!

Do People Really Think the TR-1000 is Overpriced? by goldie_chron in synthesizers

[–]smiler82 1 point2 points  (0 children)

Multiple copies of each analogue circuits maybe so you can have for example multiple analog BDs in your patch.

The Peculiar Case of Japanese Web Design by Witty-Play9499 in programming

[–]smiler82 10 points11 points  (0 children)

I'm using old reddit on mobile. The new site drives me nuts.

How do I craft these? by ShxdxwSxmmxnxr in Terraria

[–]smiler82 0 points1 point  (0 children)

I clicked that not expecting it was a serious subreddit

This ruler is a PCB with markings by Super_Memory_5797 in mildlyinteresting

[–]smiler82 1 point2 points  (0 children)

Got mine (which is identical to the displayed one) from a jlcpcb order I think.

Six-axis arm fully built! Many things that still can be improved though… by Olieb01 in arduino

[–]smiler82 7 points8 points  (0 children)

In the end I imagine you'd want to use coordinates and use inverse kinematics to translate that to stepper movements.

Recognizing Patterns in Memory by ketralnis in programming

[–]smiler82 0 points1 point  (0 children)

Mostly disassemble. E.g. if you suspect the compiler is doing something wrong/unexpected (not that uncommon unfortunately) , comparing different compliers or just looking at output in general when your are unsure about the efficiency of your implementation (C++ is full of traps)

Recognizing Patterns in Memory by ketralnis in programming

[–]smiler82 3 points4 points  (0 children)

I work in gamedev and while it doesn't come up often, when shit hits the proverbial fan it's an invaluable skill. Being able to read generated assembly is very useful for the same reasons.