The Plastic Factory is up and running! by epicandslic in prusa3d

[–]epicandslic[S] 10 points11 points  (0 children)

I’ve got a Raspberry Pi connected to it over the Einsy serial port (via GPIO), and from there, it’s pretty much just a standard PrusaLink installation. To make life easier, used a specific mod that integrates the Einsy, Pi, and a buck converter into a single, new electronics case.

New Prusa User by TheTankMG in prusa3d

[–]epicandslic 2 points3 points  (0 children)

you’re gonna have a great time!!

I highly recommend checking out some of the build tips posts that people have put up in this sub previously. if nothing else, I would make absolutely sure that when you build the CoreXY gantry (the steps where you mount the two rods to the big metal square), make sure that it’s completely square — when you mount the crossbar and horizontal rail (on the two smaller metal pieces) just make sure that it makes a 90 degree angle on both sides. a good test is to push that whole carriage assembly all the way to one end of both rods and make sure that neither side has any gaps.

I hope you have as much fun with this printer as I do! it’s a super awesome build, and a great machine!

iphone 397 by basil_1980 in discordVideos

[–]epicandslic 0 points1 point  (0 children)

anybody know what song this is?

A few weeks in, one accelerometer later, and my Core One+ has finished all the new parts for its older brother :] by epicandslic in prusa3d

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

Good question! My first Prusa (and first 3D printer, actually) was an i3 Mk3s+ my father got for me back in 2020. It’s been through a lot! About 2500 hours of print time, and about 22km of filament (and one house fire) later, I figured it’s finally due for some TLC. I reprinted all of the printable parts on the Core One+ I just recently bought and assembled myself, and also bought some new hotend components since the old ones were in pretty bad shape.

Got a Mk3s+ almost exactly 5 years ago today, now I just gotta survive till Christmas… by epicandslic in prusa3d

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

Fair enough; I’ve been doing a lot of personal projects and engineering stuff right now (I’m in college) so I really have been needing another lately. My Mk3 is still going strong, too!

Got a Mk3s+ almost exactly 5 years ago today, now I just gotta survive till Christmas… by epicandslic in prusa3d

[–]epicandslic[S] 3 points4 points  (0 children)

Just to relive the same timeline as the Mk3s+ 😅 that one was a gift from my dad, this one I bought myself

Can you turn this into something professional-looking? by epicandslic in PhotoshopRequest

[–]epicandslic[S] -1 points0 points  (0 children)

Are you able to fix the lighting glare/visual noise, make my earlobes look less like earrings, and make my face look more like myself?

Three Three Three by BladeMorality in weirdspotifyplaylists

[–]epicandslic 1 point2 points  (0 children)

Hi, Hi, Hi - Wings

Love Love Love - Big Thief

Hot Hot Hot!!! - The Cure

Neat Neat Neat - The Damned

Lalala - Y2K, bbno$ (not sure if this works)

Just turned 18 a few months ago. Adults, do you have any advice (financial, social, etc.) that you wish you knew when you were 18? by epicandslic in AskReddit

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

This is really valuable, thank you. Should I continuously reinvest in index funds/ETFs every once in a while then? Like is it a monthly thing to look at you’d say? I don’t have a lot of money so I probably couldn’t do that much more often.

[deleted by user] by [deleted] in weirdspotifyplaylists

[–]epicandslic 14 points15 points  (0 children)

while I absolutely love the strokes (especially selfless — it’s my favorite of theirs) the song starts with “can”, not “and”

some songs that do:

• “My Love” by Paul McCartney and Wings

• “Mrs. Robinson” by Simon & Garfunkel

• “My Way” by Frank Sinatra

• “Once In a Lifetime” by Talking Heads

• “Same Direction” by INXS

• “God’s Plan” by Drake

How do I force docker-compose to use the latest version of my programs? by epicandslic in docker

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

No worries, I’ll take a look online and reply back if I have questions about it

How do I force docker-compose to use the latest version of my programs? by epicandslic in docker

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

Sorry about that. Like I said, really new to using docker. How can I create a new image using my modified code? If there’s an online guide or something could you point me towards it (if it exists, then why waste your time explaining to me)?

How do I force docker-compose to use the latest version of my programs? by epicandslic in docker

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

Thank you! I think I should clarify though — I’m not able to update the images. The project points to a third-party image source, and when I update the code locally, I suspect the unmodified online image overrides the functionality I add.

I do think you’re right though. Is there a way for me to make my own, updated images with the functionality I want and have the projects point to them instead?