|
|
发表于 2017-4-7 17:53:58
|
显示全部楼层
回复 3# a0911949420 * h7 U9 F( C& b; R4 s
* A8 A: Z0 v5 K- E0 n& D8 \
. w( L, w1 i# ~/ g5 p' d # Motion G code selection4 L; I* I' ]% u& `8 ]4 s
sg00 : "G00" #Rapid
' }7 I: D* l, d# w! dsg01 : "G01" #Linear feed7 z6 s0 g8 y) S8 {& }' [, U
sg02 : "G02" #Circular interpolation CW ! v4 X% H, z6 H, {
sg03 : "G03" #Circular interpolation CCW 7 C, K; _; q' O
sg04 : "G04" #Dwell3 S; ]6 K# {8 _" h/ z; c% N( K! _
sgcode : "" #Target string" {1 b( c+ K$ M# a$ x/ q
% C7 S7 Z6 R& X5 ] m" S Pfstrsel sg00 gcode$ sgcode 5 -1& |4 [6 J- G6 v
改为
# C1 X, ? u/ n0 k# Motion G code selection/ P4 p3 I. S8 n6 j9 @
sg00 : "G0" #Rapid( ]8 o! K8 \0 l* e
sg01 : "G1" #Linear feed! d' d. L6 K B6 Z5 k
sg02 : "G2" #Circular interpolation CW ! e# ]4 M* T* ^# `. N6 @
sg03 : "G3" #Circular interpolation CCW 7 i7 ^9 d4 ~1 d( x. o
sg04 : "G4" #Dwell0 j& X. p9 k4 G c2 U
sgcode : "" #Target string" Y: J* |5 w' ~( Q* e4 D1 w) P
; j3 Q$ ?8 j0 p3 S1 \7 w' ^/ Lfstrsel sg00 gcode$ sgcode 5 -1& B3 ^& R G# `* U
# ]+ ~( U. e, l1 B其他类似 |
|