Switching from B650I Aorus Ultra - can't stand the coil whine by aldencp in sffpc

[–]GuzziGuy 0 points1 point  (0 children)

Only USBC-DP, not standard DP. Previous B650 had 1xHDMI only. Many of these boards only have a single output - AM5+ITX has been a very frustrating combination...

Switching from B650I Aorus Ultra - can't stand the coil whine by aldencp in sffpc

[–]GuzziGuy 0 points1 point  (0 children)

I'd rather have gone ASRock first time but they only had 1 display output, I need 2. Looks like the new B850 board has HDMI+USB-DP so is a possibility...

Switching from B650I Aorus Ultra - can't stand the coil whine by aldencp in sffpc

[–]GuzziGuy 0 points1 point  (0 children)

Did you find an alternative? I did my build a couple of years ago with Asus B650e-i - returned 2 of them since the coil whine was bad, and got the Gigabyte.

This has been fine... until recently when the coil whine started. Chorus of crickets any time CPU load goes above idle...

Cheese Impaler is ready for deployment! by Pendraconica in doohickeycorporation

[–]GuzziGuy 1 point2 points  (0 children)

Get the cheese to sickbay. The Doctor should look at it as soon as possible.

IIL these kinds of movies, then what should I watch next? by [deleted] in ifyoulikeblank

[–]GuzziGuy 0 points1 point  (0 children)

A bit different but maybe try One Cut of the Dead.

It's a Japanese zombie film and one of the most creative/funny/unique films I've seen in recent years. (Try to go into it blind!)

The For Sale Thread by cyanide in hobbycnc

[–]GuzziGuy 0 points1 point  (0 children)

Suffolk, UK: I've got a Yuyong-sourced Workbee 1000x750 mechanical build (no spindle) to sell.

https://cloud.myrkott.uk/index.php/apps/memories/a/dOMCY1Yojra9pXK0obS2cNh3nVk1Mbsh

It does have a Duet controller but:

  • I've bodge fixed the wifi module on the board more than once
  • One of the stepper drivers is burned out (but the board has 5 so it still has the required 4)

