Printer stucked after heating.

Post Reply
Mitubhai
Posts: 2
Joined: Tue Oct 08, 2019 8:13 pm

Printer stucked after heating.

Post by Mitubhai » Wed Nov 13, 2019 5:41 am

Hello everybody,,
Last week i bought my first 3d printer ( GEEETECH Prusa I3 B ) .
To this day everything was working fine. Last night i fixed my last problem and printed my first print ( fan holder ). BUT...today i came home from work and i was ready for my next print. So i generated my G code and start printing. Unfortunately my extruder and heatbed wont to heat up. Repitier - H shows that they are both "off". I can heat them manually and everything seems fine. They reach the set temperature and hold it. So i tried to unplug and plug everything, reupload firmware but nothing helped. Anyway if i heat it manually and then start the print it seems fine but it seems like the extruder is little bit confused and not pushing enough plastic.
Here are the first 22 lines of the G code :

Code: Select all

M107
M190 P65 ; set bed temperature
M104 P220 ; set temperature
G28 ; home all axes
G1 Z5 F5000 ; lift nozzle

Code: Select all

M109 P220 ; wait for temperature to be reached
G21 ; set units to millimeters
G90 ; use absolute coordinates
G1 Z0.300 F6000.000
G1 A-2.00000 F2400.00000
G92 A0
G1 X57.829 Y17.308 F6000.000
Thank you very much!

Jarda3d
Posts: 189
Joined: Sat Jan 26, 2019 8:42 am

Re: Printer stucked after heating.

Post by Jarda3d » Wed Nov 13, 2019 6:53 am

Code: Select all

M107
M190 [b]S[/b]65 ; set bed temperature
M104 [b]S[/b]220 ; set temperature
G28 ; home all axes
G1 Z5 F5000 ; lift nozzle

Code: Select all

M109 [b]S[/b]220 ; wait for temperature to be reached
G21 ; set units to millimeters
G90 ; use absolute coordinates
G1 Z0.300 F6000.000
G1 [b]E[/b]-2.00000 F2400.00000
G92 [b]E[/b]0
G1 X57.829 Y17.308 F6000.000
... use rather my gcode initialization for A10M
A10M Slic3r profile: here and fresh on github (lot of tips here)
A10 Slic3r profile: here
TIP: tight all screws and wheels (except right side of Z axis) and re-align frame while assembly. And silence it.

GAQ
Posts: 101
Joined: Mon Jan 08, 2018 9:10 pm
Location: Manchester UK
Contact:

Re: Printer stucked after heating.

Post by GAQ » Thu Nov 14, 2019 12:45 am

I would always recommend starting to print far slower than you first think !
People go on about how fast their printer is - but start slowly and build from there.
If you're worried about print speed - try using a 0.4mm nozzle, my i3 Pro B came with a 0.3mm nozzle
Doesn't sound like a big difference - but it is !
Gerry

Post Reply