Hitting boundaries on the beginning of first print
 
Notifications
Clear all

Hitting boundaries on the beginning of first print  

  RSS
Jan
 Jan
(@jan-13)
New Member
Hitting boundaries on the beginning of first print

Hi there,

i have assambled my prusa from a kit few weeks ago and i am very happy with it. Is it normal that when printing first part after powering up the printer it calibrates and then goes to left front side to print this thick line but it hits the boundaries of x and y axis. It happens only when printing first part after powering up. The problem can be seen at the end of video :

Posted : 02/04/2018 8:14 pm
Mike
 Mike
(@mike-8)
Estimable Member
Re: Hitting boundaries on the beginning of first print

did you already try to recalibrate xyz?

what is in your startscript?

Posted : 02/04/2018 11:03 pm
thomas.s37
(@thomas-s37)
Eminent Member
Re: Hitting boundaries on the beginning of first print

Interesting. Have a similar problem (if its a problem).

Posted : 02/04/2018 11:25 pm
Jan
 Jan
(@jan-13)
New Member
Topic starter answered:
Re: Hitting boundaries on the beginning of first print

Yes, i have tried but the problem ( if it is a problem ) still exists. I am slicing with Slic3r prusa edition and use default strart code

M115 U3.1.1-RC5 ; tell printer latest fw version
M201 X1000 Y1000 Z200 E5000 ; sets maximum accelerations, mm/sec^2
M203 X200 Y200 Z12 E120 ; sets maximum feedrates, mm/sec
M204 S1250 T1250 ; sets acceleration (S) and retract acceleration (T)
M205 X10 Y10 Z0.4 E2.5 ; sets the jerk limits, mm/sec
M205 S0 T0 ; sets the minimum extruding and travel feed rate, mm/sec
M83 ; extruder relative mode
M104 S[first_layer_temperature] ; set extruder temp
M140 S[first_layer_bed_temperature] ; set bed temp
M190 S[first_layer_bed_temperature] ; wait for bed temp
M109 S[first_layer_temperature] ; wait for extruder temp
G28 W ; home all without mesh bed level
G80 ; mesh bed leveling
G1 Y-3.0 F1000.0 ; go outside print area
G92 E0.0
G1 X60.0 E9.0 F1000.0 ; intro line
G1 X100.0 E12.5 F1000.0 ; intro line
G92 E0.0
M221 S{if layer_height<0.075}100{else}95{endif}

Posted : 03/04/2018 9:21 am
Share: