-
Notifications
You must be signed in to change notification settings - Fork 732
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
extruder does not work repetier v 1.0.4 #988
Comments
Was you extruder hot while trying? Extruder will not work when cold except if you explicitly allow it setting allow cold extrusion with Also check eeprom values in case first upload did not have set them as you want. Or restore to config settings with Last thing is make sure dry run debug mode is not active - that also prevents extruder motion. |
i move it manual but not move , and i trying when hot with m302 s1 and not move why? |
You see it in the host console if printer switches into dry mode (happens when temp. sensors do not work). So check output in console/log. You can disable it with |
i change the #define EXT0_ENABLE_ON 0 |
Are all drivers identical? Then set EXT0_ENABLE_ON on same value as X axis. Connect motor to x axis motor to see if it moves there. Especially after you already swapped the drivers. That way you now motor and driver work. Last test is to connect X motor to E0 and make config use the E0 socket for motion and set Extruder 0 to use X motor socket instead. If then extruder moves and X motor not I would assume the socket is defect and you should switch to using E1 socket instead. |
repetier the problem in code |
You can just try the default configuration in config tool just with your board selected. |
i build the 1st 3d printer and the extruder does not move
can you help me
what is the reason
#define EXT0_X_OFFSET 0
#define EXT0_Y_OFFSET 0
#define EXT0_Z_OFFSET 0
#define EXT0_STEPS_PER_MM 135
#define EXT0_TEMPSENSOR_TYPE 1
#define EXT0_TEMPSENSOR_PIN TEMP_0_PIN
#define EXT0_HEATER_PIN HEATER_0_PIN
#define EXT0_STEP_PIN ORIG_E0_STEP_PIN
#define EXT0_DIR_PIN ORIG_E0_DIR_PIN
#define EXT0_INVERSE 0
#define EXT0_ENABLE_PIN ORIG_E0_ENABLE_PIN
#define EXT0_ENABLE_ON 0
#define EXT0_MIRROR_STEPPER 0
#define EXT0_STEP2_PIN ORIG_E0_STEP_PIN
#define EXT0_DIR2_PIN ORIG_E0_DIR_PIN
#define EXT0_INVERSE2 0
#define EXT0_ENABLE2_PIN ORIG_E0_ENABLE_PIN
#define EXT0_MAX_FEEDRATE 100
#define EXT0_MAX_START_FEEDRATE 1
#define EXT0_MAX_ACCELERATION 5000
#define EXT0_HEAT_MANAGER 3
#define EXT0_PREHEAT_TEMP 190
#define EXT0_WATCHPERIOD 1
#define EXT0_PID_INTEGRAL_DRIVE_MAX 230
#define EXT0_PID_INTEGRAL_DRIVE_MIN 40
#define EXT0_PID_PGAIN_OR_DEAD_TIME 7
#define EXT0_PID_I 2
#define EXT0_PID_D 40
#define EXT0_PID_MAX 255
#define EXT0_ADVANCE_K 0
#define EXT0_ADVANCE_L 0
#define EXT0_ADVANCE_BACKLASH_STEPS 0
#define EXT0_WAIT_RETRACT_TEMP 150
#define EXT0_WAIT_RETRACT_UNITS 0
#define EXT0_SELECT_COMMANDS ""
#define EXT0_DESELECT_COMMANDS ""
#define EXT0_EXTRUDER_COOLER_PIN HEATER_0_PIN
#define EXT0_EXTRUDER_COOLER_SPEED 255
#define EXT0_DECOUPLE_TEST_PERIOD 61000
#define EXT0_JAM_PIN -1
#define EXT0_JAM_PULLUP 0
The text was updated successfully, but these errors were encountered: