Welcome! Log In Create A New Profile

Advanced

Compiling error

Posted by Sacramento 
Compiling error
May 23, 2018 11:36AM
I have an error message when compiling Marlin 1.1.x that is "static assertion failed: DEFAULT_AXIS_STEPS_PER_UNIT has too many elements."

Attached is my config file.

I have two extruders with one hotend.

Pls help me and what I am doing wrong

Thanks
Sacramento
Attachments:
open | download - Configuration.h (64.9 KB)
Re: Compiling error
May 23, 2018 02:20PM
It appears you may have forgot the 2nd extruder.

*************************** X, Y, Z, E0 [, E1[, E2[, E3[, E4]]]]
#define DEFAULT_AXIS_STEPS_PER_UNIT { 133.33, 133.33, 1600, 93, 93 }

#define DEFAULT_MAX_FEEDRATE { 300, 300, 5, 25, 25 }

#define DEFAULT_MAX_ACCELERATION { 3000, 3000, 100, 10000, 10000 }
Sorry, only registered users may post in this forum.

Click here to login