VDfreesince1983
About
- Username
- VDfreesince1983
- Joined
- Visits
- 35
- Last Active
- Roles
- Member
Comments
-
New development, i connected the extruder fan directly to power so its just always on when the printer is on (not the preferred solution) printer probes, heats up and runs M106 which causes the LCD to blink and then the whole thing locks up, still n…
-
Yeah I'm not getting anything out of it with the blink program. So I guess the next solution is an alternative fan Pin configuration. Does anyone know if those Aux pins on the bottom can be set to run the extruder fan?
-
I see#define NUM_EXTRUDER 1 so that is correct in config.h#define FEATURE_FAN_CONTROL true I reset #define FAN_BOARD_PIN -1#define EXT0_EXTRUDER_COOLER_PIN -1 (Should this be 9?) in Pins.h I see #define HEATER_0_PIN 10#define HEATER_1_PIN …
-
the Gcode probes the bed with G32 S0 runs a single layer, then the entire system locks up no issue with G32 S1 command in the start code. Any ideas., Ive also lost my fan on D9
-
Bed slam, betcha saw that coming #define Z_PROBE_ON_HIGH false change to false and G32 s0 probes my 3 points five times and seems to work
-
Alright so i have it reading high when the probe is off the bed and Low when its close to the bed, i changed the probe pull up like you suggested and still received identical results. disconnected the probe from the Z min pins and recieved identical…
-
Also i have only tried the Z-probe hooked up to the 12V with the resistors, its rated at the standard 6V, but does anyone have any experience connecting it directly to the 5V endstop positive pin. I didnt want to burn anything out so i didnt try.
-
1. Z-min is false (I found that info in another post) [discovered software endstops as well, A+ feature i like it] 2. The Z-probe pin is set to #define Z_PROBE_PIN ORIG_Z_MIN_PIN which i would assume is correct for Motherboard 33 as described above.…
-
I don't use the PC host (have never quite got it to work) I re-imaged the Arduino, and this time everything seems to work except the X-axis which may be something simple; I haven't troubleshooted it yet. Still don't know what caused the Heat problem…
-
Did you ever find a solution for this, I am having the same issue. -Alex
-
woops i clicked post before i was finished. Temperature readings are still correct)* my motors still move. However, I am not getting any voltage out of the extruder and bed contact points on my ramps board, therefore the boards are not heating u…
-
Repetier firmware .92.x because i had an error when configuring everything in the Arduino program, i can make the printer work by using an SD card. and after hooking up an extruder fan ive lost control of my X axis. the stepper works connected to ot…