Nico Tonnhofer

Results 407 comments of Nico Tonnhofer

The serial for AVR is actually hard coded. But didn't use your melzi the serial 0 with the USB port?

I'm pretty sure, that you don't use the intercom board. This is a very special and today uncommon thing. Intercom is a board, where you split the extruder and the...

Can you please share your changes? So others could find it.

Yes, gcode is parsed to 8bit. So numbers should be between 0 and 255. We could increase this to 16bit, but most gcodes are not supported > 255. Teacup wants...

Yes, but why using 16bit, when you don't need it? 🤔 All teacup commands are between 0 and 255.

Looks like we need to rework the createTemperatureLookup.py. Some time ago @phord reworked the part in the config tool. So the table becomes much more accurate for all values.

@AnHardt check this thread how Teacup do it with the precalculated temptables. https://github.com/Traumflug/Teacup_Firmware/pull/208#issue-66080498

Maybe you could send a M155 S1 to report the temperature every second before waiting for reaching the temperature. I've never test this.

Because there is no complete support for displays in Teacup. Afaik M117 will show a message on a display. So there is acutally no reason to implement something which will...

I will check how to do correct error/warning handling for Octoprint. It's not very easy to handle all different hosts. thomaskilian schrieb am Di. 2. Okt. 2018 um 07:42: >...