Hi!
I have built a Delta Printer, but am now trying to get it working... I have downloaded the Marlin firmware RichCattell, which is setup for the Delta Printer. However, now I have to calibrate, or at least get the motors working.
I try using G28, which should home the axes. Indeed, all axes move up to the end stops. However, clicking in the Repertier Host the X+1, Y+1 or Z+1 all moves the extruder to the same direction (up). Clicking X-1, Y-1 also moves up, while Z-1 does nothing.
I have looked in the configuration, but did not find any real settings that would explain such behaviour. These are the settings for the motors:
Anybody an idea what might cause this?
Thanks!
Steph
I have built a Delta Printer, but am now trying to get it working... I have downloaded the Marlin firmware RichCattell, which is setup for the Delta Printer. However, now I have to calibrate, or at least get the motors working.
I try using G28, which should home the axes. Indeed, all axes move up to the end stops. However, clicking in the Repertier Host the X+1, Y+1 or Z+1 all moves the extruder to the same direction (up). Clicking X-1, Y-1 also moves up, while Z-1 does nothing.
I have looked in the configuration, but did not find any real settings that would explain such behaviour. These are the settings for the motors:
#define DEFAULT_AXIS_STEPS_PER_UNIT {160, 160, 160, 439.5} #define DEFAULT_MAX_FEEDRATE {50, 50, 50, 50} // (mm/sec) #define DEFAULT_MAX_ACCELERATION {200,200,200,200} // X, Y, Z, E maximum start speed for accelerated moves. E default values are good for skeinforge 40+, for older versions raise them a lot. #define DEFAULT_ACCELERATION 200 // X, Y, Z and E max acceleration in mm/s^2 for printing moves #define DEFAULT_RETRACT_ACCELERATION 200 // X, Y, Z and E max acceleration in mm/s^2 for retracts // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). // For the other hotends it is their distance from the extruder 0 hotend. // #define EXTRUDER_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis // #define EXTRUDER_OFFSET_Y {0.0, 5.00} // (in mm) for each extruder, offset of the hotend on the Y axis // The speed change that does not require acceleration (i.e. the software might assume it can be done instantaneously) #define DEFAULT_XYJERK 5.0 // (mm/sec) #define DEFAULT_ZJERK 5.0 // (mm/sec) #define DEFAULT_EJERK 5.0 // (mm/sec)
Anybody an idea what might cause this?
Thanks!
Steph