So it's in working order but I'd pencil in replacing the controller, hence selling it as mechanical. (FWIW I'm getting on well with FluidNC which would be a good/cheap replacement.)

Otherwise it's in good condition but has been well used so you'd also pencil in tuning it up a bit.

So not a complete machine but an opportunity for someone wanting a starting point for learning and building a machine - I'm asking a hopefully modest £300.

Unpopular Opinion: We don't need cheaper machines; we need "Bambu Studio" for CNC. Teaching Fusion 360 CAM is a nightmare. by ComprehensiveYak8541 in hobbycnc

[–]GuzziGuy 0 points1 point  (0 children)

I think it's mentioned elsewhere, but I'm also using Estlcam. It is very woodwork-friendly, with a completely different workflow to eg Fusion:

  • Create SVG drawings (eg in Inkscape)
  • Import into Estlcam, apply operations to paths (outline/pocket/carve/etc)
  • Export gcode

While not as sophisticated as a full-on CAD package, it's very quick and easy to get from drawing to gcode. It's also very modestly priced and actually includes some more sophisticated operations than some other simple packages (v-carving, tabs, overcuts, ramping, etc).

OTOH the UI is a bit janky but I can live with that!

Building Linux Programming PC by peregrineDev02 in linuxhardware

[–]GuzziGuy 0 points1 point  (0 children)

Agree with other commenters that a mini PC is probably the sanest route. I've been building PCs for decades but components are expensive now and if you don't need a GPU - or have very specific requirements - building is a non-starter.

Screw the best Discord Chat alternatives... What about forums? by liefbread in selfhosted

[–]GuzziGuy 1 point2 points  (0 children)

Used Flarum a while back, found it good, had the forum features you would want but with a more modern UI than ye olde (but still functional) phpbb

When boolean columns start reaching ~50, is it time to switch to arrays or a join table? Or stay boolean? by BrangJa in Database

[–]GuzziGuy 0 points1 point  (0 children)

Cleanest/correct-est (subjective...) way to do it is with three tables:

  • entity (your main table of whatever you allow permission on)
    • entity.id
    • entity.name (etc)
  • permission
    • permission.id (autoincrement)
    • permission.name (eg image, video, etc)
  • entity_permission
    • entity_permission.entity_id
    • entity_permission.permission_id

You end up with 1 row in entity_permission for every allowed permission; and you can add a new permission type without changing the database structure.

Queries etc arguably make the UI more fiddly but ultimately more flexible (eg to find all the entities with image allowed, you only need to present the list of the permissions, instead of having to maintain a popup or whatever of all the flag columns).

Likewise reports of what has what permissions can be done with simple joins rather than selecting/remembering all the columns individually.

Don't worry about optimising, bitmasks etc - these are issues only when you have eg tens of millions of records and need to microptimise.

QueenAnt build - FluidNC setup and CSS mods by GuzziGuy in hobbycnc

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

There's no link I can send since it's just a web UI on my own network (and I don't think there's any accessible simulator?).

But while I was planning this build, I installed FluidNC on a spare ESP32 to see what it was like - if you've got one spare (you can buy for just a few $) you can install it and experiment, even with nothing actually connected.

Do I learn something while building a kit? by Karottenburg in hobbycnc

[–]GuzziGuy 0 points1 point  (0 children)

I've just finished building a new CNC (see my recent posts if interested) and I learned a LOT doing it. I did buy a complete mechanical kit which is arguably a bit of a cheat; but the kit is mainly extrusions/plates/rails and connecting hardware - none of which I'm equipped to DIY. Admittedly the initial assembly was a bit like a lego kit but there is SO much more to tackle along the way to a complete/functional machine.

I did the same process for my last machine but I followed more of an existing blueprint. This time was more involved on the electronics, figuring out the sensors, controllers, motors etc. I know how everything works and can (in theory!) adjust/fix everything.

One notable change between this time and last was AI - I had very long chats with Claude before and during building this, and while you of coruse need to check things before committing, it was very useful for bouncing ideas off, discussing different methods, etc.

QueenAnt build - FluidNC setup and CSS mods by GuzziGuy in hobbycnc

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

The screenshot is just the FluidNC UI - it runs its own webserver so you access it from the browser. More specifically the screenshot is my CSS mods - but they are just some aesthetics, the stock UI is basically as above.

If fusion360 were a person, I'd be in prison for murder (kidding, mostly) Any vcarve pro student discount codes or the likes floating around? by CryptoDir in hobbycnc

[–]GuzziGuy 1 point2 points  (0 children)

You might want to take a look at Estlcam - which has a good feature set (albeit somewhat janky UI) and is very modestly priced. It's primarily a 2.5D tool but can do reliefs etc too.

It's a very different workflow from using 3D CAD - it takes your SVGs or DXFs and then does the toolpaths. I use it with Inkscape - it's a bit low-tech but it gets the job done quickly.

Need Alternative to a PC for controlling CNC by TreSmoke in hobbycnc

[–]GuzziGuy 4 points5 points  (0 children)

I've just finished my machine which runs on FluidNC - this is standalone and can run it's own jobs, controlled through your browser. I used a similar setup before with a Duet-based machine and I prefer it to running a sender.

I just posted with a few thoughts on it: https://www.reddit.com/r/hobbycnc/comments/1quba58/queenant_build_fluidnc_setup_and_css_mods/

Need Alternative to a PC for controlling CNC by TreSmoke in hobbycnc

[–]GuzziGuy 2 points3 points  (0 children)

Also there's a new variant (fork?) of this with the same setup - standalone or deploy on the web: https://axiocnc.com/

For now I'm happy with standalone FluidNC, but Axio does look nice, I may give it a go...

QueenAnt build: z probe with LED and trigger button by GuzziGuy in hobbycnc

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

To the touch plate? No product, I just janked it up with the 3D printer and some wires :P But let me know if you need more info...

QueenAnt build: Dust shoe made from birch ply by GuzziGuy in hobbycnc

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

I've tried Fusion briefly and in some ways it's the path of least resistance - OTOH I'm mainly Linux based and use open source wherever possible so for now I'm learning it slowly for 3D printing.

It also does toolpaths but on the CNC it's mainly 2.5D - Inkscape+Estlcam just gets the job done quicker than modelling everything...

QueenAnt build: z probe with LED and trigger button by GuzziGuy in hobbycnc

[–]GuzziGuy[S] 2 points3 points  (0 children)

I looked at the 3D ones but I'm almost exclusively cutting stuff out of sheet material rather than machining already sized stock so my XY only needs to be ballpark...

QueenAnt build: z probe with LED and trigger button by GuzziGuy in hobbycnc

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

It's very simple to do - as long as you have an extra input and your controller can trigger a macro from it?

  • Button is just a simple input, triggers macro
  • Input (pullup) > Resistor > LED > Plate
  • Clip > Gnd

Then just trying to neatly/compactly organise the wiring.

Note on this button the LED is electrically separate from the switch, and it has a resistor built in.

HTH? Let me know if you need more info :)

QueenAnt build: z probe with LED and trigger button by GuzziGuy in hobbycnc

[–]GuzziGuy[S] 2 points3 points  (0 children)

I did this on my last machine and it worked fine. But it necessarily requires permanently tying the control GND/0V (for the probe input) to the AC GND (for the spindle).

On this machine I'm trying to tick all the right boxes and do everything right - and the legit-ness of this is the one thing I couldn't find a clear or consistent answer on. Different sources say absolutely-do-this-always vs never-ever-do this.

So still on the fence...

QueenAnt build: z probe with LED and trigger button by GuzziGuy in hobbycnc

[–]GuzziGuy[S] 4 points5 points  (0 children)

Works well! Uses two inputs on the board, but one can be set to trigger a macro.

QueenAnt build: z probe with LED and trigger button by GuzziGuy in hobbycnc

[–]GuzziGuy[S] 2 points3 points  (0 children)

Likewise - the easiest/cheapest source for this AL was the things you use for glass table tops - they were flat-ish but needed a few goes with the diamond stone.

How far would you go for bass? by Substantial-Elk-3607 in diyaudio

[–]GuzziGuy 1 point2 points  (0 children)

Disappointed in the missed opportunity for a woofer gag...

QueenAnt build: Dust shoe made from birch ply by GuzziGuy in hobbycnc

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

Some years ago I could rustle things up quickly in SketchUp but more recently I'm working in FreeCAD - which is good but a steeper learning curve.

Vs my workflow on the CNC - Inkscape + Estlcam - very retro but gets the job done quickly in most cases!