I’d like to add M702 commands into my gcode but my first attempts resulted in a big fat nothing. It looks like I must first “enable FILAMENT_LOAD_UNLOAD_GCODES” which defines the M702 behavior. Does anyone have a guide on how to do that?
This is a Marlin flag. I’ve done quite some review of the Marlin base including compiling and flashing.
Unfortunately what you ask is not at all as easy as turning on this feature. This is because the user interaction for loading and unloading is not done from a standard screen control. It’s entirely managed by the custom Android firmware and screen.
So I highly doubt just turning on this flag and recompiling will produce the desired result.
To learn more, you can lookup the Snapmaker J1 IDEX on github which has the Marlin base firmware with instructions on how to compile as well.