You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unlike PETG and PLA, every single time I try to print with PC Blend the nozzle cleaning fails. The reason is that the nozzle temp is so high that a constant stream of material oozes through it and prevents a successful cleaning.
Reducing the temperature of PC blend by 50 degrees instead of the currently implemented 25 makes the problem go away in my case.
I am using an MK4 (kit) inside a Prusa Enclosure.
I changed these two lines in the slicer printer setting and substituted -50 instead of the default -25:
Unlike PETG and PLA, every single time I try to print with PC Blend the nozzle cleaning fails. The reason is that the nozzle temp is so high that a constant stream of material oozes through it and prevents a successful cleaning.
Reducing the temperature of PC blend by 50 degrees instead of the currently implemented 25 makes the problem go away in my case.
I am using an MK4 (kit) inside a Prusa Enclosure.
I changed these two lines in the slicer printer setting and substituted -50 instead of the default -25:
M104 T0 S{((filament_notes[0]=
/.HT_MBL10./) ? (first_layer_temperature[0] - 10) : (filament_type[0] == "PC" or filament_type[0] == "PA") ? (first_layer_temperature[0] - 25) : (filament_type[0] == "FLEX") ? 210 : (filament_type[0]=/.PET./) ? 175 : 170)} ; set extruder temp for bed levelingM109 T0 R{((filament_notes[0]=
/.HT_MBL10./) ? (first_layer_temperature[0] - 10) : (filament_type[0] == "PC" or filament_type[0] == "PA") ? (first_layer_temperature[0] - 25) : (filament_type[0] == "FLEX") ? 210 : (filament_type[0]=/.PET./) ? 175 : 170)} ; wait for tempThe text was updated successfully, but these errors were encountered: