Pushing Sprite extruder Pro to 350°c

Wondering about pushing nozzle temp max to 350°c in order to print PPS - CF?

Given 400°c thermistor and bi metal heat break. Is it possible to edit firmware etc. Is it “advisable”?

I should have said, the Sprite extruders i have are on a CR10 Smart pro and a Ender 3 S1 Pro. Both are in enclosures with fume extracts etc.

Anyone know how i can push nozzle temps up to 350°c?

Bit of a bump… How to push Sprite extruder Pro on an Ender 3S1 Pro to 320°c

Anyone?

Still no expert response to this, and i still dont know if it can be done? 320°c would do.

I know this is old but it is not answered so here:
You can change the max temp in marlin by editing it in the confiuration.h

// Above this temperature the heater will be switched off.
// This can protect components from overheating, but NOT from shorts and failures.
// (Use MINTEMP for thermistor short/failure protection.)
#define HEATER_0_MAXTEMP 275
#define HEATER_1_MAXTEMP 275
#define HEATER_2_MAXTEMP 275
#define HEATER_3_MAXTEMP 275
#define HEATER_4_MAXTEMP 275
#define HEATER_5_MAXTEMP 275
#define HEATER_6_MAXTEMP 275
#define HEATER_7_MAXTEMP 275
#define BED_MAXTEMP 120
#define CHAMBER_MAXTEMP 60

Remember that when you set the maxtemp it is the actual maximum temperature so you will only be able to reach the maxtemp - the overshoot. ie you set the maxtemp to 300, your max print temp is 285.

1 Like