We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bugfix-2.1.x
Yes, and the problem still exists.
The area dimension printed by M115 is badly printed (, and } are missing in the output).
M115
,
}
Relates to #22598
See:
Marlin/Marlin/src/gcode/host/M115.cpp
Lines 235 to 263 in 8298a47
tested with bugfix-2.1.x as of version 8298a47
{ full: { min: { x: -1.0000, y: -24.0000, z: 0.0000 }, max: { x: 419.0000, y: 399.0000, z: 431.0000 } }, work: { min: { x: 0.0000, y: 0.0000, z: 0.0000 }, max: { x: 377.0000, y: 370.0000, z: 431.0000 } } }
Send: M115 ... Recv: area:{full:{min:{x:-1.0000,y:-24.0000,z:0.0000max:{x:419.0000,y:399.0000,z:431.0000},work:{min:{x:0.0000,y:0.0000,z:0.0000max:{x:377.0000,y:370.0000,z:431.0000}} ...
Formatted area: value:
area:
{ full: { min: { x: -1.0000, y: -24.0000, z: 0.0000 # <-- }, missing max: { x: 419.0000, y: 399.0000, z: 431.0000 # <-- } missing }, work: { min: { x: 0.0000, y: 0.0000, z: 0.0000 # <-- }, missing max: { x: 377.0000, y: 370.0000, z: 431.0000 } } # <-- } missing
Full output (OctoPrint console):
Send: M115 Recv: FIRMWARE_NAME:Marlin bugfix-2.1.x (Nov 26 2022 18:58:23) SOURCE_CODE_URL:github.com/MarlinFirmware/Marlin PROTOCOL_VERSION:1.0 MACHINE_TYPE:Ender-5 Plus - on steroids EXTRUDER_COUNT:2 UUID:3f94418c-877f-4f36-819f-7d419923ccb6 Recv: Cap:SERIAL_XON_XOFF:0 Recv: Cap:BINARY_FILE_TRANSFER:0 Recv: Cap:EEPROM:1 Recv: Cap:VOLUMETRIC:1 Recv: Cap:AUTOREPORT_POS:1 Send: M154 S5 Recv: Cap:AUTOREPORT_TEMP:1 Recv: Cap:PROGRESS:0 Recv: Cap:PRINT_JOB:1 Recv: Cap:AUTOLEVEL:1 Recv: Cap:RUNOUT:1 Recv: Cap:Z_PROBE:1 Recv: Cap:LEVELING_DATA:1 Recv: Cap:BUILD_PERCENT:1 Recv: Cap:SOFTWARE_POWER:1 Recv: Cap:TOGGLE_LIGHTS:1 Recv: Cap:CASE_LIGHT_BRIGHTNESS:1 Recv: Cap:EMERGENCY_PARSER:1 Recv: Cap:HOST_ACTION_COMMANDS:1 Recv: Cap:PROMPT_SUPPORT:1 Recv: Cap:SDCARD:0 Recv: Cap:REPEAT:0 Recv: Cap:SD_WRITE:0 Recv: Cap:AUTOREPORT_SD_STATUS:0 Recv: Cap:LONG_FILENAME:0 Recv: Cap:LFN_WRITE:0 Recv: Cap:CUSTOM_FIRMWARE_UPLOAD:0 Recv: Cap:EXTENDED_M20:0 Recv: Cap:THERMAL_PROTECTION:1 Recv: Cap:MOTION_MODES:1 Recv: Cap:ARCS:1 Recv: Cap:BABYSTEPPING:1 Recv: Cap:CHAMBER_TEMPERATURE:0 Recv: Cap:COOLER_TEMPERATURE:0 Recv: Cap:MEATPACK:1 Recv: Cap:CONFIG_EXPORT:0 Recv: area:{full:{min:{x:-1.0000,y:-24.0000,z:0.0000max:{x:419.0000,y:399.0000,z:431.0000},work:{min:{x:0.0000,y:0.0000,z:0.0000max:{x:377.0000,y:370.0000,z:431.0000}} Recv: ok P31 B7
Marlin bugfix-2.1.x (Nov 26 2022 18:58:23)
Creality Ender 5 Plus
BTT SKR Pro v1.2
No response
UBL Bilinear mesh
Cura
OctoPrint
Configuration.h
Configuration_adv.h
configuration.zip
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Did you test the latest
bugfix-2.1.x
code?Yes, and the problem still exists.
Bug Description
The area dimension printed by
M115
is badly printed (,
and}
are missing in the output).Relates to #22598
See:
Marlin/Marlin/src/gcode/host/M115.cpp
Lines 235 to 263 in 8298a47
Bug Timeline
tested with bugfix-2.1.x as of version 8298a47
Expected behavior
Actual behavior
Formatted
area:
value:Full output (OctoPrint console):
Steps to Reproduce
M115
area:
and auto-format by jsonlint.com (ignore the missing quotes error)Version of Marlin Firmware
Marlin bugfix-2.1.x (Nov 26 2022 18:58:23)
Printer model
Creality Ender 5 Plus
Electronics
BTT SKR Pro v1.2
Add-ons
No response
Bed Leveling
UBL Bilinear mesh
Your Slicer
Cura
Host Software
OctoPrint
Don't forget to include
Configuration.h
andConfiguration_adv.h
.configuration.zip
Additional information & file uploads
No response
The text was updated successfully, but these errors were encountered: