Close



Results 1 to 8 of 8

Threaded View

  1. #4
    Staff Engineer printbus's Avatar
    Join Date
    May 2014
    Location
    Highlands Ranch, Colorado USA
    Posts
    1,437
    Add printbus on Thingiverse
    A handy g-code reference is on the reprap wiki at http://reprap.org/wiki/G-code

    The following assumes your printer is running Marlin firmware.

    The key setting to check would be the parameter that is in the configuration.h file for the Z term in DEFAULT_AXIS_STEPS_PER_UNIT. This is accessible from your host software by sending your printer an M92 command. It is also accessible via the LCD via CONTROL | MOTION | zsteps/mm. The correct value would depend on the nature of your hardware. Are those M8 threaded rods on your z-axis? If so, the correct value should be 2560 steps/mm per the Prusa calculator.
    Last edited by printbus; 12-31-2016 at 05:34 PM. Reason: corrected the label for the configuration.h term

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •