Skip to content

Bugfix 2.0.x#17000

Closed
mak0t0san wants to merge 30 commits intoMarlinFirmware:bugfix-2.0.xfrom
mak0t0san:bugfix-2.0.x
Closed

Bugfix 2.0.x#17000
mak0t0san wants to merge 30 commits intoMarlinFirmware:bugfix-2.0.xfrom
mak0t0san:bugfix-2.0.x

Conversation

@mak0t0san
Copy link
Contributor

Requirements

  • Filling out this template is required. Pull Requests without a clear description may be closed at the maintainers' discretion.

Description

Fix build errors:
Error message when SDSUPPORT is enabled
queue.cpp - MSG_SD_ERR_READ should be STR_SD_ERR_READ

Error when HAS_CLASSIC_JERK
planner.cpp - maxj was not defined, variable axis should be i

Benefits

Able to build with CLASSIC_JERK or SDSUPPORT is enabled

Related Issues

#16996 #16998 #16999 #16991

thinkyhead and others added 30 commits December 22, 2019 18:03
Fixes MarlinFirmware#14774

Co-Authored-By: tol2cj <tol2cj@users.noreply.github.com>
queue.cpp - MSG_SD_ERR_READ should be STR_SD_ERR_READ
planner.cpp - `maxj` was not defined, variable `axis` should be `i`
@docdawning
Copy link
Contributor

I was building towards making a similar merge request. Thank you @mak0t0san.

@thinkyhead thinkyhead closed this Feb 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants