MarlinKimbra probabili cambi di direzione February 16, 2015 04:46AM |
Registered: 10 years ago Posts: 6,409 |
Re: MarlinKimbra probabili cambi di direzione February 16, 2015 09:16AM |
Registered: 10 years ago Posts: 484 |
Re: MarlinKimbra probabili cambi di direzione February 18, 2015 03:39AM |
Registered: 11 years ago Posts: 514 |
Re: MarlinKimbra probabili cambi di direzione February 20, 2015 11:35AM |
Registered: 10 years ago Posts: 208 |
Re: MarlinKimbra probabili cambi di direzione February 23, 2015 06:29PM |
Registered: 10 years ago Posts: 27 |
Re: MarlinKimbra probabili cambi di direzione February 24, 2015 01:41AM |
Registered: 10 years ago Posts: 6,409 |
Quote
myo900
ciao , a me succede che alla fine della stampa ritrae tutto il filamento , come se venisse chiesto il cambio filo ma senza posizionamento testina ne scritte sul lcd o suoni, semplicemente il filamento viene ritratto per tutta la lunghezza del tubo ptfe.
Re: MarlinKimbra probabili cambi di direzione February 24, 2015 10:58AM |
Registered: 10 years ago Posts: 27 |
; -- END GCODE -- M104 S0 ;extruder heater off M140 S0 ;heated bed heater off (if you have it) G90 ;G91 ;relative positioning G1 E-5 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure G1 Z200 F{travel_speed} ;move Z up a bit and retract filament even more G28 X0 Y0 Z0 ;move X/Y to min endstops, so the head is out of the way M84 ;steppers off G90 ;absolute positioning ; -- end of END GCODE --
;End GCode M104 T0 S0 ;extruder heater off M104 T1 S0 ;extruder heater off M140 S0 ;heated bed heater off (if you have it) G91 ;relative positioning G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way M84 ;steppers off G90 ;absolute positioning ;{profile_string}
Re: MarlinKimbra probabili cambi di direzione February 24, 2015 11:15AM |
Registered: 10 years ago Posts: 6,409 |
G90 ;G91 ;relative positioning G1 E-5 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
Re: MarlinKimbra probabili cambi di direzione February 27, 2015 09:54AM |
Registered: 10 years ago Posts: 27 |
Re: MarlinKimbra probabili cambi di direzione March 10, 2015 07:38AM |
Registered: 11 years ago Posts: 203 |
Re: MarlinKimbra probabili cambi di direzione March 25, 2015 11:08AM |
Registered: 10 years ago Posts: 860 |
Re: MarlinKimbra probabili cambi di direzione March 25, 2015 08:13PM |
Registered: 13 years ago Posts: 4,555 |