Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove extraneous commas in M115_GEOMETRY_REPORT #17933

Merged
merged 1 commit into from
May 10, 2020

Conversation

sjasonsmith
Copy link
Contributor

Description

The output M115_GEOMETRY_REPORT seems to have extra trailing commas between closing breakes after each max element.

I'm not completely sure of the intended output format, but this seems incorrect.

Benefits

Old output:
area:{full:{min:{x:0.00,y:0.00,z:0.00},max:{x:220.00,y:220.00,z:300.00},},work:{min:{x:0.00,y:0.00,z:0.00},max:{x:220.00,y:220.00,z:300.00},}}

New Output:
area:{full:{min:{x:0.00,y:0.00,z:0.00},max:{x:220.00,y:220.00,z:300.00}},work:{min:{x:0.00,y:0.00,z:0.00},max:{x:220.00,y:220.00,z:300.00}}}

Related Issues

None

@thinkyhead thinkyhead merged commit 2af270c into MarlinFirmware:bugfix-2.0.x May 10, 2020
@sjasonsmith sjasonsmith deleted the PR/M115_Comma branch May 10, 2020 05:11
vgadreau pushed a commit to vgadreau/Marlin that referenced this pull request May 29, 2020
jmp0x0000 pushed a commit to jmp0x0000/Marlin that referenced this pull request Aug 7, 2020
njibhu pushed a commit to njibhu/Marlin that referenced this pull request Aug 24, 2020
HairingX pushed a commit to HairingX/Marlin that referenced this pull request Jun 16, 2021
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