Change Filament (using 7'' touchscreen interface)
set 100mm Fast and 0mm Slow
the Output is 150mm filament
from integrated g-code console:
Send:21:51:50.855: N17 M104 S200 T0
Recv:21:51:50.870: ok
Send:21:51:50.871: N18 M104 S200 T0
Recv:21:51:50.887: ok
Send:21:51:52.310: @moveRel E100.0000 F25
Send:21:51:52.310: N19 M82
Recv:21:51:52.324: ok
Send:21:51:52.325: N20 G92 E0.0000
Recv:21:51:52.341: X:0.00 Y:0.00 Z:0.00 E:0.00 Count X:0 Y:0 Z:0
Recv:21:51:52.341: ok
Send:21:51:52.341: N21 G1 E50.00 F1500
Recv:21:51:52.357: ok
Send:21:51:52.357: N22 M82
Recv:21:51:52.372: ok
Send:21:51:52.372: N23 G92 E0.0000
Recv:21:51:52.388: X:0.00 Y:0.00 Z:0.00 E:0.00 Count X:0 Y:0 Z:0
Recv:21:51:52.389: ok
Send:21:51:52.389: N24 G1 E100.00 F1500
Recv:21:51:52.405: ok
Send:21:51:52.405: @updatePrinterState
Send:21:51:52.405: @moveRel E0.0000 F2
Send:21:51:52.405: N25 M82
Recv:21:51:52.421: ok
Send:21:51:52.421: N26 G92 E100.0000
Recv:21:51:52.452: X:0.00 Y:0.00 Z:0.00 E:100.00 Count X:0 Y:0 Z:0
Recv:21:51:52.452: ok
Send:21:51:52.452: N27 G1 E100.00 F120
Recv:21:51:52.468: ok
Send:21:51:52.468: @updatePrinterState
repeat changing setting to 200mm Fast and 0mm Slow
the Output is 500mm filament!!!!!!???
from integrate g-code console:
Send:21:55:50.836: N34 M104 S200 T0
Recv:21:55:50.854: ok
Send:21:55:50.854: N35 M104 S200 T0
Recv:21:55:50.870: ok
Send:21:55:53.912: @moveRel E200.0000 F25
Send:21:55:53.913: N36 M82
Recv:21:55:53.923: ok
Send:21:55:53.923: N37 G92 E100.0000
Recv:21:55:53.940: X:0.00 Y:0.00 Z:0.00 E:100.00 Count X:0 Y:0 Z:0
Recv:21:55:53.940: ok
Send:21:55:53.940: N38 G1 E150.00 F1500
Recv:21:55:53.954: ok
Send:21:55:53.954: N39 M82
Recv:21:55:53.970: ok
Send:21:55:53.970: N40 G92 E100.0000
Recv:21:55:53.987: X:0.00 Y:0.00 Z:0.00 E:100.00 Count X:0 Y:0 Z:0
Recv:21:55:53.987: ok
Send:21:55:53.987: N41 G1 E200.00 F1500
Recv:21:55:54.002: ok
Send:21:55:54.002: N42 M82
Recv:21:55:54.018: ok
Send:21:55:54.018: N43 G92 E100.0000
Recv:21:55:54.035: X:0.00 Y:0.00 Z:0.00 E:100.00 Count X:0 Y:0 Z:0
Recv:21:55:54.035: ok
Send:21:55:54.035: N44 G1 E250.00 F1500
Recv:21:55:54.050: ok
Send:21:55:54.050: N45 M82
Recv:21:55:54.066: ok
Send:21:55:54.066: N46 G92 E100.0000
Recv:21:55:54.083: X:0.00 Y:0.00 Z:0.00 E:100.00 Count X:0 Y:0 Z:0
Recv:21:55:54.083: ok
Send:21:55:54.083: N47 G1 E300.00 F1500
Recv:21:55:54.099: ok
Send:21:55:54.099: @updatePrinterState
Send:21:55:54.099: @moveRel E0.0000 F2
Send:21:55:54.100: N48 M82
Recv:21:55:54.114: ok
Send:21:55:54.115: N49 G92 E300.0000
Recv:21:55:54.131: X:0.00 Y:0.00 Z:0.00 E:300.00 Count X:0 Y:0 Z:0
Recv:21:55:54.131: ok
Send:21:55:54.131: N50 G1 E300.00 F120
Recv:21:55:54.147: ok
Send:21:55:54.147: @updatePrinterState
-------------------------------------------------------
send the command from the console integrated in Repetier-Server:
Send:22:00:32.920: N53 G92 E0
Recv:22:00:32.941: X:0.00 Y:0.00 Z:0.00 E:0.00 Count X:0 Y:0 Z:0
Recv:22:00:32.941: ok
Send:22:00:52.048: N54 G1 E100 F200
Recv:22:00:52.058: ok
the output is 100mm filament OK!!!
Send:22:02:13.493: N55 G92 E0
Recv:22:02:13.515: X:0.00 Y:0.00 Z:0.00 E:0.00 Count X:0 Y:0 Z:0
Recv:22:02:13.515: ok
Send:22:02:22.035: N56 G1 E200 F200
Recv:22:02:22.050: ok
the output is 200mm filament OK!!!
---------------------------------------------
Reoetier-Host
usb direct connection to printer
send command
G92 E0
G1 E100 F200
Output: exactly 100mm filament
send command
G92 E0
G1 E200 F200
Output: exactly 200mm filament
the printer works fine!