Website config tool

After using the config tool of the website my "xStepsPerMM", "yStepsPerMM", "zStepsPerMM" are changed while i did not change this.

Uploaded version:
========== Start configuration string ==========
{
    "editMode": 2,
    "processor": 0,
    "baudrate": 115200,
    "bluetoothSerial": -1,
    "bluetoothBaudrate": 115200,
    "xStepsPerMM": 40.06,
    "yStepsPerMM": 40.1,
    "zStepsPerMM": 40.05,

Downloaded version:
========== Start configuration string ==========
{
    "editMode": 2,
    "processor": 0,
    "baudrate": 115200,
    "bluetoothSerial": -1,
    "bluetoothBaudrate": 115200,
    "xStepsPerMM": 40.05,
    "yStepsPerMM": 40.05,
    "zStepsPerMM": 40.05,

Comments

  • I think you have set drive system to 3 = delta and here z resolution is enforced to x and y since it is only z that gets used. You can not have different resolutions for delta printers.
  • edited February 2017
    So in my case (i have a delta printer) there are no different steps for each tower?

    also it's already on 3
    #define DRIVE_SYSTEM 3

  • Exactly. x and y are ignored anyway but that make sit clear they are identical.
  • edited February 2017
    But still there could be small difference's because of mechanical differences in motors,belts etc. what makes different steps for each tower not strange i think
  • That invalidates the delta math we use.So make sure they are identical or change tension to belts to get them equal. We can not change resolutions.
Sign In or Register to comment.