solved Why are XY travel moves using the Z retract rate?

tbonge

Aktiver Benutzer
Member
Landesflagge
My gcode comes out with the xy travel moves the same as the z moves. It outputs G0 F800 to set the rate for Z moves but then then it doesn't set the faster speed for the G0 X and Y moves. How do I set the XY travel speed faster than the Z speed? This is the gcode I get...

...
1 X107.914 Y114.984
G2 X108.814 Y114.984 I000.450 J000.000
G0 F800
G1 Z002.000
G0 Z005.000
G0 X095.343 Y101.761
G0 Z002.000
G1 Z002.000
G0 F1600
G3 X094.893 Y102.211 I-00.450 J000.000
G1 X094.893 Y152.211
...

Here are my settings...

Axis_letters]
ax1_letter = X
ax2_letter = Y
ax3_letter = Z

[Plane_Coordinates]
axis1_start_end = 0.0
axis2_start_end = 0.0

[Depth_Coordinates]
# Third axis' coordinate at which it can do rapid move.
axis3_retract = 8.0
# Third axis' margin for which it needs to do a slow move.
axis3_safe_margin = 0.0
# The top third axis' coordinate of the workpiece.
axis3_start_mill_depth = 2.0
# Relative depth for each cut (third axis' coordinate will be decreased by this value at each step).
axis3_slice_depth = 2.0
# Relative final third axis' depth.
axis3_mill_depth = 2.0

[Feed_Rates]
f_g1_plane = 1600.0
f_g1_depth = 800.0
 
Only G1, G2 and G3 moves are done with defined feed rate. G0 is as fast as machine can do. So I thing is doing what is expected ....
 

Benutzer welche diesen Thread betrachten (Mitglieder: 0, Gäste: 1)

Wer hat diesen Thread gelesen

Zurück
Oben