Welcome! Log In Create A New Profile

Advanced

Command to increase hotend current/power?

Posted by nechaus 
Command to increase hotend current/power?
August 14, 2013 08:50PM
Hey guys, I have been searching and cant seem to find the command to enter to increase the current to the hot end.
I remember reading somewhere a command to put in pronterface to increase the current and overall power to the hotend ?


Iv got gen 6, marlin, i noticed when using a fan on the top part of my hotend, it really struggles to maintain its temp....

Edited 1 time(s). Last edit at 08/14/2013 08:51PM by nechaus.
Re: Command to increase hotend current/power?
August 14, 2013 08:53PM
Have you autotuned the nozzle with the fan running?


- akhlut

Just remember - Iterate, Iterate, Iterate!

[myhomelessmind.blogspot.com]
Re: Command to increase hotend current/power?
August 14, 2013 08:57PM
you can look at standard gcode wiki here: [reprap.org]

there is an extruder pwm command but it is for dc motor current. (M113 retired dc motor pwm command)

there is also a pwm heater power setting in configuration.h of firmware of marlin, but i would advise against over powering the heater element. why is it cooling down or not maintaining temp? have you properly insulated it?
Re: Command to increase hotend current/power?
August 14, 2013 09:24PM
What about #define PID_MAX 256?
Re: Command to increase hotend current/power?
August 15, 2013 11:44AM
yes

#define PID_MAX 255 // limits current to nozzle; 255=full current

256 in the case of the extruder would likely default to a value of 1 (8 bit number would not contain the 9bit data)
Re: Command to increase hotend current/power?
August 15, 2013 07:20PM
I did try type " #define PID_MAX 255 " it does not work.
sorry what do i exactly enter into the command line ?
Re: Command to increase hotend current/power?
August 15, 2013 08:58PM
not in the command line, in the configuration.h firmware file.
Re: Command to increase hotend current/power?
August 15, 2013 08:59PM
How do i open this file ?
I do have the files
Re: Command to increase hotend current/power?
August 16, 2013 08:27PM
[reprap.org]

go to this section a few pages down

Configuring and compilation:



if you dont want to program it, or modify firmware, then insolate the hot end really well.
Sorry, only registered users may post in this forum.

Click here to login