Traumflug / Teacup_Firmware

Firmware for RepRap and other 3D printers
http://forums.reprap.org/read.php?147
GNU General Public License v2.0
311 stars 199 forks source link

Repetier Host compatibility #274

Open ryannining opened 7 years ago

ryannining commented 7 years ago

I am working on repetier host compatibility, including the Eprom manager so user can change machine setting on the repetier host.

https://github.com/repetier/Repetier-Host/wiki/EEPROM-settings

image The description is short to save memory.

But this need to make the startup welcome not just start but i copy the startup welcome from repetier firmware. Is that okay ? Since maybe user will wonder that the firmware is repetier, not teacup. sersendf_P(PSTR("FIRMWARE_NAME:Repetier_1.9 FIRMWARE_URL:null PROTOCOL_VERSION:1.0 MACHINE_TYPE:teacup EXTRUDER_COUNT:1 REPETIER_PROTOCOL:\n"));

I have test print many small STL, looks like all good.

ryannining commented 7 years ago

About the CRLF problem, i use trick if found CR or LF but not seen M or G then no need to reply ok