Server not printing
Hello.
Today I tried my very first print after having installed Repetier-Server 0.51.0 for Mac on a Yosemite Server.
And I was totally disappointed...
The server stops sending the file commands just before the printing should start.
No error message, No warning, Nothing... just stops... with the heater on!!!
You can imagine how frustrating is this thinking that I have already paid for the pro edition...
Of course someone will ask why pay before I try...
Well... I was very confident for the product since I have seen the work of the Repetier team. And because I like to financially support good work.
Anyway... back to the bug.
Following is the beginning of the G-code which is prepared from Slimplify 3D.
Firmware is Marlin updated at the last edition.
G90
M82
M106 S0
M140 S110
M190 S110
M104 S230 T0
G28 ; home all axes
G29 ; Bed Level
M109 S230 T0
G92 E0
G1 E-1.5 F3000
; layer 1, Z = 0.2
T0
; tool H0.2 W0.5
G1 X145.788 Y127.202 F7800
G1 Z0.2 F1002
G1 E0 F900
G92 E0
G1 X148.202 Y124.788 E0.1391 F1080
.
.
.
Right after G92 E0 the process stops.
Following is the last part of the log:
> 15:44:49: echo:Active Extruder: 0
< 15:44:49: N97395 G1 X145.788 Y127.202 F7800
> 15:44:49: ok
> 15:44:49: ok
< 15:44:49: N97396 M105
< 15:44:50: N97397 G1 Z0.2 F1002
> 15:44:50: ok T:230.0 /230.0 B:109.6 /110.0 T0:230.0 /230.0 @:70 B@:127
> 15:44:50: ok
< 15:44:51: N97398 M105
< 15:44:51: N97399 G1 E0 F900
> 15:44:51: ok T:229.8 /230.0 B:109.8 /110.0 T0:229.8 /230.0 @:74 B@:127
< 15:44:51: N97400 G92 E0
> 15:44:51: ok
> 15:44:51: ok
After that it is only M105 commands send to the printer.
The exact same file printed just fine with Octoprint, which thankfully I did not uninstall. (Apparently I was that confident)
Comments