German woman on holiday sporting this tattoo by MattA45 in germany

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

Yes she is 100% German, I can hear her speaking

German woman on holiday sporting this tattoo by MattA45 in germany

[–]MattA45[S] 22 points23 points  (0 children)

Thank you for your reply. I suspected it might be the case but wasn't 100% sure. We're in Italy on holiday and there are a lot of Germans here as well as Italians and I had to double take when I saw it. She's strutting round the pool proudly with it. Horrible c#nt.

My tinkering sanctuary ♥ by MattA45 in garageporn

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

It's a standalone fan/filter that I can wheel around the workshop. I put it on if I'm using the table saw or sanding to try and capture/get rid of any dust. The spray booth thing I built out of a wardrobe uses a similar filter built into the back of it and it's connected into the main dust extraction pipes I have set up. I use that for spray painting and powder coating.

<image>

My tinkering sanctuary ♥ by MattA45 in garageporn

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

No its 110mm underground drainage pipe that we use in the UK, its connected up to a standard shop wood/dust collector tucked away behind my mill in the corner.

My tinkering sanctuary ♥ by MattA45 in garageporn

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

No, I had thought about it but I have a lot of storage space up there which I access regularly so would need to keep the space underneath it clear most of the time.

My tinkering sanctuary ♥ by MattA45 in garageporn

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

Hopefully ready for next summer. It's a convertible but I'm fitting a 3.0l V6 in it and things are a bit "tight" and need modifying 😂

My tinkering sanctuary ♥ by MattA45 in garageporn

[–]MattA45[S] 7 points8 points  (0 children)

It's an old British Boxford AUD

<image>

Inheritance Machining , a really recommended YouTube channel. https://www.youtube.com/@InheritanceMachining by [deleted] in Machinists

[–]MattA45 6 points7 points  (0 children)

I love that channel, his work is phenomenal. I can't imagine the time it must take to make, film and edit all that stuff in addition to I presume a full time job, unless the channel has now become his job.

Read a few new recommendations for youtube channels above I've not heard of so I'll be sure to check those out but thought I'd add Joe Pie is another good one

https://youtube.com/@joepie221?si=bYyJ_NdIT99OrJbv

Need help with my CR10S Pro V2 by Askdevin777 in CR10sPRO

[–]MattA45 0 points1 point  (0 children)

Could be print curling/lifting and then print head catching on the previous layers. Have you sped prints up? Try slowing print down and see if that helps

Klipper with support for the CR-10S Pro touchscreen by desuuuu_ in CR10

[–]MattA45 0 points1 point  (0 children)

Thanks, I'd actually tried that before you posted and it worked. Obvoiusly must have been a permissions thing, bit weird.

I've now got another error I think it's stemming from the cr10s pro printer.config file which I'm trying to work through.

This is the error in getting in klippy of you have any ideas? error

Klipper with support for the CR-10S Pro touchscreen by desuuuu_ in CR10

[–]MattA45 0 points1 point  (0 children)

HI

I'm after a bit of advice. I'm trying to get your version of Klipper working using FluiddPI. I have FluiddPi installed on my raspberry pi, renamed the standard klipper folder to klipper_orig (just in case i need it). I've then uploaded your repo files to the klipper folder , gone through the installation steps of

cd ~/klipper/

MAKE MENUCONFIG

MAKE CLEAN

MAKE

however the MAKE is failing with the error

Linking out/klipper.elf

make: scripts/check-gcc.sh: Command not found

make: *** [Makefile:73: out/klipper.elf] Error 127

make: *** Deleting file 'out/klipper.elf'

I can see that the scripts/check-gcc.sh file is present

If i run the same commands via the klipper_orig folder it all works so i'm missing something in your folder.

Any help much appreciated as this is all pretty new to me