I attach a picture that should explain everything.
Additional, for the GUI you can use QT Designer. Thats the one i used a Long time ago.
Von: burakko...@gmail.com
Gesendet: Freitag, 22. September 2017 13:36
An: dxf2gcode-dev
Betreff: Re: [dxf2gcode-dev] dxf2gcode for laser cutter
Dear Tux,
Could you say me which IDE did you use for changing DXF2GCODE (GUI and CODES)?
Best Regards,
Burak
12 Eylül 2016 Pazartesi 00:27:27 UTC+3 tarihinde tux...@gmail.com yazdı:
In the window of Z-axis speed I set the laser power. I also changed the name of the window.
Now %feed means F parameter for the XY moves, or S parameter, when in theory the Z-axis penetrates the material but in practical laser turns on ( so instead G1 Z%ZE F%feed we have M3 S%feed ).
This causes a problem because the same parameter means different things and I can not use it when I want.
The solution will be make two variables %feedXY and %feedZ instead one %feed.
When it will be done, you can use what you want when you want.
Control programs react differently to code M6, then I do not want to use it.
The S parameter I can change when I want and how many times I want, and machine control program has to simply change the PWM and not to take other actions.
What I did is not a good solution, but it works and you can think of something similar but made professionally.
W dniu niedziela, 11 września 2016 22:04:53 UTC+2 użytkownik Chrisko napisał:Hi Tux,
i do not see the line in which the S150 is generated. Can you please
detail this a bit for me?
Did you try this already? I think you can use the tool speed to define
the power for each tool and then use it for each shape cutting.
use:
# This will be done before starting to cut a shape or a contour.
pre_shape_cut = S%speed F%feed %nl M3%nl
# This will be done after cutting a shape or a contour.
post_shape_cut = M5%nl
regards
Christian
--
--
You received this message because you subscribed to the Google
Groups-group "dxf2gcode-dev".
To post a message, send mail to dxf2gc...@googlegroups.com
To unsubscribe, send mail to dxf2gcode-de...@googlegroups.com
See http://groups.google.de/group/dxf2gcode-dev?hl=en for more options
and the dxf2gcode project page at http://code.google.com/p/dxf2gcode/
---
You received this message because you are subscribed to the Google Groups "dxf2gcode-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dxf2gcode-de...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Py2.7.12 PyQt5.5.1: $Revision: 306a57208bc233b86be368bd019159e3d0d9afcf $
Last change: $Date: Sun Apr 17 16:32:22 2016 +0200 $