Possible to remap M9?

More
26 Feb 2021 22:28 #200247 by cmorley
Replied by cmorley on topic Possible to remap M9?
This works (though I swear I tried this before)
def remap_m9(self,**words):
    try:
        emccanon.enqueue_MIST_OFF()
        self.mist = False
        emccanon.enqueue_FLOOD_OFF()
        self.flood = False
        return INTERP_OK
    except Exception, e:
        return "Ignore M6 failed: %s" % (e)

Please Log in or Create an account to join the conversation.

More
27 Feb 2021 22:22 #200355 by newbynobi
Replied by newbynobi on topic Possible to remap M9?
Chris, if you remap code or have a sub with no movement, the machine will remain in MDI mode and no signal Idle will be emitted. I found that adding a G4 to the end results in an idle signal.

Please Log in or Create an account to join the conversation.

More
27 Feb 2021 22:46 #200358 by cmorley
Replied by cmorley on topic Possible to remap M9?
Ahh i see now. thanks

Please Log in or Create an account to join the conversation.

Time to create page: 0.148 seconds
Powered by Kunena Forum