qongon

About

Username
qongon
Joined
Visits
2
Last Active
Roles
Member

Comments

  • Motor A and B moves together, but then I have to play with the distances to rotate them at the correct speed. But this is a bit cumbersome because we want to use different speeds for spreading an compacting. I tried to use m42 to set a pwm frequency…
  • Got all motors working and now using G codes after every layer to move them. But for the B motor I want to put it on with  a certain speed when the carriage is moving. What is the best way to do this?  It is needed to perform this step: Powder dep…
  • I changed it from false to true. but it still doesn't work // Define your endstops inputs IO_INPUT_PULLUP(IOEndstopXMax, ORIG_X_MAX_PIN)IO_INPUT_PULLUP(IOEndstopYMax, ORIG_Y_MAX_PIN)IO_INPUT_PULLUP(IOEndstopZMin, ORIG_Z_MIN_PIN) // Define our ends…
  • It works when using the MOTHERBOARD_RADDS and then using the pins defined in the RADDS file. But when I copy the code to userpins and set the board to MOTHERBOARD_USER_DEFINED_DUE  I am getting this error: In file included from src\boards/pins.h:8…
  • CONFIG_IO /* This file defines io solutions used. This is the lowest level and is the basefor all higher level functions using io operations. At several places we needsubsets of these list of operations. To make configuration easy and easy to under…
  • I found the problem of the less steps, the feed rate in Repetier host was to high. now i have an other problem, when using manual control my x motor rotates only in one  direction. The dir pin stays high for + and - x and in Cartesian and Corexy mod…
  • I having a problem with the stepper frequency. At 100000 HZ only one motor of the corexy moves. This problem I also had with the V1 version but then i had to use stepper_high_delay 2 so I put the frequency to 50000HZ and now both motor move but for…
  • Thank you for your response.  Could an Arduino Due work ? Because all stepper divers we use are external so we only have to send, en,dir and step signals. 
  • Found the solution changed this settings #define STEPPER_HIGH_DELAY 2#define DIRECTION_DELAY 2
  • M114 gives the coordinates so 0,0,0 M119 gives the end stop information but for both y end stop low and high it doesn't work. Connected some leds to the output pins for the motors, and it gives step and Dir signal to both motors. The enable pin of b…