Zum Inhalt springen

CNC-Fräse: Unterschied zwischen den Versionen

Reox (Diskussion | Beiträge)
no nested comments in linuxcnc gcode
Reox (Diskussion | Beiträge)
Zeile 189: Zeile 189:
  S12000  ; add another 6000min-1
  S12000  ; add another 6000min-1
  G4 P120  ; again two minute wait
  G4 P120  ; again two minute wait
  (repeat steps above until target speed is reached)
  ; repeat steps above (S and G4) until target speed is reached
   
   
  F500    ; 500mm/minutes movement speed
  F500    ; 500mm/minutes movement speed
   
   
  (your program starts here... now you can do things like)
  ; your program starts here... now you can do things like
  G0 X0 Y0 ; go to your 0,0 point rapidly
  G0 X0 Y0 ; go to your 0,0 point rapidly
  G4 P0    ; Dwell for no time, to force linuxcnc to be on this point exactly
  G4 P0    ; Dwell for no time, to force linuxcnc to be on this point exactly