Skip to content

[Ender 5 Plus] Fix build error in sanity checks#1193

Merged
thinkyhead merged 2 commits into
MarlinFirmware:import-2.1.xfrom
CRCinAU:import-2.1.x
Jun 23, 2026
Merged

[Ender 5 Plus] Fix build error in sanity checks#1193
thinkyhead merged 2 commits into
MarlinFirmware:import-2.1.xfrom
CRCinAU:import-2.1.x

Conversation

@CRCinAU

@CRCinAU CRCinAU commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

Slow down! DEFAULT_MAX_FEEDRATE[E] * DEFAULT_AXIS_STEPS_PER_UNIT[E] > MAXIMUM_STEPPER_RATE (500000).

DEFAULT_MAX_FEEDRATE = 15000, DEFAULT_AXIS_STEPS_PER_UNIT = 93.02 = 1395300

Change DEFAULT_MAX_FEEDRATE to 5000 to make the sanity check value 465100 - which is less than MAXIMUM_STEPPER_RATE (500000).

CRCinAU added 2 commits June 23, 2026 13:42
Slow down! DEFAULT_MAX_FEEDRATE[E] * DEFAULT_AXIS_STEPS_PER_UNIT[E] > MAXIMUM_STEPPER_RATE (500000).

DEFAULT_MAX_FEEDRATE = 15000, DEFAULT_AXIS_STEPS_PER_UNIT = 93.02 = 1395300

Change DEFAULT_MAX_FEEDRATE to 5000 to make the sanity check value 465100 - which is less
than MAXIMUM_STEPPER_RATE (500000).
@thinkyhead

Copy link
Copy Markdown
Member

Thanks! Nice avatar!

@thinkyhead thinkyhead merged commit 6b2ff28 into MarlinFirmware:import-2.1.x Jun 23, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants