Search found 17 matches

by peter
Wed May 18, 2016 2:02 am
Forum: QCAD Suggestions and Feedback
Topic: CAM sript for linuxcnc with millimeter
Replies: 0
Views: 7951

CAM sript for linuxcnc with millimeter

in the actual QCADCAM Edition I found today LinuxCNCMm.js for output with millimeter, many thanks!
by peter
Mon Oct 12, 2015 3:36 pm
Forum: QCAD/CAM
Topic: comma as decimal separator in cnc code
Replies: 30
Views: 103937

Re: comma as decimal separator in cnc code

andrew, thank you for your great job, QCADCAM 3.11.0 is fine for me, looks very good in work results!
by peter
Mon Oct 12, 2015 3:16 pm
Forum: QCAD/CAM
Topic: comma as decimal separator in cnc code
Replies: 30
Views: 103937

Re: comma as decimal separator in cnc code

thank you, I've just checked CAM output file, looks perfect, fine! Machine test result will be posted later, an other question, for output file extension *.cnc instead of *.nc how to manage, please?
by peter
Mon Oct 12, 2015 11:58 am
Forum: QCAD/CAM
Topic: comma as decimal separator in cnc code
Replies: 30
Views: 103937

Re: comma as decimal separator in cnc code

13 L Z+1,000 R0 F9999 M13 F30 >>>>>>>>> 13 L Z+1,000 R0 F9999 M13 <<<<<<<<<<<<<< without F30

feedrate is set twice in one line is not perfect at the moment (manually edited with no problem)
by peter
Mon Oct 12, 2015 11:42 am
Forum: QCAD/CAM
Topic: comma as decimal separator in cnc code
Replies: 30
Views: 103937

Re: comma as decimal separator in cnc code

behavior of TNC is perfect with the actual header syntax, moving 3 L X+1,272 Y+0,400 R0 F9999 M13 with holding last Z level, then 4 L Z-0,300 R0 F30 M to get program input to TNC145 without error. there must be 1 TOOL DEF 01 L+ R+0.6 >>>>>>>>> 1 TOOL DEF 01 L+0 R+0.6 <<<<<<<<<<<<<< L+0 2 TOOL CALL 0...
by peter
Fri Oct 09, 2015 3:35 pm
Forum: QCAD/CAM
Topic: comma as decimal separator in cnc code
Replies: 30
Views: 103937

Re: comma as decimal separator in cnc code

1 TOOL DEF 01 L+ R+0.6 2 TOOL CALL 01 Z S 2000 3 L X+1,272 Y+0,400 R0 F9999 M13 4 L Z-0,300 R0 F30 M 5 L X+0,272 R0 F30 M 6 L Y-0,533 R0 F30 M 7 CC X+0,737 Y-1,136 8 C X+0,806 Y-0,378 DR- R0 F30 M ' ' andrew, I am not shure, it may be perfect as it is, it looks like original TNC145 header syntax, I ...
by peter
Fri Oct 09, 2015 11:23 am
Forum: QCAD/CAM
Topic: comma as decimal separator in cnc code
Replies: 30
Views: 103937

Re: comma as decimal separator in cnc code

andrew, it works fine, thank you so much! first move is executed on Z level 0 but should be Z Clear? 1 TOOL DEF 01 L+ R+0.6 2 TOOL CALL 01 Z S 2000 3 L X+1,272 Y+0,400 R0 F9999 M13 4 L Z-0,300 R0 F30 M 5 L X+0,272 R0 F30 M 6 L Y-0,533 R0 F30 M 7 CC X+0,737 Y-1,136 8 C X+0,806 Y-0,378 DR- R0 F30 M 9 ...
by peter
Thu Oct 08, 2015 5:01 pm
Forum: QCAD/CAM
Topic: comma as decimal separator in cnc code
Replies: 30
Views: 103937

Re: comma as decimal separator in cnc code

next days we will test this on MIKRON TNC145, thank you so far! after moving to a next contour happens a little error 1 TOOL DEF 01 L+ R+0,05 2 TOOL CALL 01 Z S 2000 3 L X+1,272 Y+0,400 R0 F9999 M13 4 L Z-0,300 R0 F30 M 5 L X+0,272 R0 F30 M 6 L Y-0,533 R0 F30 M 7 CC X+0,737 Y-1,136 8 C X+0,806 Y-0,3...
by peter
Thu Oct 08, 2015 1:32 pm
Forum: QCAD/CAM
Topic: comma as decimal separator in cnc code
Replies: 30
Views: 103937

Re: comma as decimal separator in cnc code

andrew, it works fine, thank you for your help, absolutely great job!
If we need your help for a other untested sequence, I would like to come back here and ask you, please?
by peter
Thu Oct 08, 2015 4:54 am
Forum: QCAD/CAM
Topic: comma as decimal separator in cnc code
Replies: 30
Views: 103937

Re: comma as decimal separator in cnc code

"L " for linear moves works fine now.

Line3 is still missed as output
3 L X+0,000 Y+0,000 R0 F9999 M13
by peter
Wed Oct 07, 2015 7:23 pm
Forum: QCAD/CAM
Topic: comma as decimal separator in cnc code
Replies: 30
Views: 103937

Re: comma as decimal separator in cnc code

andrew, I am sorry, I was wrong with my earlier statement concerning R+0.05 it is really not used with comma, TNC 145 accepts R+0.05 but in Line 4 and Line 5 of code example "L " as the leading letter is needed. Just now I produced the following code with another well prepared and really working pos...
by peter
Wed Oct 07, 2015 5:17 pm
Forum: QCAD/CAM
Topic: comma as decimal separator in cnc code
Replies: 30
Views: 103937

Re: comma as decimal separator in cnc code

adrew: Thank you, it looks already very fine, really! nice ' this.useComma = true; this.trailingZeros = true; ' 1 TOOL DEF 01 L+0 R+0.05 2 TOOL CALL 01 Z S 2000 3 L Z-0,300 R0 F30 M 4 X+22,478 Y+65,333 R0 F30 M -> 4 L X+22,478 Y+65,333 R0 F30 M 5 X+44,817 Y+76,059 R0 F30 M -> 5 L X+44,817 Y+76,059 R...
by peter
Sun Oct 04, 2015 7:16 pm
Forum: QCAD/CAM
Topic: CAM output with LinuxCNC.js with unexpected text?
Replies: 3
Views: 13209

Re: CAM output with LinuxCNC.js with unexpected text?

G20 G17 G40 G49 G54 G64 P0.005 G80 G90 G94
G0 Z0.5
X0.155 Y0.031
Z0.25 F200
G1 Z-0.125
X0.2892 Y0.1085
X0.155 Y0.031
G0 Z0.25
Z0.5
M2

perfect with feedrate set in CAM dialog as you wrote, thanks a lot, very pleasant!
by peter
Sat Oct 03, 2015 8:00 pm
Forum: QCAD/CAM
Topic: comma as decimal separator in cnc code
Replies: 30
Views: 103937

Re: comma as decimal separator in cnc code

Thank you, very pleasant!
by peter
Sat Oct 03, 2015 5:47 pm
Forum: QCAD/CAM
Topic: CAM output with LinuxCNC.js with unexpected text?
Replies: 3
Views: 13209

CAM output with LinuxCNC.js with unexpected text?

G20 G17 G40 G49 G54 G64 P0.005 G80 G90 G94
G0 Z0.5
X7.3466 Y2.7559
Z0.25 FNaN
G1 Z-0.125
X3.937 Y0.7874
X7.874
G0 Z0.25
Z0.5
M2

Go to advanced search