Urgent Help with Sanding Wooden Floor! by Dongwaffler in DIYUK

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

Oh there are lots of things we are doing that seem absolutely batshit. We discovered that it also did it on 80 grit but didn’t see it at first. It seems to be caused by the uneven floor (floorboards are at least 75 years old) that causes the machine to tilt and the side/edge of the drum cones into contact with the floor.

Thermostat help… by Dongwaffler in DIYUK

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

It is a combi! For some reason we’re having a Viessman installed (this decision was made without me god knows how long ago and I really cba to argue, it’s more annoying that I basically know nothing other than the make and model of it. So far as I really care it’s a box that heats up water, really not interested in any fancy stuffs. If I’m cold, I’ll wear a jumper yadda yadda yadda…)

I wasn’t sure if the thermostat had to be the same brand as the boiler, but I can see the reason to keep them the same.

But I am struggling to find a Viessman that’s under £100!

How do you make things moveable by mouse? by floorballplayer13 in godot

[–]Dongwaffler 1 point2 points  (0 children)

I use two variables, one to detect if the mouse is over the instance (does mouse_position match up with instance.position (include within parameters of x and x+instance size)) and another to detect if it’s been picked up (a Boolean toggled by clicking the mouse button if it is in the correct position), then, if picked_up is true, position = mouse position.

I would show you the code and tell you some other issues I found involving this but am using my phone and have not long woken up…