I've used the MK4 code generator and copied it into the Change filament G-code section of OrcaSlicer (v 2.01beta). When I try to slice I get an error that says the G-code isn't working. Specifically, a variable isn't defined. Here is code it says is the problem. Anybody know the best way to fix this?
M104 S[temperature];
;<<< End Of Tip Shaping >>>
The GCode generator is specific for PrusaSlicer. To convert it to OrcaSlicer, you need to change the temperature variable to nozzle_temperature.
Bill