Strange G1 Z-Hop Behavior with Timelapses

edited March 2020 in Repetier-Server
Hi Guys,

i got a strange Behavior when trying to Take TImelapses. It happens either with absolute or relative positioning. i get more than one Snapshot per Layer. Nearly on every Z-Hop.

I checked the gcode and saw something curious just before and after the gcode for the snapshot is inserted:

19:53:57.023: ok
19:53:57.023: N478513 G1 Z10.675 F12000.000       ----> Z-Hop
19:53:57.081: ok
19:53:57.081: N478514 G1 X72.831 Y81.117
19:53:57.148: ok
19:53:57.149: N478515 G1 Z10.275
19:53:57.273: ok
19:53:57.273: N478516 G1 E8.00000 F3000.00000
19:53:57.376: ok
19:53:57.376: N478517 G1 F2400.000
19:53:57.455: ok
19:53:57.456: N478518 G1 X71.700 Y80.371 E8.04465
19:53:57.458: ok
19:53:57.458: @excludeTimeOn
19:53:57.458: N478519 G92 E0
19:53:57.533: X:71.70 Y:80.37 Z:10.27  E:0.00 Count X:5010 Y:5826 Z:4051
19:53:57.534: ok
19:53:57.534: N478520 G1 E-8.00000 F3000
19:53:57.636: ok
19:53:57.636: N478521 G1 Z10.67 F120 ---> Z-Value wrong! should be Z:10.675
19:53:57.692: ok
19:53:57.693: N478522 G1 X100.00 Y200.00 F12000.00
19:53:59.376: ok 




Do you have any suggestions on where to tweak the timelapse function?

Comments

  • What is your timelapse setting  make it every layer or every x mm? A layer should not cause that since a layer requires extrusion at new height. Every x mm would be able to trigger since you in deed changed z with the z hop.
  • 19:53:57.458: N478519 G92 E0
    19:53:57.533: X:71.70 Y:80.37 Z:10.27  E:0.00 Count X:5010 Y:5826 Z:4051

    is this line correct ?


  • Repetier said:
    What is your timelapse setting  make it every layer or every x mm? A layer should not cause that since a layer requires extrusion at new height. Every x mm would be able to trigger since you in deed changed z with the z hop.
    I have it to change on Every 1 Layer and set to move at X:100 Y:200, 30 FPS and 12000 kbps Bitrate.

    Should be all Fine.
  • MartinH said:
    19:53:57.458: N478519 G92 E0
    19:53:57.533: X:71.70 Y:80.37 Z:10.27  E:0.00 Count X:5010 Y:5826 Z:4051

    is this line correct ?


    yes. It just gives out the actual position and limits the output to 2 decimal numbers. 
Sign In or Register to comment.