Recent Posts

Pages: 1 [2] 3 4 ... 10
11
Project Logs / Re: Titivating a Wire EDM Machine
« Last post by awemawson on November 04, 2025, 03:11:19 PM »
Well it's been an awfully long time but I've got to play with the Wire EDM machine over the last few days.

Grand daughter has just gone off to University and for some strange reason asked if 'any of those machines in your workshop could cut a penny in two' Well not my place to reason why so initially I just used a pair of stout tin snips with one arm clamped in the vice. Yes it cut, but one half shot off into the deep recesses of the workshop and the other was rather distorted.

So I thought - really this is a job for the Fanuc Tapecut wire EDM machine. I've not used it for literally several years but lets see what happens. Powered up a treat, even had several programs still stored in its bubble memory, but after a few power on / offs it reported a memory fault requiring a wipe of the contents. No matter I need to load a simple cut off program anyway.

Program generated in Featurecam - now how the devil does the load sequence work  :scratch: Manual was rather vague - I'd done it many times before but that was about five years ago.

In the end to get the job done I hand keyed it in at the control panel and OK we have two halves of a penny as requested. But that's NOT good enough - so I spent absolutely ages going round the houses, to find eventually that the USB to multiple Com port adapter on my workshop PC at some time over the years had reconfigured itself so what was Com3 had become Com4 and vice-versa. OK sort that out and hoo ray I can upload code - it only took three days to sort it out!

Right - lets get a bit more adventurous and cut coins with curved lines - so I did !



Here is a rather long and boring video of cutting in process

https://youtu.be/bkKTLsISxFY
12
Member Videos / Re: My week this week, my workshop videos!
« Last post by hermetic on November 01, 2025, 12:20:16 PM »
Hi Folks,
Been a bit preoccupied this week with getting my new tenant into the house and getting all the work finished! Our attempts with the ladder failed to get high enough to fit the chimney cowl, so we have passed that over to Harlands, our local builders and joiners as they have access platforms, and a Telehandler with a man bucket! I spent a morning going round the hardware shops and builders merchants trying to find one, no luck, and ended upat the woodburner shop at Foxholes who managed to fid one! So, some antique repairs , a cross vice free off and set up, and some general tinkering and waffling! Enjoy!
Phil, Halloween has come and gone in East Yorkshire!
https://youtu.be/yJ_Tmoa0X5g
13
Member Videos / Re: My week this week, my workshop videos!
« Last post by hermetic on November 01, 2025, 12:19:07 PM »
No Andrew I didn't! the first two covid jabs made me so ill I swore off them. Didn't get the flu jab this year either! I know I should but..................
Phil
14
Announcements & Issues / Site access this weekend
« Last post by Brass_Machine on October 31, 2025, 11:27:59 AM »
Hi all,

I will be working on the site this weekend. Not sure when yet, but the might be a period where the board will be unavailable.

Eric
15
Software Tools / Re: Linux recovery from backup problems
« Last post by vtsteam on October 30, 2025, 09:01:43 PM »
Great!
16
The Water Cooler / Anyone around here run a large horizontal mill?
« Last post by BillTodd on October 30, 2025, 12:35:58 PM »
I have just acquired a large number of horizontal milling cutters. Many are way too big for my Haighton mill.

So, anyone run a mill capable of spinning 5 and 6 " cutters upto an inch wide?
17
Software Tools / Re: Linux recovery from backup problems
« Last post by sorveltaja on October 29, 2025, 04:40:42 PM »
First I tried dd by following a tutorial. I resized the source partition, as there was a lot of empty space, for it to fit to target device. For some reason, I couldn't get it to write to usb stick.

Next was Clonezilla and Gparted Live, but as that requires rebooting and swapping of usb sticks, it doesn't feel convenient (after I installed the OS on the disk, I used Gparted to erase it, instead of backing it up with Clonezilla).   

Anyway, then was Rescuezilla, which has Gparted in it. No more clumsy mistakes (hopefully).

As a test, after making backup, I erased the disk and rebooted to be sure there wasn't anything to boot on. Then restored backup from usb stick.
On my old laptop, which uses grub, it seemed to be working just fine.








18
Software Tools / Re: Linux recovery from backup problems
« Last post by vtsteam on October 27, 2025, 05:32:54 PM »
Well, you could have also tied recovering your installation by using a Puppy Linux. I'd recommend using BookwormPup64. This can be written to a thumbdrive, and will run perfectly well from there.

To get the UUIDs just run blkid in terminal.

To copy one, just select it, then Rt Clk and hit Copy. To paste it somewhere else just RT Clk and paste.

if the wrong UUIDs are present at boot, that's going to show up in Grub, your bootloader. Probably in a file called grub.cfg, or menu.lst, or some other similar text file. Using blkid, you should be able to establish what the correct UUIDs are, and edit thm back in place.

Also aboard will be the program gparted. This will examine your disk and show you the partitions and contents graphically. You can check partitions with it or fix them -- not the same problem as a Grub UUID mixup, but possibly also a problem you faced.

As far as backing up goes, for the big linuxes, yes probably imaging the drive will be needed, since grub is often on a different partition that the rest of the linux installation, and you'll need both. For that the dd command in terminal is quite effective, but be absolutely sure you understand how to use it properly -- which drive is being imaged, and which is being written to, or it can wipe out the contents of your drive. I don't have a problem with it.

Puppy linux is easier to back up than the big linuxes because It is very compact (frugal installation) so you really only have to copy your save folder (or savefile if you use one). The save folder (or file) has all of the changes you made to the original puppy installation, and contains your user data. So if you back that up, you can easily restore customizations, installed programs and personal data, using the stock installation media. Grub problems are fixable by correction, no matter how bad, so really, backing up the savefolder, (or file) is all that is needed to be back in business.

Besides Puppy Linux, there is also EasyOS -- similar in many ways (same original author) but designed to use containers, if you like that kind of security isolation -- though it doesn't require their use -- it is particularly well suited to running off of a thumbdrive, though can also be installed frugally as a very compact OS.

I'm working presently on switching from Puppy Linux to EasyOS as my daily driver after over fifteen years with the former.
19
Software Tools / Re: Linux recovery from backup problems
« Last post by Muzzerboy on October 26, 2025, 06:21:56 AM »
Create a clone copy on an SSD or a separate partition, so you can plug it in to replace the dead one? I've done this in the past when attempting a new update installation of Mint and Linuxcnc. Requires a periodic snapshot but has saved me in the past. But I feel your pain.
20
Software Tools / Linux recovery from backup problems
« Last post by sorveltaja on October 25, 2025, 06:44:58 PM »
I did some VM gpu passthrough testings on Pop os (Ubuntu/Debian flavor), and managed to mess it up, and did a restore from Acronis backup.

It didn't work so well - booting ended in emergency mode. I had to search on the net for instructions of how to look for what might have caused such a failure.

In emergency mode one can use commands, so I used 'journalctl -xb', which prints, I guess, a log of what happens during booting. There was a message like 'timed out waiting for device /dev/disk/by-partuuid/<device id>'. After looking for more info, I found out that it may have to do with device/drive uuid mismatch.

I tried several "how to's" to fix the problem, but none of them seemed to work. Part of the fun is to write down disk id's on a paper, as there apparently isn't easy ways to copy and paste them to a text file in emergency mode..

Using Pop os live (from usb stick), there is an option 'refresh install' to restore the system using recovery partition, but it didn't work either, indicating that the device isn't valid/recognized.

It really gets overly technical in situation like this, so I just wiped whole disk, and made a new installation.

So, what backup methods to consider to avoid such problems?
Pages: 1 [2] 3 4 ... 10