|
|
发表于 2017-4-7 17:53:58
|
显示全部楼层
回复 3# a0911949420
# B* B: k8 q* v* S5 J
4 [9 d9 U# j8 w7 T( ~5 d6 s. F, D- r) V
# Motion G code selection
3 [4 b9 G9 {0 [0 p1 Jsg00 : "G00" #Rapid4 s1 m0 r7 D" V8 t5 B6 a
sg01 : "G01" #Linear feed
k! `4 x5 y( F6 M: d3 G9 I! |% ksg02 : "G02" #Circular interpolation CW # r! h; e3 G5 q) O
sg03 : "G03" #Circular interpolation CCW : w9 T( L7 b. g3 h& J
sg04 : "G04" #Dwell( H' M+ ]6 @9 w; W5 Z) p
sgcode : "" #Target string
9 P7 F: p4 R( K* r* d
% E) W+ ^* ~$ Z7 O% m4 a! Nfstrsel sg00 gcode$ sgcode 5 -19 x# n$ `6 K/ i' @
改为
7 w* z+ v0 E# `# Motion G code selection
6 w% Z5 F0 i' H7 D4 ^4 `/ ksg00 : "G0" #Rapid
; w% e# G4 e( Q- I/ n0 Tsg01 : "G1" #Linear feed2 o1 v3 b( Q* T. x8 Z% f
sg02 : "G2" #Circular interpolation CW
7 Z: U# ?1 ^4 C3 h9 lsg03 : "G3" #Circular interpolation CCW
8 W/ f$ ~6 d) M* Y- Tsg04 : "G4" #Dwell, v7 B; R) {. E3 ^- Q' K
sgcode : "" #Target string
! H7 I& y0 C3 `! q) B. G7 A: U% Q* E- z
fstrsel sg00 gcode$ sgcode 5 -1, D# P7 _9 N K/ L( q8 w$ P
4 y1 i7 ?6 J6 m0 Q% R
其他类似 |
|