I need my nozzle hotter

Post Reply
ogzer707
Posts: 22
Joined: Fri Dec 28, 2018 11:48 pm

I need my nozzle hotter

Post by ogzer707 » Fri Feb 15, 2019 8:51 am

Can someone point me in the right direction please in marlin I guess. My a10m gets heating error when I try to print as close to 260 as I can. I don’t know if my heatbed temps are off I don’t have a ir heatgun at the moment. So how can I raise the allowable temps up in marlin to stop heating errors for now
Geeetech A10m

petous22
Posts: 9
Joined: Thu Jan 03, 2019 5:27 am
Location: Czech Republic

Re: I need my nozzle hotter

Post by petous22 » Fri Feb 15, 2019 2:52 pm

Try change parameters in cofiguration.h file to 275°C:

Code: Select all

 // When temperature exceeds max temp, your heater will be switched off.
// This feature exists to protect your hotend from overheating accidentally, but *NOT* from thermistor short/failure!
// You should 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

ogzer707
Posts: 22
Joined: Fri Dec 28, 2018 11:48 pm

Re: I need my nozzle hotter

Post by ogzer707 » Fri Feb 15, 2019 9:45 pm

Awesome! When I get home today I’ll do that. Thanks for your help! Appreciated. Have a good weekend
Edit: they are at 275. That’s weird cuz I’m not even able to make my printer get up that high. It Max’s out at 160 but I get errors after 155.
Geeetech A10m

User avatar
William
Site Admin
Posts: 6340
Joined: Tue Jun 07, 2016 9:38 am

Re: I need my nozzle hotter

Post by William » Mon Feb 18, 2019 10:42 am

If you get the errors of the heating,I suggest you check the thermistor at first.
Then use the multimeter check the input voltage of the hotend.
;)
-Keep your mind and try to test it. :)
-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!

Post Reply