I have a problem, i bouhgt a anycubic kossel , i mount , i instal the firmware and the extrusión motor dosent work How can i fix it? Thanks

Hi,

Extruder motor only works if the printhead is above 175C (usually this is safety temp. defined in the firmware)

Connect to the printer with pronterface: http://koti.kapsi.fi/~kliment/printrun/Printrun-Win-Slic3r-03Feb2015.zip

Or Repetier host and send a M302 command (cold extrusion). Then you can test the extruder motor (Please make sure of course no filament is able to enter to printhead as it can damage it).

Or just simply heat up the head to 185c and than the extruder should work.

I have put M302 command in Pronterface and the extrusor motor dosent move, i test the motor Separately and works. It can be possible that the problem is a firmware problem? Thanks for your support

Hi,

Don’t think so its firmware related.

Don’t know your electronics, but check the stepper driver for the extruder, and replace it if possible. Also did you already adjusted the current for the extruder driver?

how can i check the stepper driver for the extruder? i think that the extruder driver current is adjusted, but how can i adjust?

If you ramps 1.4 board or where the drivers can be repalced. Just change the X axis driver with the Extruder and see if its works.

Current adjustment in different story it depends witch driver you have A4988 or DRV8825.

T.

hey guys

I have a little problem of kossle extruder.

extruder motor doesn’t move when I printing in cura

as you can make kossel 3d printer. there give 3 of software for 3d printer. Cura, Arduino, printrun.

when I control extruder motor in printrun software, extruder motor works fine.

but, when I actually print in Cura, extruder motor is not move.

pleas help me.

thanks

I attach link of my problem https://www.youtube.com/watch?v=Y8GpNXZCxls

Hi,

was this problem solved?

if not i think its something with gcode generated by cura.

can you please share one gcode i am curious about the beginning of the file (start code)

Br.,

Tamas

hi.

printer is still not moving

I attach start g-code (text) and full g-code of test model (google drive. in this link, some information of Cura setup.)

https://drive.google.com/drive/folders/0B8aVwvUJddhLQXdRd2l6TjZSN1U?usp=sharing

-----------------------------------------------------------------------------------------------

;Sliced at: {day} {date} {time}
;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
;Print time: {print_time}
;Filament used: {filament_amount}m {filament_weight}g
;Filament cost: {filament_cost}
;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
;M109 S{print_temperature} ;Uncomment to add your own temperature line
G21 ;metric values
G90 ;absolute positioning
M82 ;set extruder to absolute mode
M107 ;start with the fan off
G28 X0 Y0 ;move X/Y to min endstops
G28 Z0 ;move Z to min endstops
G1 Z15.0 F{travel_speed} ;move the platform down 15mm
G92 E0 ;zero the extruded length
G1 F200 E3 ;extrude 3mm of feed stock
G92 E0 ;zero the extruded length again
G1 F{travel_speed}
;Put printing message on LCD screen
M117 Printing…

Thanks for your support!