ypkdani
About
- Username
- ypkdani
- Joined
- Visits
- 30
- Last Active
- Roles
- Member
Comments
-
I have sconnect the servo and now work fine. The servo is power by a 5V power supply different from the board power supply. The only pin connected to the board is the control pin... Could it create so many problem? I use the pin 45 of my megatronics…
-
-
Hello, i think that the problem is connected to the z-probing. I don't have this feature so in configuration.h i have: #define Z_PROBE_Z_OFFSET 0#define Z_PROBE_Z_OFFSET_MODE 0#define UI_BED_COATING 0#define FEATURE_Z_PROBE 0#define Z_PROBE_BED_DIST…
-
Hello, yes the servo move without problem and the movement x and y work fine. Only the axis z have problem. Here is the firmware that i sue: https://1drv.ms/u/s!AoqasgMdWbbjj6UagxxdLFa7XTLDfA
-
Hello, yes T0 was add only for a test. It can be remove without change. Yes the axis z don't move to G1 Z0. It can move only at a position greater than the last. So if a move z to G1 Z6 after that the axis can go only to G1 Z(6+x), the other command…
-
I have do two video. In the first i execute this g-code: M106M340 P0 S2100G21M111 S6M220 S100G90G28G1 X10 Y20 T0G1 Z6M114G1 Z0 and this is how it move, the z axis don't return up:https://1drv.ms/v/s!AoqasgMdWbbjj6UWd5iTz0Vqgy1DNQ removing the servo…
-
Ok then i don't know what could be the problem. If you can send me a mail i can send you a video of the machine with the script that i use so you can understand better. Thanks
-
Hello, i have tried this solutions but nothing. Could be that when i use the servo it is associated to the z-probe ?
-
Noone can help me? Thanks
-
Ok i have find that removing the command for the servo all the z moving works .... there is a bag in the servo command? Thanks
-
Hello, i have solved setting the pin in pins.h. I don't understand why this pins are defined in more files. Thanks
-
I have check the pin and are correct... I have this uiconfig.h but not work: #ifndef _ui_config_h#define _ui_config_h /** While the ascii chars are all the same, the driver have different charsetsfor special chars used in different countries. The c…
-
Hello, i have tried but don't work .... The pins that i use are this: LCD LCD Header (2x6 header) 1. GND 2. 5V 3. LCD Contrast 4. D32 5. GND 6. D31 7. D14 8. D30 9. D39 10. D15 11. 5V 12. GND but nothing happen. The pins are so defined: #else // D…