<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Printer not responding, did before though</title>
        <description> Hello,
 so I&#039;ve done putting together my printer and before i had an extruder attached, I.ve printed with only a pen attached and everything worked fine.
Now that i Have attached an extruder however, it wont respond. What I have done since the last time that i moved it, I&#039;ve added another a4988 driver for the extruder, attached all the wires that come with the extruder, and edited the lines in config file:
#define TEMP_SENSOR_0 0      to       #define TEMP_SENSOR_0 1
#define TEMP_SENSOR_BED 0   to     #define TEMP_SENSOR_BED 1
#define HEATER_0_MINTEMP 5    to    #define HEATER_0_MINTEMP 0
#define BED_MINTEMP 5    to    #define BED_MINTEMP 0

and now that i connect to a printer via repetier host. and regardless what i do nothing happens, neither home button nor any of the heaters or fan works, all it does is stack up commands in queue in &#039;manual control&#039; tab

has anyone had this problem?</description>
        <link>https://reprap.org/forum/read.php?4,739333,739333#msg-739333</link>
        <lastBuildDate>Wed, 09 Sep 2026 00:31:34 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?4,739333,739907#msg-739907</guid>
            <title>Re: Printer not responding, did before though</title>
            <link>https://reprap.org/forum/read.php?4,739333,739907#msg-739907</link>
            <description><![CDATA[ Yeah in another forum i found a suggestion that a extruder Thermistor can sometimes be short if the error says that maximum temperature exceeded, or an open circuit if the minimum temperature reached. so I checked the wires and appearantly the extruder thermistor legs had broken off at some point.<br />
<br />
And the reason the printer did not move was because it wasn't plugged to a wall :DDDD<br />
<br />
however the problem was in the thermistor regardless. <br />
<br />
So I sort of fixed it, but when i tried turning it on, it heated to the correct temperature, but the stepper could not push the plastic at all, i tried forcing it down by hand and it worked, so i figured ill turn the potentiometer on a4988, but before i could do that the temperature stared dropping, regardless of what i do.<br />
<br />
 I think I'mm gonna try buying a new thermistor for the extruder first and see if that will do anything, but until then thank you for your help]]></description>
            <dc:creator>Karzin</dc:creator>
            <category>Reprappers</category>
            <pubDate>Wed, 18 Jan 2017 06:25:39 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,739333,739792#msg-739792</guid>
            <title>Re: Printer not responding, did before though</title>
            <link>https://reprap.org/forum/read.php?4,739333,739792#msg-739792</link>
            <description><![CDATA[ Have you tried, disconnecting the extruder motor, heater cartage, thermistor and anything else you plugged in after the pen test, and tested the printer?<br />
<br />
If the printer still works (and I suspect it will) then you have a short in the wiring that is causing the power to dip.<br />
<br />
Plug each item back in one and a time and test the printer function till you find which one is causing the short.]]></description>
            <dc:creator>scottybfg</dc:creator>
            <category>Reprappers</category>
            <pubDate>Tue, 17 Jan 2017 16:46:05 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,739333,739538#msg-739538</guid>
            <title>Re: Printer not responding, did before though</title>
            <link>https://reprap.org/forum/read.php?4,739333,739538#msg-739538</link>
            <description><![CDATA[ the com port is the same, the baud rate is 250000, but nothing happens,<br />
I reconnected and i get this:<br />
<br />
10:40:06.717 : Printer reset detected - initalizing<br />
10:40:06.718 : start<br />
10:40:06.722 : echo:Marlin 1.1.0-RC7<br />
10:40:06.723 : echo: Last Updated: 2016-07-31 12:00 | Author: (none, default config)<br />
10:40:06.724 : Compiled: Jan 16 2017<br />
10:40:06.726 : echo: Free Memory: 5351  PlannerBufferBytes: 1232<br />
10:40:06.731 : echo:Hardcoded Default Settings Loaded<br />
10:40:06.731 : echo:Steps per unit:<br />
10:40:06.732 : echo:  M92 X80.00 Y80.00 Z4000.00 E500.00<br />
10:40:06.735 : echo:Maximum feedrates (mm/s):<br />
10:40:06.735 : echo:  M203 X300.00 Y300.00 Z2.00 E25.00<br />
10:40:06.736 : echo:Maximum Acceleration (mm/s2):<br />
10:40:06.739 : echo:  M201 X3000 Y3000 Z100 E10000<br />
10:40:06.740 : echo:Accelerations: P=printing, R=retract and T=travel<br />
10:40:06.743 : echo:  M204 P3000.00 R3000.00 T3000.00<br />
10:40:06.752 : echo:Advanced variables: S=Min feedrate (mm/s), T=Min travel feedrate (mm/s), B=minimum segment time (ms), X=maximum XY jerk (mm/s),  Z=maximum Z jerk (mm/s),  E=maximum E jerk (mm/s)<br />
10:40:06.754 : echo:  M205 S0.00 T0.00 B20000 X20.00 Z0.40 E5.00<br />
10:40:06.754 : echo:Home offset (mm)<br />
10:40:06.755 : echo:  M206 X0.00 Y0.00 Z0.00<br />
10:40:06.755 : echo:PID settings:<br />
10:40:06.756 : echo:  M301 P22.20 I1.08 D114.00<br />
10:40:06.758 : echo:Filament settings: Disabled<br />
10:40:06.759 : echo:  M200 D3.00<br />
10:40:06.759 : echo:  M200 D0<br />
10:40:07.048 : FIRMWARE_NAME:Marlin 1.1.0-RC7 (Github) SOURCE_CODE_URL:[<a href="https://github.com/MarlinFirmware/Marlin" target="_blank"  rel="nofollow">github.com</a>] PROTOCOL_VERSION:1.0 MACHINE_TYPE:3D Printer EXTRUDER_COUNT:1 UUID:cede2a2f-41a2-4748-9b12-c55c62f367ff<br />
10:40:07.056 : X:0.00 Y:0.00 Z:0.00 E:0.00 Count X: 0 Y:0 Z:0<br />
10:40:07.057 : echo:DEBUG:INFO,ERRORS<br />
10:40:07.058 : echo:Active Extruder: 0<br />
10:40:07.061 : echo:DEBUG:INFO,ERRORS<br />
10:40:07.061 : echo:Active Extruder: 0<br />
<br />
 is something wrong in here?]]></description>
            <dc:creator>Karzin</dc:creator>
            <category>Reprappers</category>
            <pubDate>Tue, 17 Jan 2017 03:45:14 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,739333,739441#msg-739441</guid>
            <title>Re: Printer not responding, did before though</title>
            <link>https://reprap.org/forum/read.php?4,739333,739441#msg-739441</link>
            <description><![CDATA[ If host is stacking up commands, then it is not connected to the printer, have you plugged  into same usb on the computer as last time.<br />
Check what usb number is defined to arduino in windows device manager/ports. make sure this port number is set in host printer config.]]></description>
            <dc:creator>obewan</dc:creator>
            <category>Reprappers</category>
            <pubDate>Mon, 16 Jan 2017 16:25:08 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,739333,739333#msg-739333</guid>
            <title>Printer not responding, did before though</title>
            <link>https://reprap.org/forum/read.php?4,739333,739333#msg-739333</link>
            <description><![CDATA[ Hello,<br />
 so I've done putting together my printer and before i had an extruder attached, I.ve printed with only a pen attached and everything worked fine.<br />
Now that i Have attached an extruder however, it wont respond. What I have done since the last time that i moved it, I've added another a4988 driver for the extruder, attached all the wires that come with the extruder, and edited the lines in config file:<br />
#define TEMP_SENSOR_0 0      to       #define TEMP_SENSOR_0 1<br />
#define TEMP_SENSOR_BED 0   to     #define TEMP_SENSOR_BED 1<br />
#define HEATER_0_MINTEMP 5    to    #define HEATER_0_MINTEMP 0<br />
#define BED_MINTEMP 5    to    #define BED_MINTEMP 0<br />
<br />
and now that i connect to a printer via repetier host. and regardless what i do nothing happens, neither home button nor any of the heaters or fan works, all it does is stack up commands in queue in 'manual control' tab<br />
<br />
has anyone had this problem?]]></description>
            <dc:creator>Karzin</dc:creator>
            <category>Reprappers</category>
            <pubDate>Mon, 16 Jan 2017 10:51:28 -0500</pubDate>
        </item>
    </channel>
</rss>
