Making Hellim (Hallumi) is another one of my hobbies. Took a while to find the "right milk" to make it. Well, it's not actually the right milk but the only one available here in the UK that is suitable for cheese making because it is full milk and is unhomogenised.
The milk I use is Pasturised Unhomonegised Jersey Milk in 0.75L bottles and can be bought from Tesco's or Sainsburys (probably other places too???). I mix this milk 50/50 with Goats milk to give it that Hellim (goat cheese) taste, not as good as making it out of fresh goats milk but as far as I am concerned, it's the next best thing.
The Hellim turns out pretty good can be eating fresh, grilled or fried. It can also be boiled as in Tarana soup.
Instruction on how to make it: Coming shortly.
Sunday, 28 April 2013
Saturday, 13 April 2013
Army history photo collage.
4 years Army history photo collage.
I lost some of my photos during the move back to the UK so decided to make a collage of the ones I still had. 4 years history on one A4 sheet, still better than nothing I suppose.
I lost some of my photos during the move back to the UK so decided to make a collage of the ones I still had. 4 years history on one A4 sheet, still better than nothing I suppose.
More self made Army stuff.
The shields below are all made out of thin (0.01mm) copper foil. I then make silicone rubber molds out of them and then cast bronze cold resin castings.
Embossed copper foil.
26 Armoured Engineer Squadron embossed copper.
Clock from the one above this one.
31 Armoured Engineer Squadron embossed copper.
2 Armoured Engineer Squadron embossed copper (not yet finished).
Molds:
31 Armoured Engineer Squadron
26 Armoured Engineer Squadron
More molds will be added.
Bronze cold castings.
Both were burnished with brown shoe polish.
Wednesday, 26 September 2012
More Army Pics
My first FTX exercise in Germany 1972 |
First attempt at using t-shirt iron-on paper. |
My very first working flash clock. |
AVRE and Wolfgang in Saltou exercise (forged with photoshop) |
Add caption |
My desktop background image made using photoshop. |
Some of 31 AES boys in front of Cpt. Bridges car. |
FTX 1972 cleaning bridge. |
Thursday, 30 August 2012
Royal Engineers
Served with the Royal Engineers from 1970 - 1974, after training got
posted to 31 Workshop Regiment in Longmarsten near Stratford-Upon Avon
and from there to 31 Armoured Engineer Squadron in Osnabruck Germany.
The "badges" and "flags" are not the original squadron designs, they are my own designs for own use.
The "badges" and "flags" are not the original squadron designs, they are my own designs for own use.
Wednesday, 1 August 2012
Hung up router for the time being.
As we are moving to another house in a few weeks I've taken my CNC to pieces and "hung up" my router for the time being. When we have settled in to our new home, space permitting, I will build a bigger and better one, hopefully. When I do, I will do a new write up of how I build it from scratch to finish including photos. The old one did work quite good with a few modifications but eventually the screws used to hold it all together started to loosen and the whole thing became a bit wobbly.
I learned a lot using the old one and have realized where I made design mistakes that could easily be modified and made much better. On my next one I intent to use nuts and bolts to join the woodwork together which will make it more sturdy and should last a lot longer. One of the things that really bugged me was the "wobble" in the moving X-table. I've already experimented using four sliders on the old CNC using two under the "bed" and two on the sides seems to have eliminated most of the wobble. But because I had to do it in a hurry before I took it apart, I didn't line up the sliders perfectly so the "bed" did not move as smoothly as it needed and put a lot of strain the stepper motor couplers braking two in the process. I intend to experiment more using 4 sliders as soon as we have settled in in our new home. Using more expensive sliders that don't wobble as much as the cheaper version should give me better results.
It may take a while till I build me a new CNC but I will build another one, even if it's only a small one for PCB making.
I learned a lot using the old one and have realized where I made design mistakes that could easily be modified and made much better. On my next one I intent to use nuts and bolts to join the woodwork together which will make it more sturdy and should last a lot longer. One of the things that really bugged me was the "wobble" in the moving X-table. I've already experimented using four sliders on the old CNC using two under the "bed" and two on the sides seems to have eliminated most of the wobble. But because I had to do it in a hurry before I took it apart, I didn't line up the sliders perfectly so the "bed" did not move as smoothly as it needed and put a lot of strain the stepper motor couplers braking two in the process. I intend to experiment more using 4 sliders as soon as we have settled in in our new home. Using more expensive sliders that don't wobble as much as the cheaper version should give me better results.
It may take a while till I build me a new CNC but I will build another one, even if it's only a small one for PCB making.
Thursday, 28 June 2012
TB6560 driver board and LinuxCNC settings.
The screen shots below are the settings I use for my 3 Axis TB6560 stepper driver board (blue PCB).
Please note that there are different types of these TB6560 boards with different pinout settings so the settings below might not work with your board.
Please note that there are different types of these TB6560 boards with different pinout settings so the settings below might not work with your board.
Parallel Port "Step" and "Direction" settings for the X, Y and Z axis. I'm not using an "E-Stop" switch but if you are, you need to set it up here. |
Only showing the X-Axis above but Y axis is also set as above. |
I have the driver board setup to run at 1/2 (half) steps so the "Driver Microstepping" is set to "2" . Change this setting to match the settings on your board (ie: 8 for 1/8 or 16 for 1/16).
The "Maximum Velocity" and Maximum Acceleration" values depends on your stepper motors and power supply so change these values until your stepper run without missing steps. Start with a low value and test the motor by clicking on "Test this axis". If the motor does not miss steps then increase the values and test again. However, if it does miss steps then you obviously need to decrease the value.
When you finish setting up the "stepconf" a folder and one file will be saved to your desktop. The folder and file name will be whatever name you have given your machine (in my case I just used the name "TB6560" so my file is named "Launch TB6560". Next step is to edit the ""name of the machine.hal" file which you can find in the folder LinuxCNC created on your desktop.
Look for the following lines below and delete them all, they are all in one paragraph so will be easy to find.
Note: Pin numbers will be different to those given in the example below.
# X-Axis pins
net xstep => parport.0.pin-01-out
net xdir => parport.0.pin-07-out
# Y-Axis Pins
net ydir => parport.0.pin-03-out
net ystep => parport.0.pin-08-out
# Z-Axis Pins
net zdir => parport.0.pin-04-out
net zstep => parport.0.pin-05-out
# X, Y, Z Enable pins
net xenable => parport.0.pin-14-out
net yenable => parport.0.pin-02-out
net zenable => parport.0.pin-06-out
setp parport.0.pin-01-out-reset 1
setp parport.0.pin-05-out-reset 1
setp parport.0.pin-08-out-reset 1
Look for the following lines below and delete them all, they are all in one paragraph so will be easy to find.
Note: Pin numbers will be different to those given in the example below.
net xstep => parport.0.pin-02-out
setp parport.0.pin-02-out-reset 1
net xdir => parport.0.pin-03-out
net ystep => parport.0.pin-04-out
setp parport.0.pin-04-out-reset 1
net ydir => parport.0.pin-05-out
net zstep => parport.0.pin-06-out
setp parport.0.pin-06-out-reset 1
net zdir => parport.0.pin-07-out
net astep => parport.0.pin-08-out
setp parport.0.pin-08-out-reset 1
net adir => parport.0.pin-09-out
net xenable => parport.0.pin-17-out
Now copy and paste the lines below and save. I don't think it matters where you paste them in the file but I paste them at the same place where I deleted the above lines.
setp parport.0.pin-02-out-reset 1
net xdir => parport.0.pin-03-out
net ystep => parport.0.pin-04-out
setp parport.0.pin-04-out-reset 1
net ydir => parport.0.pin-05-out
net zstep => parport.0.pin-06-out
setp parport.0.pin-06-out-reset 1
net zdir => parport.0.pin-07-out
net astep => parport.0.pin-08-out
setp parport.0.pin-08-out-reset 1
net adir => parport.0.pin-09-out
net xenable => parport.0.pin-17-out
Now copy and paste the lines below and save. I don't think it matters where you paste them in the file but I paste them at the same place where I deleted the above lines.
# X-Axis pins
net xstep => parport.0.pin-01-out
net xdir => parport.0.pin-07-out
# Y-Axis Pins
net ydir => parport.0.pin-03-out
net ystep => parport.0.pin-08-out
# Z-Axis Pins
net zdir => parport.0.pin-04-out
net zstep => parport.0.pin-05-out
# X, Y, Z Enable pins
net xenable => parport.0.pin-14-out
net yenable => parport.0.pin-02-out
net zenable => parport.0.pin-06-out
setp parport.0.pin-01-out-reset 1
setp parport.0.pin-05-out-reset 1
setp parport.0.pin-08-out-reset 1
LinuxCNC should now be working.
If anyone has any questions please leave a comment and I'll try and help as best as I can.
Good luck.
Labels:
2,
3 Axis,
blue silk,
CNC,
driver board,
EMC2,
Linux,
LinuxCNC,
settings,
stepper motor,
TB6560
Subscribe to:
Posts (Atom)