Marcio T.

Results 28 comments of Marcio T.

So I found out that the normal way to do authentication is using a custom HTTP Authorization header. That works fine and shortens my URL considerably. So I no longer...

@jov58: This is probably not the correct forum to ask about this, as you are using the web server library from Espressif. This repository is for a completely different HTTP...

@jov58: I think this is where you would want to ask your question: https://github.com/espressif/arduino-esp32/tree/master/libraries/WebServer

On further investigation, I found that "center_object" is checked from here: https://github.com/Ultimaker/CuraEngine/blob/cf1a3515fe618e0cd5b90378868840a2dda97503/src/MeshGroup.cpp#L99 I was able to log the value of `mesh.settings.get("center_object")` and it was correctly being set to 0 when...

It looks to me like the logic here is incorrect. Suppose we are dealing with a Cartesian printer. In that case, we would set "machine_center_is_zero" to "false". Now imagine we...

I understand. But what Cura is effectively doing is forcing the coordinate system to have zero in the center for all printer types. This is a bit confusing to me,...

> The first step of just having the Raspberry Pi host be able to mount/read the SCSI device directly would be a huge one as well. From there, you could...

TBH, approach 2 could probably be tackled by something like the BlueSCSI, as when doing a simple-passthru adapter, Linux and WiFi are kind of redundant.

@uweseimet: well, I don't have a specific use case in mind. Just thinking out loud. I agree that 1 would probably bring the most benefit to the most people. I...