HI all.
Thanks for all the buildlogs, and info here I decided to take the plunge, grab one of these guys off ebay and have got things going. To date have added a lid interlock, 3d printed an air assist nozzle and got that all sorted with an aquarium pump. Can now cut 4mm acrylic slowly but perfectly fine. Had a bit of drama with an X-axis beam not cut straight so all my rectangles became parallelograms so got that all sorted.
So now I can cut reliably and some reasonable materials, it's time to chuck that moshi board and go more open source.
For reference I want to control the board using Printrun (Pronterface) to interpret GCode (so it's the same as my 3d printer) and I'd like to go from Inkscape for design to probably CamBam to do the tool set up (set power and speed for different parts of the job etc) which will then produce the GCode as output.
My next step though is to get a new board in place.
After a lot of reading and assessing my budget I've opted for a RAMPS 1.4 board and Arduino Mega. I have some standard motor drivers (A4988) that I can use for the motors. I also have some new optical limit switches (I have some mechanical ones too) which I can mount.
To make sure I'm not missing anything can I confirm the following:
- RAMPS board needs the poly fuses removed and shorted
- RAMPS board needs D1 diode removed so that it doesn't try to drop 24V to 5V (does this need shorting??)
- RAMPS board can take 24V but the Arduino can only take up to 20V right so I need to get something in range 7-20V to supply it yes?
- Remove the current potentiometer that controls power as that will be controlled by the RAMPS pwm going forward
- Add the new X and Y axis end stops and bring them back to the RAMPs board
- Remove the flat ribbon cable and rewire the X-axis motor back to the stepper driver on the ramps board
- Laser PWM and Laser fire get brought to RAMPS
From a software side, do I then just run Marlin on the arduino? (Bearing in mind I'm not going direct from inkscape so don't need that part sorted).
Anything I'm missing in this next step?
Cheers
Andrew