My plan is to do the development in a helical
develop pattern. According to the plan, the
first version of the machine will be able to cut foam sheets with simple
2d shapes. In the second version i will include the lathe feature. In the third i will be making
the remote controller and detach the machine from the computer making it stand alone.
I have completed version 1 of the machine and is working on the v2, which includes the rotary
axis.
I am done with the machine parts, i need to give it a better look and i need to
make the remote controller. I just have a basic hand drawing of my remote controller, i need to
make the cad, 3d print it and then put the acrylic cut buttons and display covering.
The machine control i have made now is pretty simple. I manually generate the motion code for a shape, this code
is executed by the machine, i plan to change this. I want the machine to take gcode
As i have little time left having a solid work plan and sticking onto that is the key to complete the remaining part of the work. I am planning to complete all my works 2 days before the final presentation. I was plannig to cut the logo for my machine in vinyl but due to lack of time i need to dump the idea.
Though it took a lot of time and effort to figure out, the most important part of the machine, ie synchronized motion of the steppers has been successfully implemented and it works pretty well.
I make a mosfet based power controlling board to turn on and off power for the stepper and the heating wire. This board is showing anonymous behaviour, ie it always keeps the mosfet ON.
I need to find the right speed and current needed in the wire to bring in perfect cuts with the foam cutter. I have been trying different settings and need to work more on that.
I have learned the details of stepper controlling for CNC making. I have learned to program the CNC steppers in bare C programming language, making a machine from parts digitally fabricating most of its parts.