Hello, Tom.
Kflop is a very good CNC tool.Its flexible architecture allows you to implement many different projects. Our company has already built a laser cutter based on Kflop. Now we want to add the function of marking parts with a laser. However, the concept of the G-code introduces limitations for the realization of this task. Do you plan to create an application for engraving based on Kflop? This greatly extends the functionality of the platform. Maybe there are any solutions to the problem? What do you think about this?
Graver on KFlop
Moderators: TomKerekes, dynomotion
- TomKerekes
- Posts: 2677
- Joined: Mon Dec 04, 2017 1:49 am
Re: Graver on KFlop
Hi Al4nse,
I don't see how GCode introduces any limitations. I could see how it might not be convenient. I suppose you might be expecting something like dxf input or fonts or a Windows's Printer Driver? These would be major software tasks. Could you be more specific what you mean? How many systems would you plan to build?
Regards
TK
I don't see how GCode introduces any limitations. I could see how it might not be convenient. I suppose you might be expecting something like dxf input or fonts or a Windows's Printer Driver? These would be major software tasks. Could you be more specific what you mean? How many systems would you plan to build?
Regards
TK
Regards,
Tom Kerekes
Dynomotion, Inc.
Tom Kerekes
Dynomotion, Inc.
Re: Graver on KFlop
I mean that when using G-code for laser engraving, due to frequent stops when changing colors, the running time will increase.
Yes. This should look like a bitmap editor, with a contour highlighting feature. Kflop should work as a laser printer.
At black points, the laser turns on, turns off the white ones. I plan to add this feature to the laser cutter.
Yes. This should look like a bitmap editor, with a contour highlighting feature. Kflop should work as a laser printer.
At black points, the laser turns on, turns off the white ones. I plan to add this feature to the laser cutter.
- TomKerekes
- Posts: 2677
- Joined: Mon Dec 04, 2017 1:49 am
Re: Graver on KFlop
It’s possible to add MCodes within the GCode to switch the Laser on/off at precise positions without stopping the motion. See:
http://www.dynomotion.com/Help/KMotionC ... mmands.htm
Maybe that would work for you.
How many Engravers do you intend to build?
http://www.dynomotion.com/Help/KMotionC ... mmands.htm
Maybe that would work for you.
How many Engravers do you intend to build?
Regards,
Tom Kerekes
Dynomotion, Inc.
Tom Kerekes
Dynomotion, Inc.
Re: Graver on KFlop
I'll try to use this approach.
Thank you for the link. I have not read it before.
Laser engraver is not a commercial product. We build it for the needs of our own production.
- TomKerekes
- Posts: 2677
- Joined: Mon Dec 04, 2017 1:49 am
Re: Graver on KFlop
Hi Al4nse,
G1 moves should not cause a stop unless there is a sharp angle (> Break Angle). That is how curved paths consisting of many short segments are used to cut at a continuous feedrate.
G1 moves should not cause a stop unless there is a sharp angle (> Break Angle). That is how curved paths consisting of many short segments are used to cut at a continuous feedrate.
Regards,
Tom Kerekes
Dynomotion, Inc.
Tom Kerekes
Dynomotion, Inc.