
UPDATE: Solution for CC1 canvas and dynamic temp changes.
I posted something a couple of days ago about this issue I have run into after my canvas install. The nozzle was not keeping up with temp changes per filament. You can read about it here. https://www.reddit.com/r/elegoo/comments/1th0zxv/psa_canvas_and_dynamic_temperature_changes/
Im happy to say that I have found a solution, and it seems like a software bug, or incomplete gcode. I have attached images of where to go and what to add. Just 1 line of code needs to be added in the machine code under change filament gcode. Add this at the end of the code:
M109 S[new_filament_temp]
That's it, everything is working is it should now. All nozzle temp swaps are in sync with their respective profiles.