HI All,Thanks very much. I ordered a lvel converter from nearby. this one , i hope it's ok. http://www.benl.ebay.be/itm/Adafruit-4-channel-I2C-safe-Bi-directional-Logic-Level-Converter-/181764109661?pt=LH_DefaultDomain_77&hash=item2a51fc355d
I'll go with the smoothie board then. AJ i read somewhere you were working on a Fusion plugin ? I've downloaded Autodesk fusion and like it. Inkscape seems complicated to me and also throws an error on my machine because the new version is not W8.1 compliant. My laser pc is W10 even.
If you can send me a picture (is you should have it) on where to take the PWM signal go through the converter to the PSU it would be great.I have the same psu as this one.
regards,
aj
I started a ramps conversion but before I go much further I'd like to know if it is worth while or am I better off just ordering a smoothie-board.
I have a basic RAMPS board working but there are a few outstanding issues, like the laser firing on a home and engraving not working form Inkscape. The laser accidentally firing is concerning but easily fixed. however before sinking more time into this project and potentially finding other bugs can someone please tell me if it is possible to build a working system with the board that is capable of cutting and engraving or at least explain why everyone seems to be switching to other platforms?
Also to those people that have switched to smoothie firmware, I have read posts saying it will and will not engrave, which is correct?
BTW I am not a fan of the RAMPS hardware but it is cheap and I happened to have one spare, that is why I am currently using it.
Based on your comments I'll play with the ramps board a bit more and see how I get on before makin a decision on how to move forward.
Your suggestion in a different thread to drop the laser power on a home command should be easy to implement if necessary :-)
switch.leds.enable true #switch.leds.input_on_command M42 #switch.leds.input_off_command M43 #switch.leds.output_pin 2.5 #switch.leds.max_pwm 110
I eventually had time this weekend to work the Ramps conversion and the good
news is I now have it working for both cutting and raster engraving using the
Inkscape plugin.
Part of my issue was due to optical end stops on my K40. Unfortunately my
Mega2560 has an LED "L" tied directly to D13 which was putting too
much load on the internal pull-up. While there are many ways I could have fixed
this I opted to simply remove the LED. Note: newer boards seem to have a buffer
for the LED.
I also added some code to disable the laser on a home to negate the accidental
firing issue and for reasons I do not yet understand I also had to define
LASER_PERIPHERALS. I am not using this feature but without enabling it homing
would not work correctly (Specifically it looks like I need to pull-up pins 4
and 11 for some reason).
I also checked the stock Chinese Laser controller and it uses a PWM frequency
of 2.5Khz so I used that in my config file.
So far I have just the laser to design and build a new prototype panel for the
device but that involved around 20 test runs using paper while I experimented
with different designs before committing to some hardboard. All in all not bad
once I figured Inkscape out.
All that is left now to rewire the thing properly and see if I can use my
standard design package as an alternative to Inkscape.
Andrew: Would be intrested in looking at your recommended LMN Fork of the Marlin code if you can paste a link.