Go to homepage
4 / 9
Jul 2016

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 44

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

10 months later

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 20

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

;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!