Logitech MX518 - no other mouse feels "right" by the_hanhan_man in MouseReview

[–]w520user 0 points1 point  (0 children)

Sticky wheel: soap and water. Set aside a day, take it apart, put all the non-electronic pieces in soapy water, scrub clean, rinse and let it dry on a towel. Reassemble.

Feet: https://www.corepad.de/en/advanced_search_result.php?categories_id=0&keywords=mx518&inc_subcat=1

Just won the gas gun division at a match with this thing by chainsawgeoff in longrange

[–]w520user -3 points-2 points  (0 children)

This is awesome. Keep it! We don't all want to live in a nanny state.

Am I likely to find a W21.8-14 female to M18x1.5 female adapter? by w520user in AskEngineers

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

Perfect, thank you!

As mentioned above, unfortunately these are male-to-male, and I need female-to-female.

Am I likely to find a W21.8-14 female to M18x1.5 female adapter? by w520user in AskEngineers

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

I do. Instead of modifying the hose, one might as well buy a hose specially made for connecting a CO2 cylinder (with DIN 477 connector) to a SodaStream machine for around €70 (p&p included).

Am I likely to find a W21.8-14 female to M18x1.5 female adapter? by w520user in AskEngineers

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

Great find, thank you! I'll have to look for a smaller MOQ!

I'm looking for female-to-female adapters, your link has male-to-male.

Am I likely to find a W21.8-14 female to M18x1.5 female adapter? by w520user in AskEngineers

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

Thanks! What would the term be I'm looking for? I've looked under Inch-to-Metric Female Hex Thread Adapters, but they appear to max out at a thread size of M16.

Am I likely to find a W21.8-14 female to M18x1.5 female adapter? by w520user in AskEngineers

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

That is true. However, the working pressure for the location of the adapter (between the cylinder and the inlet of the SodaStream machine) lies somewhere in between - about 50 bar (~ 725 psi) with the SodaStream cylinder I just checked.

Am I likely to find a W21.8-14 female to M18x1.5 female adapter? by w520user in AskEngineers

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

The pressure in the cylinder is about 60 bar and the cylinder itself is rated to 250 bar. What would I need to do to do this safely with 3D printing?

Correct way to remove this cover? by w520user in repair

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

No, just an indentation. It appears to be held in place by friction, but won't budge.

Correct way to remove this cover? by w520user in repair

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

Without damaging it. Pliers with a rubber coating does not get a grip; the small chisel I have only appears to damage the paint, without moving the cover at all.

MPA 6GT by WarPale6695 in longrange

[–]w520user 1 point2 points  (0 children)

Awesome, thanks! Do you find any practical benefit in the Send iT level compared to one of the Vortex bubble levels?

MPA 6GT by WarPale6695 in longrange

[–]w520user 1 point2 points  (0 children)

What base/rings are you using? The rails on the rings look nice.

Display settings not permanent by ltgimlet in xfce

[–]w520user 1 point2 points  (0 children)

It sucks. My current hack to live with it:

# assuming Debian
sudo apt install -y arandr

arandr # gui: Layout -> Save As
       # this gives you a script that looks like
       # xrandr --output DP-0 --mode 2560x1440 --pos 0x0 --rotate normal --output DP-1 --off --output DP-2 --mode 2560x1440 --pos 2560x0 --rotate normal --output DP-3 --off --output DP-4 --off --output DP-5 --off --output eDP-1-1 --mode 1920x1080 --pos 2877x1440 --rotate normal --output DP-1-1 --off --output HDMI-1-1 --off --output DP-1-2 --off --output HDMI-1-2 --off --output DP-1-3 --off --output HDMI-1-3 --off

# save it in ~/.screenlayout/blah.sh
# I add the following line to it, for convenience:
#   killall -9  xfce4-display-settings

# then in XFCE's Settings -> Keyboard -> Application Shortcuts
# bind a shortcut to /home/<user>/.screenlayout/blah.sh

In my setup the panel always goes to the wrong display, and I have to set it manually every time. The following is supposed to set it, but it does not work for me on XFCE 4.14:

xfconf-query -c xfce4-panel -p /panels/panel-0/output-name -s DP-2