Christian Wohltat

Results 66 comments of Christian Wohltat

I tried it again with a python-websockets server described in https://github.com/micropython/micropython-lib/issues/853#issue-2283450782. The program also freezes and i get the following on the server side: ``` ... XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX 24 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX 25...

I took a closer look in wireshark and found something i didn't expect. Although i'm only sending from the esp32 to the pc server via websockets, there are there are...

I can reproduce this. Wrong dimensions appear also when referencing the pads original sketch directly and also if XZ-plane is used instead of pad side face. The dimensions change a...

Also if there are multiple line the command is only executed if the cursor is at the end. I recommend a behavior like in ipython, that is alt + Enter...

Wouldn't it be possible to automatically absorb the rays at a certain distance? Outside of the project bounding box it would not interact with objects anyways.

Ok i found your hint on using a absorber box around the scene. https://forum.freecadweb.org/viewtopic.php?style=5&f=8&t=59860&start=10#p515683 But would still be nice if this could happen automatically. Lets say twice the size of...

Just tested it. Works as promised. This is much easier and cleaner than an absorber cube. I personally think the default for MaxRayLength is way to high. I can't imagine...

I use realthunder Link branch. Maybe this is why you cannot reproduce. ``` OS: Linux Mint 20.1 (XFCE/xfce) Word size of OS: 64-bit Word size of FreeCAD: 64-bit Version: 2021.717.24301...

I've experienced the same or at least similar thing. 'Mark to recompute' the ray, then the recompute works two times but not after that. As i see it, there is...

OK i got it. I had to replace the `\x18` = 24 by `\x0C` = 12. ``` python def send_print_information_command(socket, data): # print to 24mm tape [1B 69 7A {84...