probonopd / WirelessPrinting

Print wirelessly from Cura, PrusaSlicer or Slic3r to your 3D printer connected to an ESP8266 or ESP32 module
352 stars 65 forks source link

M115 send n times for autobaud #98

Closed chepo92 closed 5 years ago

probonopd commented 5 years ago

If you are not aware, every build that has a green checkmark has build artifacts (firmware) which you can donwload for testing.

probonopd commented 5 years ago

(Still) works for me. Ready for merging @chepo92 @GMagician?

chepo92 commented 5 years ago

Nope

chepo92 commented 5 years ago

It is doing this (info):

Last command sent: M115
Last received response: Cap:AUTOLEVEL:0Cap:Z_PROBE:0Cap:LEVELING_DATA:0Cap:BUILD_PERCENT:0Cap:SOFTWARE_POWER:0Cap:TOGGLE_LIGHTS:0Cap:CASE_LIGHT_BRIGHTNESS:0Cap:EMERGENCY_PARSER:0Cap:AUTOREPORT_SD_STATUS:0Cap:THERMAL_PROTECTION:1ok

and telnet:

<FIRMWARE_NAME:Marlin 1.1.9 (Github) SOURCE_CODE_URL:https://github.com/MarlinFirmware/Marlin PROTOCOL_VERSION:1.0 MACHINE_TYPE:MMK HB EXTRUDER_COUNT:1 UUID:cede2a2f-41a2-4748-9b12-c55c62f367ff#wait more#
<ap:SERIAL_XON_XOFF:0#wait more#
<T_TEMP:1#wait more#
<Cap:PROGRESS:0#wait more#
<Cap:PRINT_JOB:1#autotemp#
<Cap:AUTOLEVEL:0#wait more#
<Cap:Z_PROBE:0#wait more#
<Cap:LEVELING_DATA:0#wait more#
<Cap:BUILD_PERCENT:0#wait more#
<Cap:SOFTWARE_POWER:0#wait more#
<Cap:TOGGLE_LIGHTS:0#wait more#
<Cap:CASE_LIGHT_BRIGHTNESS:0#wait more#
<Cap:EMERGENCY_PARSER:0#wait more#
<Cap:AUTOREPORT_SD_STATUS:0#wait more#
<Cap:THERMAL_PROTECTION:1#wait more#
<ok#ok#
Connecting at 500000
>M115

(Look at <Cap:PRINT_JOB:1#autotemp# )

probonopd commented 5 years ago

Looks good, other than

<FIRMWARE_NAME:Marlin 1.1.9 (Github) SOURCE_CODE_URL:https://github.com/MarlinFi                                                          rmware/Marlin PROTOCOL_VERSION:1.0 MACHINE_TYPE:MMK HB EXTRUDER_COUNT:1 UUID:ced                                                          e2a2f-41a2-4748-9b12-c55c62f367ff#wait more#
<ap:SERIAL_XON_XOFF:0#wait more#

Is that really cropped like this or is this just a copy-and-paste effect

chepo92 commented 5 years ago

<FIRMWARE_NAME:Marlin 1.1.9 (Github) SOURCE_CODE_URL:https://github.com/MarlinFi rmware/Marlin PROTOCOL_VERSION:1.0 MACHINE_TYPE:MMK HB EXTRUDER_COUNT:1 UUID:ced e2a2f-41a2-4748-9b12-c55c62f367ff#wait more# <ap:SERIAL_XON_XOFF:0#wait more# <T_TEMP:1#wait more#

Looks good, other than

<FIRMWARE_NAME:Marlin 1.1.9 (Github) SOURCE_CODE_URL:https://github.com/MarlinFi                                                          rmware/Marlin PROTOCOL_VERSION:1.0 MACHINE_TYPE:MMK HB EXTRUDER_COUNT:1 UUID:ced                                                          e2a2f-41a2-4748-9b12-c55c62f367ff#wait more#
<ap:SERIAL_XON_XOFF:0#wait more#

Is that really cropped like this or is this just a copy-and-paste effect

cp effect, but the "C" is still missing <ap:SERIAL_XON_XOFF:0#wait more#

chepo92 commented 5 years ago

My lastest commit 7d9891e is working with marlin 1.1.9