jonarotz

About

Username
jonarotz
Joined
Visits
2
Last Active
Roles
Member

Comments

  • Any other ideas to try?
  • Repetier said: #define ENABLE_BACKLASH_COMPENSATION 0 is better. With 1 you add extra moves which is a bad idea anyway. That might also cause the problem. This made no change and the problem still exists.
  •  I added it here- // ################## EDIT THESE SETTINGS MANUALLY ################ #define ALTERNATIVE_JERK#define REDUCE_ON_SMALL_SEGMENTS // ################ END MANUAL SETTINGS ########################## This made no change and the problem st…
  • I did dry run and at layer 16 the issue starts,  it starts right at the letter detail on the cube.  I also isolated each axis by removing belts an doing dry runs. It does this banging on both X and Y.  I also ran the same g code on my other printer…
  • Homing is fine, all good there. Acceleration changes made no difference in the issue. This thing printed fine before so don't think the stepper current is an issue. I've lowered the jerk to 0 and no change. It's not mechanical issue because the fir…
  • Another pic...maybe not
  • Ok I've pretty much resolved my issues except for this auto leveling.  My sensor triggers around 4mm from the bed. When i use 4mm as Z probe height and do a G32 S2 I see values in the log while probing around 16.xxx mm and my extruder digs into the …
  • I just thought of something, my prox sensor is plugged into z max on the board. With it triggering that's telling the machine it's at max thus driving nozzle lower into the bed? Would flipping the switch states flip that?  Normally open to normally …
  • I'm at work no so I will confirm later. Regarding the M119, where would I find this value in host?
  • Blinking ??? in display means axis is not homed. #define MOVE_Z_WHEN_HOMED 1 would say to only move after homing. Guess yours is 1 #define MOVE_Z_WHEN_HOMED 0 CONFIRMED This happens after I kill print. It seems to throw Z home out the window. The Z…
  • Ok I will retry it. Why would it "un home" on a kill print?   I left only move after homing unchecked but I will verify. Let's say I run a file I ran previously. It prints over to to the left and off the bed where before it'd be centered on the be…