-
Notifications
You must be signed in to change notification settings - Fork 734
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
x_axis move one dirction why ? used repetier 1.04 #993
Comments
my configuration #define X_ENABLE_ON 0 #define DISTORTION_CORRECTION 0 #define FEATURE_BABYSTEPPING 1 #define DELTA_SEGMENTS_PER_SECOND_PRINT 180 // Move accurate setting for print moves // Delta settings #define DELTASEGMENTS_PER_PRINTLINE 24 |
Please provide a question e.g. when does it move in one direction and which one is it. Could be just a end stop preventing different direction or you haven't homes and can not go left. |
go to left just and dose not go to home |
Your home position is the left side. So after homing you can only go right. So I think you have wrong end stop sides or homing directions or move directions causing this problems. Have you ALWAYS_CHECK_ENDSTOPS 0 ? then moving does ignore end stops so you can exclude that reason. Also check what M119 returns to see if end stops are set correctly. A triggered end stop prevents moves if ALWAYS_CHECK_ENDSTOPS is 1 |
hi |
You can change them with eeprom editor. That is the easiest way. Repetier-Host and Repetier-Server have one included. |
i dont have the eeprom |
In configuration it is this: A good value is slightly higher then the output needed for your temperature. The precise values may differ for different nozzle/resistor combination. The I state should converge to the exact heater output needed for the target temperature. With gcode it is M204
|
thank you repetier |
how write g code give me example pls |
M204 X20 Y10 Z5 S0 |
thanks |
hi #define FEATURE_RETRACTION 0 |
Either because eeprom has different values set from previous upload and you did not reset them or because your slicer is not using G10/G11 but uses directly G1 to move E so it has more control over the retraction handling. |
Hallo repetier |
It is a ramps 1.4 compatibel board so select ramps 1.4 and in ide ArduinoMega 2560 that should compile it. |
And eeprom |
What do you mean? avr has build in eeprom so just use EEPROM_MODE 1 or 2 doe snot matter. |
No description provided.
The text was updated successfully, but these errors were encountered: