ausstattung:labor:3d_drucker

Dies ist eine alte Version des Dokuments!


Nützliches

3D Drucker

Drucker 2 (instructed only)

Owner: vspace.one

DOCUMENT HERE

  • Lüfter (Layerblower) starten/stoppen mit M106/M107
  • Druck pausieren/fortsetzen M600/M601

Start G-Code

;Prime the extruder
G92 E0
G1 F200 E3
G92 E0

End G-Code

M104 S0 ; Extruder Temp 0
M140 S0 ; Deb Temp 0
;Retract the filament
G92 E1
G1 E-1 F300
G28 X0 Y0
M84

Calibration G-Code

G90
M280PS10.6           ; Reset probe pin
G91
G1 Z30 ; Move 20 Up (relative)
G90;
G28 X Y             ; Home X & Y (to min)
M280PS3.0           ; Deploy probe pin
M565 X-44.4 Y-26.1 Z0
G32                 ; Probe the bed & enable compensation
G1 X44.4 Y26.1
G30 Z1.3
M280PS10.6           ; Deploy probe pin
M280PS7.0           ; Deploy probe pin
M500 ; SAVE compensation grid
  • ausstattung/labor/3d_drucker.1577724014.txt.gz
  • Zuletzt geändert: 2020/10/18 14:01
  • (Externe Bearbeitung)