Welcome! Log In Create A New Profile

Advanced

Problemi Start G-code Host V1.5.6

Posted by maralb 
Problemi Start G-code Host V1.5.6
September 26, 2015 03:33AM
with the previous version all ok
I can not stop extrusion during placement
after the command G1 G1 X-75 Y0 F2400 Z0.4
continues always extrusion

this is my Start
; Default start code
G28 ; Home extruder
{IF_EXT0}M109 T0 S{TEMP0}
{IF_BED}M190 S{BED}
G1 G1 X-75 Y0 Z0.4 F2400
G91
G1 E10 F160 ; estruder 10mm for pressure nozzle
G92 E0 ; reset extruder position
G1 E-1 F300 ;retract
G92 E0 ; reset extruder position
M107 ; Turn off fan
G90 ; Absolute positioning
M82 ; Extruder in absolute mode
; Activate all used extruder
{IF_EXT0}M104 T0 S{TEMP0}
; Wait for all used extruders to reach temperature




DELTA Printer - Duet -Touch5" - E3D_V6
Re: Problemi Start G-code Host V1.5.6
September 27, 2015 11:29AM
Not sure what you want to say, but befor

G1 E10 F160 ; estruder 10mm for pressure nozzle

you also need
G92 E0

or it is not clear from what position you want to go to E10


Repetier-Software - the home of Repetier-Host (Windows, Linux and Mac OS X) and Repetier-Firmware.
Repetier-Server - the solution to control your printer from everywhere.
Visit us on Facebook and Twitter!
Re: Problemi Start G-code Host V1.5.6
September 27, 2015 11:34AM
G1 E10mm
estruder 10mm to prepare noozle pressure
What is wrong ??


DELTA Printer - Duet -Touch5" - E3D_V6
Re: Problemi Start G-code Host V1.5.6
September 27, 2015 11:40AM
Yes, but what was th e E position before that command. -100, -65, 882 ? It is not defined so random results can be expected. Especially if it is the second print.


Repetier-Software - the home of Repetier-Host (Windows, Linux and Mac OS X) and Repetier-Firmware.
Repetier-Server - the solution to control your printer from everywhere.
Visit us on Facebook and Twitter!
Re: Problemi Start G-code Host V1.5.6
September 27, 2015 11:47AM
this start, if included in the previous version update
everything's OK.eye popping smiley
You can have an example?


DELTA Printer - Duet -Touch5" - E3D_V6
Re: Problemi Start G-code Host V1.5.6
September 27, 2015 11:51AM
Are you talking about the blue line to the left? I thought your extruder is not stopping when you print.


Repetier-Software - the home of Repetier-Host (Windows, Linux and Mac OS X) and Repetier-Firmware.
Repetier-Server - the solution to control your printer from everywhere.
Visit us on Facebook and Twitter!
Re: Problemi Start G-code Host V1.5.6
September 27, 2015 11:53AM
Yes
the blue line is continuous extrusion before leaving the absolute cordinates


DELTA Printer - Duet -Touch5" - E3D_V6
Sorry, only registered users may post in this forum.

Click here to login