I remixed Cube3dWorld's remote trigger holder for the Pixel remote (purchased from Amazon) to line up correctly on the MK4. I also created a new remote poker using Prusa's official Back Cover R3 for the MK4's Nextruder.
NOTE: I'm not a good 3D modeler - this is a solid 3/5 stars if you ask me haha. I only use TinkerCad, which has many limitations compared to Fusion 360. As a result, you'll noticed imperfections in the model, places that could be smoothed out and improved to use less filament, to not require supports, etc. I encourage anyone to take this and recreate it properly in Fusion 360!
All that said, I can also confirm this build is working beautifully for me. :)
PRINT SETTINGS
I'll copy/paste Cube3dWorld's description below, with some modifications:
-----
Step 1: Equipment
IMPORTANT: Remote Triggering Mechanism is compatible with Pixel Wireless Remote Control RW.
Step 2: Remote Triggering Mechanism
Step 3: Editing G-Code
CAUTION: This code is different from Cube3dWorld's, as my Poker length is different. Make sure to TEST the code before doing your first timelapse to make sure the X values are accurate so that the poker presses the button with proper pressure.
;AFTER_LAYER_CHANGE
G1 F9000 X15 Y210 ; Move away from the print
G1 F1000 X5 ; Press trigger
G4 P500 ; Wait for 500ms
G1 F9000 X15 ; Release trigger
;LayerStep 4: Printing
*****VERY IMPORTANT*****
; prepare for purgeM104 S{first_layer_temperature[0]}G0 X0 Y-4 Z15 F4800 ; move away and ready for the purgeM109 S{first_layer_temperature[0]}; prepare for purgeM104 S{first_layer_temperature[0]}G0 X15 Y-4 Z15 F4800 ; move away and ready for the purgeM109 S{first_layer_temperature[0]}Step 5: Offload your images from your DSLR and create your timelapse using any video editing software.
Step 6: Remove the remote from the holder after printing so you don't forget about it and have it get rammed on your next print!
Good luck have fun!
The author remixed this model.
Modified remote holder to accommodate MK4. Used Prusa's official Back Cover R3 for the MK4's Nextruder to create a new poker. Modified GCode to accommodate parts.