Adds support for MK4 printers remapping prints. This is done by always showing the prompt and requiring MK4 users to slice in multi-print mode. Best workaround I could find since Prusa removed the Tx command, go tell them you want it back :).
For MK3.5/3.9/5 you cannot use single print profile. You MUST use use the
MMU profile with a single filament, what you pick doesn't matter, we will overwrite the filament
with the tool you choose.
See readme for additional details.
New Features:
Supports filament selection for MK4 (using multi-print)
Setting to disable the prompt
Bug Fixes:
N/A
Internals:
N/A
TODO:
[x] Test it
[x] Support tool remapping with the modal (aka rewrite remapping to use M863 and not overlap single print mode)
[x] Remove the code blocking MK3s from working correctly
[x] Override the filament being used so we show the selected one and not the one it thinks it's using.
Adds support for MK4 printers remapping prints. This is done by always showing the prompt and requiring MK4 users to slice in multi-print mode. Best workaround I could find since Prusa removed the
Tx
command, go tell them you want it back :).For MK3.5/3.9/5 you cannot use single print profile. You MUST use use the MMU profile with a single filament, what you pick doesn't matter, we will overwrite the filament with the tool you choose.
See readme for additional details.
New Features:
Bug Fixes:
Internals:
TODO: