Zum Inhalt springen

CNC-Fräse: Unterschied zwischen den Versionen

Reox (Diskussion | Beiträge)
Keine Bearbeitungszusammenfassung
Reox (Diskussion | Beiträge)
Zeile 182: Zeile 182:
  G49      ; turn cutter legth compensation off
  G49      ; turn cutter legth compensation off
  ; It is always a good idea to go to a known safe location to run the warmup
  ; It is always a good idea to go to a known safe location to run the warmup
  G0 Z10  ; Go to saftyplane
  G0 Z10  ; Go to saftyplane, usually you define the highest part of your workpiece as Z=0
  ; Spindle Warmup Sequence
  ; Spindle Warmup Sequence
  M3      ; turn on spindle
  M3      ; turn on spindle
Zeile 195: Zeile 195:
  (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
  G4 P0    ; Dwell for no time, to force linuxcnc to be on this point exactly
  G1 Z0    ; go to Z0 with 500mm/min (as set with F command)
  G1 Z0    ; go to Z0 with 500mm/min (as set with F command)
   
   
Typical gcode Tail:
  ; the tail
  ; the tail
  G0 Z10  ; retract from workplane - safty plane
  G0 Z10  ; retract from workplane - safty plane