Program on lathe stops on random gcode
- Clive S
- Offline
- Platinum Member
Less
More
- Posts: 2240
- Thank you received: 474
31 Oct 2020 14:18 #187911
by Clive S
N20 G96 D3500 S91 M3
N21 G0 Z1.164
N22 X40.
N23 G1 X32.828 you say it stops here but above in line 21 you have a G0 which is modal so this would need a feedrate
N24 X30. Z-0.25
N25 X-0.8
N26 X2.028 Z1.164
N27 G0 X40.
N28 Z0.664
N29 G1 X32.828 The same here when changing from G0 in line 27 to a G1 it needs a feed rate
N30 X30. Z-0.75
N31 X-0.8
N32 X2.028 Z0.664
N33 G0 X40.
N34 Z0.164
N35 G1 X32.828
Just my 2c worth
Replied by Clive S on topic Program on lathe stops on random gcode
The way I see this isYes i've also tried G1 X40. F100
N20 G96 D3500 S91 M3
N21 G0 Z1.164
N22 X40.
N23 G1 X32.828 you say it stops here but above in line 21 you have a G0 which is modal so this would need a feedrate
N24 X30. Z-0.25
N25 X-0.8
N26 X2.028 Z1.164
N27 G0 X40.
N28 Z0.664
N29 G1 X32.828 The same here when changing from G0 in line 27 to a G1 it needs a feed rate
N30 X30. Z-0.75
N31 X-0.8
N32 X2.028 Z0.664
N33 G0 X40.
N34 Z0.164
N35 G1 X32.828
Just my 2c worth
Please Log in or Create an account to join the conversation.
- Aciera
- Offline
- Administrator
Less
More
- Posts: 4026
- Thank you received: 1738
31 Oct 2020 15:12 #187920
by Aciera
And does it work in MDI mode or not?
Replied by Aciera on topic Program on lathe stops on random gcode
Yes i've also tried G1 X40. F100
And does it work in MDI mode or not?
Please Log in or Create an account to join the conversation.
- Anonymous
- Offline
- New Member
Less
More
- Posts: 15
- Thank you received: 0
31 Oct 2020 22:09 #187951
by Anonymous
Replied by Anonymous on topic Program on lathe stops on random gcode
.ini and .hal files
Please Log in or Create an account to join the conversation.
- PCW
- Away
- Moderator
Less
More
- Posts: 17987
- Thank you received: 4834
01 Nov 2020 03:30 #187974
by PCW
Replied by PCW on topic Program on lathe stops on random gcode
If you are using G96, I'm pretty sure spindle_at_speed must be true
for G1 to proceed
for G1 to proceed
Please Log in or Create an account to join the conversation.
Time to create page: 0.055 seconds