m-kozlowski

Results 19 comments of m-kozlowski

> Microsoft version Ubuntu 18.04 LTS wait, what? so: -you're new to linux -you're not using linux -you've encountered bug that is most likely a lack of Microsoft's WSL compatibility...

I share same observations on every printer I've upgraded to MK3.5 - both original and bear frame. I don't care much about print area being shifted, as long as it...

Sensor offset seems correct https://github.com/prusa3d/Prusa-Firmware/blob/d22245b4823f510390e288b53dc5fdfaf4f89035/Firmware/variants/MK3S-E3DREVO.h#L459-L461 https://github.com/prusa3d/Prusa-Firmware-Buddy/blob/0de68b877b7304b770b128e1d8e9c689e4a19492/include/marlin/Configuration_MK3.5.h#L949-L950 It looks more like whole bed is off, exactly by 1mm. And that would match: https://github.com/prusa3d/Prusa-Firmware/blob/d22245b4823f510390e288b53dc5fdfaf4f89035/Firmware/variants/MK3S-E3DREVO.h#L63 https://github.com/prusa3d/Prusa-Firmware-Buddy/blob/0de68b877b7304b770b128e1d8e9c689e4a19492/include/marlin/Configuration_MK3.5.h#L1111

Yeah, I forgot to mention... I did check that too. The screws was indeed stuck, but no signs of resin residues on connecting surfaces.

I'm trying to understand differences between v.1.0 (a.k.a. "factory version") and current LF emulation code. If I get it right, in the old code `lf_is_field_exists()` is called *after* transmitting whole...

Had this error yesterday trying to flash self compiled firmware to chameleon lite. Tried native windows, WSL and linux - same result. Flashing dpu-app.zip from github actions worked (and brought...

You guys are having problem flashing Lite or Ultra device? If it's Lite, then build.sh ignores device type set in Makefile.defs, as a result zip bundle is always built with...

Target MCU doesn't matter. "hw version" is built in bootloader https://github.com/RfidResearchGroup/ChameleonUltra/blob/32e0cdf16bc62786f4ef177515721f79b8ca98d7/firmware/common/hw_connect.c#L6 included in firmware bundle https://github.com/RfidResearchGroup/ChameleonUltra/blob/32e0cdf16bc62786f4ef177515721f79b8ca98d7/firmware/build.sh#L38 and it's verified by bootloader before flashing https://github.com/RfidResearchGroup/ChameleonUltra/blob/32e0cdf16bc62786f4ef177515721f79b8ca98d7/firmware/nrf52_sdk/components/libraries/bootloader/dfu/nrf_dfu_ver_validation.c#L284 But that's not the cause of...

use nrfutil and flash over usb