i believe that this problem has already be mentioned and solved but i don't find the thread.
Destring prime and suck at 3 mm
Gcode :
Code: Select all
; [mm] mode
G21
; absolute mode
G90
; Home
G28
; Heated bed control
M140 S50
; Absolute E
M82
;
; *** Main G-code ***
;
; Reset extruder pos
G92 E0
; BEGIN_LAYER_OBJECT z=0.20
;
; *** Selecting and Warming Extruder 1 to 210 C ***
G92 E0
G1 Z5 F5000 ; lift nozzle
M109 S210
G28 Z0 ; home Z axes
G1 E20 F500 ; Purge
;
G92 E0
;
;
; 'Prime Pillar Path', 1.0 [feed mm/s], 20.0 [head mm/s]
G1 X133.9 Y107.6 Z0.2 E0 F9000
G1 E3 F1200 <<---------------------------------------------------------- This is the Bolb ?
G1 X133.6 Y108.93 E3.0651
There is a Token for destring prime an suck ?