Marlin: DEFAULT_AXIS_STEPS_PER_UNIT has too many elements.

Created on 4 Nov 2018  ·  3Comments  ·  Source: MarlinFirmware/Marlin

Marlin-bugfix-2.0.x 11.4.2018

Description

Adding the second extruder to control different e-steps.

Marlin\src\HAL\HAL_LPC1768\../../inc/SanityCheck.h:1883:1: error: static assertion failed: DEFAULT_AXIS_STEPS_PER_UNIT has too many elements.
static_assert(COUNT(sanity_arr_1) <= XYZE_N, "DEFAULT_AXIS_STEPS_PER_UNIT has too many elements.");
^~~~~~~~~~~~~
Marlin\src\HAL\HAL_LPC1768\../../inc/SanityCheck.h:1884:1: error: static assertion failed: DEFAULT_MAX_FEEDRATE has too many elements.
static_assert(COUNT(sanity_arr_2) <= XYZE_N, "DEFAULT_MAX_FEEDRATE has too many elements.");
^~~~~~~~~~~~~
Marlin\src\HAL\HAL_LPC1768\../../inc/SanityCheck.h:1885:1: error: static assertion failed: DEFAULT_MAX_ACCELERATION has too many elements.
static_assert(COUNT(sanity_arr_3) <= XYZE_N, "DEFAULT_MAX_ACCELERATION has too many elements.");
[Marlin.zip](https://github.com/MarlinFirmware/Marlin/files/2546269/Marlin.zip)
Configuration Question

Most helpful comment

define DISTINCT_E_FACTORS

All 3 comments

define DISTINCT_E_FACTORS

Thanks, Can't believe I missed that. Closing Ticket.

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jerryerry picture jerryerry  ·  4Comments

Matts-Hub picture Matts-Hub  ·  3Comments

heming3501 picture heming3501  ·  4Comments

spanner888 picture spanner888  ·  4Comments

otisczech picture otisczech  ·  3Comments