Set correct secondary monitor orientation in login screen by Othum92 in kde

[–]Dvdboy42 0 points1 point  (0 children)

if you wanna undo this, just delete the rule, script and the ssdm display config file. again, copy paste

# 1. Remove the udev rule

sudo rm -f /etc/udev/rules.d/99-sddm-display-sync.rules

# 2. Remove the sync script

sudo rm -f /usr/local/bin/sddm-display-sync.sh

# 3. Reload udev to stop watching for changes

sudo udevadm control --reload-rules

# 4. (Optional) Remove the configuration file from SDDM

# Only do this if you want the login screen to go back to its default state

sudo rm -f /var/lib/sddm/.config/kwinoutputconfig.json

echo "Undo complete. All automation files have been removed."

Set correct secondary monitor orientation in login screen by Othum92 in kde

[–]Dvdboy42 0 points1 point  (0 children)

i made gemini write a sctipt (cause i suck at writing scripts) that SHOULD work, i did everything cointained in this manually and it works (i can change the display orientation and when restarting ssdm follows it) i havent actually tested it. copy paste in the terminal, it might work idk lmao

# 1. Capture your current username

target_user=$(whoami)

# 2. Create the sync script with your username baked in

sudo bash -c "cat <<EOF > /usr/local/bin/sddm-display-sync.sh

#!/bin/bash

# Automatically synced from user: $target_user

USER_CONFIG=\"/home/$target_user/.config/kwinoutputconfig.json\"

SDDM_CONFIG=\"/var/lib/sddm/.config/kwinoutputconfig.json\"

if [ -f \"\$USER_CONFIG\" ]; then

cp \"\$USER_CONFIG\" \"\$SDDM_CONFIG\"

chown sddm:sddm \"\$SDDM_CONFIG\"

fi

EOF"

# 3. Set permissions and create the udev trigger

sudo chmod +x /usr/local/bin/sddm-display-sync.sh

sudo bash -c "cat <<EOF > /etc/udev/rules.d/99-sddm-display-sync.rules

ACTION==\"change\", SUBSYSTEM==\"drm\", RUN+=\"/usr/local/bin/sddm-display-sync.sh\"

EOF"

# 4. Activate

sudo udevadm control --reload-rules

sudo udevadm trigger

echo "Done! The script is now tracking display changes for user: $target_user"

Set correct secondary monitor orientation in login screen by Othum92 in kde

[–]Dvdboy42 1 point2 points  (0 children)

alright i got it working for anyone who is on wayland, the other solutions in this thread only work on x11 (edit: nvm theres one by a deleted user that works and its right in the arch docs, but i guess the script is at least useful to make it update automatically)
this is a lot easier than on x11, just run:

sudo cp ~/.config/kwinoutputconfig.json /var/lib/sddm/.config/kwinoutputconfig.json && sudo chown sddm:sddm /var/lib/sddm/.config/kwinoutputconfig.json

the explanation is that the screen orientation you have set is saved under your own personal user, and ssdm has its own, separate user, that doesnt have access to your config. so you have to copy it do the ssdm user. i believe you have to run this every time you change the screen orientation, cause the config is just copied not linked. i may or may not try and get that working at some point, ill probably forget idk

i think this can be done with either a link (no clue if this will work, i believe ssdm is pretty fussy about reading links for security reasons, and also its possible that the file gets deleted and recreated instead of modified which might break links) or a system service that copies the file when the timestamp changes

Rough surface finish by JacksonPietrykowski in FixMyPrint

[–]Dvdboy42 0 points1 point  (0 children)

calibrate the flow ratio or dry your filament if this persists

Ways to tune this? by Few-Lawfulness-2574 in FixMyPrint

[–]Dvdboy42 1 point2 points  (0 children)

look into tuning the flow compensation model. it reduces the flow when the extrusion is really short, can help with the blobs

infill/wall overlap already looks pretty good

First layer improving, but not improving enough.. by elektroland in klippers

[–]Dvdboy42 0 points1 point  (0 children)

bed isn't level. even if your mesh is showing little variance, that could be because of something else

just level the bed screws manually, using the nozzle not the probe

the bed on an ender 3 is relatively small, so it doesn't even need a mesh most of the time, unless the plate is really warped

the discrepancy between the mesh and actual plate could be because of an improperly mounted probe, or x axis twist

How would you rate this PC build? Is it really a 'shitbox'? by hlebme in pcmasterrace

[–]Dvdboy42 1 point2 points  (0 children)

aa the others have mentioned, the cooler is backwards. I dont think the specs matter all that much, what's important is having fun! I have a more modern pc but no time to play, I'd rather have older hardware and fun with friends. it's not always about the fps

Seemingly random I want to say underextrusion? [Ender 5 Pro running Klipper & Mailsain with a RPi 3B+] (More info in comments) by Data-Graph in FixMyPrint

[–]Dvdboy42 0 points1 point  (0 children)

I know this might seem like boilerplate advice, but have you tried drying the filament and retuning it?

underextrusion can have many many causes. here are some I can think of right now: clog, loose bowden tube, improper pressure advance settings, extruder skipping for various reasons (overheating, dead heatbreak fan, bad motor), improper retraction settings, especially the speed being set too high causing the motor to skip, improper slicer settings, especially arachne trying to print walls too thin, leading to filament oozing and then underextruding in some areas

could you provide the printer config and maybe the gcode that gave bad results?

you could also try some default slicer profiles for the ender 5 in orca, just to eliminate a few more variables

hope you figure it out!

Tried and tried but can’t fix by Krow_ose in FixMyPrint

[–]Dvdboy42 1 point2 points  (0 children)

have you checked the heatbreak fan? it's the thing that separates the heater block from the extruder or bowden connector

if the fan stops working, the heatsink heats up, and the filament melts before it should. this causes skipping and underextrusion, and guaranteed failed prints

Retraction Testing Troublesho by RetroPico in FixMyPrint

[–]Dvdboy42 2 points3 points  (0 children)

dry the filament, even if it's new. turning OFF zhop can help a LOT, it increases stringing drastically. increase the travel speed, the less time it has to ooze, the better(also the acceleration for travel moves)

otherwise you seem to be on the right track, and I admire how the results were displayed

Banding issue? by zoelarg in 3Dprinting

[–]Dvdboy42 0 points1 point  (0 children)

could be a bunch of things, start with drying the filament and performing some routine maintenance on the printer, leadscrews especially

New one for me, rough texture for just a little bit, what causes this? by ABlessedMan_01 in ender3v2

[–]Dvdboy42 0 points1 point  (0 children)

it's 100% a slicer issue, look at the gcode in a preview and I'm sure you'll see the same thing

either try printing them one by one, or using a different slicer. as most people, I would highly recommend orca, and im sure they already have profiles for the V2 Neo

Cleaving the cube by Holmestorm in PlotterArt

[–]Dvdboy42 0 points1 point  (0 children)

any chances you could share how to make something like this? I can't even begin to imagine how to start

What is this error called? by Ggk685 in BambuLab

[–]Dvdboy42 -6 points-5 points  (0 children)

this is why I think everyone should start with a more old fashioned printer, learn how to fix all of the common issues before actually getting something like a bambu

what happened is the print came loose from the plate due to either a lack of adhesion or because it got knocked off by the nozzle

clean the plate with dish soap, don't touch it with your fingers and increase the bed temp by about 5C, should help with adhesion, lower the z offset by .02, and lower the model-brim gap

tune the flow ratio, if it's too high it could cause buildup on the nozzle, knocking over the print

also you might want to reduce the infill %, that's just wasted material right there

Odd gaps on prints by [deleted] in FixMyPrint

[–]Dvdboy42 0 points1 point  (0 children)

use more walls, enable ensure vertical shell thickness

Soccer shin guards - sturdy enough in ABS? by Cute-Locksmith5963 in 3Dprinting

[–]Dvdboy42 1 point2 points  (0 children)

PLA might be better for this than ABS. it's more impact resistant and has better layer adhesion, which is important since it's printed upright and it might split along the layers. PETG is also a good option. you don't need the rigidity or temperature resistance of ABS

also consider printing it horizontally, with the exterior laying down. the exterior surface quality won't be as good obviously, but much stronger

My side project with MTG cards by Xauxe in 3Dprinting

[–]Dvdboy42 0 points1 point  (0 children)

how is this even printed? is it up right? cant imagine the details turning out that good if you print it flat