markwal / OctoPrint-GPX

An OctoPrint plug-in to use GPX as the protocol layer underneath rather than replacing g-code to talk to s3g/x3g machines, for example, a FlashForge.
GNU Affero General Public License v3.0
104 stars 25 forks source link

Octoprint z-changes #39

Closed Jabarnes01 closed 7 years ago

Jabarnes01 commented 7 years ago

We are seeing a problem with our replicator 2 where the z-change event is not firing. Sometimes it does but only after the 4th z-change. Does anyone else experience this issue?

markwal commented 7 years ago

What event do you mean? Did you write a plugin that is listening for an event? Or do you mean the command line's tied to events via config.yaml? Or do you mean that the timelapse pictures aren't being taken?

There is a setting that specifies the minimum Z change required to do some of those things. That setting is to prevent Z-lift (slicer feature) from triggering a layer change event. Perhaps your layer height is 1/4 of the minimum Z change?

markwal commented 7 years ago

I'm closing this for now, but feel free to add more info and I'll reopen.