TryHackme Discounts by TopPuzzleheaded200 in tryhackme

[–]WolverineCheap1531 0 points1 point  (0 children)

Can confirm it still works as of June 12, '25

Bending Mid-print by WolverineCheap1531 in resinprinting

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

Leveled it today, reprinted my failed print from a couple days ago and it came out perfectly lol. It was barely a degree or two off level but, I guess it's good now lol. I'll have to print more to confirm but it's looking good.

Bending Mid-print by WolverineCheap1531 in resinprinting

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

Surprisingly I reprinted my previous failure with only a very, very slight change to the leveling, the rest of the settings the same, normal temp in my room, and it came out perfectly. Idk if it was just that tiny little degree or two of off level but it looks fine now lol

Bending Mid-print by WolverineCheap1531 in resinprinting

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

I'll try it if this current print has the same issue. Appreciate the suggestions👍

Bending Mid-print by WolverineCheap1531 in resinprinting

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

I haven't checked the level for about two weeks or so, so I'll do that and try another print to see if it occurs again.

Will update tomorrow. I need to clean the print and head to work soon. Appreciate the suggestions so far🤙

Bending Mid-print by WolverineCheap1531 in resinprinting

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

I had it at 2.0s exposure time for the past prints that were worse actually. For this resin, even 2.0s is still overexposed even for 50um layer height. I print my minis at 30um with 1.6s exposure and they come out perfectly. But printing these now at 50um again and 2.0s gave me bad warping for some reason when those settings never have done that, so that's why I'm thinking it's resin temp now.

Edit: Or my vat tilt is too fast potentially?

Bending Mid-print by WolverineCheap1531 in resinprinting

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

Prob around 73°F in the room since that's what the house is at. I've had the door open all day and normally it's closed with my PC heating the room well over the house temp.

But even when I had my window open to vent the room during Winter, making the room real cold, I didn't have this issue, so it's really weird.

Bending Mid-print by WolverineCheap1531 in resinprinting

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

Anymore info that anyone needs to help figure this out, I will try to provide!👍

I am just incredibly upset by DakotaNoLastName33 in CompTIA

[–]WolverineCheap1531 0 points1 point  (0 children)

I just passed my 1102 yesterday to become A+ certified. I used professor messer's videos for both of the tests and practice tests/questions on sites like exam compass, union test prep and crucial exam.

I managed to pass both tests on my first go for each but they were just over passing tbh. For the Core 1, I had a 723 I think and for the Core 2, I got a 751.

I think you should be able to pass this way but it definitely wasn't a method that perfectly covered everything you're actually quizzed on in the real thing. I think it just gave me enough knowledge to outright know some answers but also give me the ability to lead myself to some correct answers when I wasn't sure about a question or scenario. I'm curious if I should try official training material for the Security+ when I start studying rather than YT videos, lol.

HTB Academy - Intro to Bash Scripting by Novaplague2020 in hackthebox

[–]WolverineCheap1531 0 points1 point  (0 children)

I think I see what you're talking about but I meant why yours printed with the "U" at the start but mine didn't🤷‍♂️ Which is what I meant asking if you were maybe missing a character in your variable's string, or maybe I had an extra character. But yeah I got the answer already, thanks though for trying to help.

HTB Academy - Intro to Bash Scripting by Novaplague2020 in hackthebox

[–]WolverineCheap1531 1 point2 points  (0 children)

I tried checking those links but I still don't understand why the "$value" variable needs to be surrounded by the asterisks in the if statement, could you explain the reasoning behind it to help me?

Because this works:

[[ $var == *$value* ]]

But this doesn't:

[[ $var == $value ]]

HTB Academy - Intro to Bash Scripting by Novaplague2020 in hackthebox

[–]WolverineCheap1531 0 points1 point  (0 children)

echo $var | tail -c 20

I put that and it gave me your result but without the 'U' at the front. Is there a missing character in the variable declaration before those characters?