billmania

About

Username
billmania
Joined
Visits
1
Last Active
Roles
Member

Comments

  • I believe I've finally measured what's actually happening, which is then causing the inaccuracy in the Z position of the hotend. Now, to determine why it's happening.To establish some common terminology, assume the hotend is attached to the HotendPl…
  • At 80 steps per millimeter, a distance of 0.5 millimeters requires 40 steps, not 4 as you wrote above. I assume that was just a typo. I do see the code:axisStepsPerMM[X_AXIS] = axisStepsPerMM[Y_AXIS] = axisStepsPerMM[Z_AXIS];in Printer.cpp. Why is t…
  • Repetier said: For delta printers I'd always calibrate them with the escher delta calibration tool. There is even a setting for repetier-firmware. Us eth eone with less measured points. Make sure delta rod size is correct as starting point. D…
  • Issue resolved. I wasn't setting the extruder or bed temperature before attempting to move the extruder stepper, so the Repetier firmware simply ignored my "G1 Z10 F10" command.
  • I do have a RAMPS board in this printer and I have several spare RAMPS boards. However, I don't know how to confirm the specific version of any of my RAMPS boards. I've been doing all the troubleshooting with:#define EXT0_ENABLE_PIN ORIG_E0_ENABLE_P…
  • Repetier said: If extruder blocks on power on and if you can rotate it after trying to move #define EXT0_ENABLE_ON 1 // set to 1 by Bill might need to be 0. If you have all the same drivers it should be set to same value as x, y and z motor.It …
  • My mistake. All four of the stepper controllers have 12 VDC on the VMOUT pin. The three steppers which control the X, Y, and Z position have 5 VDC on their ENABLE pin and are working correctly. Only the extruder stepper controller has 0 VDC on its E…