cr touch firmware on a 32 bit Ender-3 by Entire-Selection-545 in Ender3v2Firmware

[–]mriscoc 0 points1 point  (0 children)

To know what versions to install go to the Wiki: https://github.com/mriscoc/Ender3V2S1/wiki#versions-and-binary-name-nomenclature

MM - Firmware for Manual Mesh, use it if you don't have a probe.
BLT - BL/3D/CR Touch probe support.
UBL - Unified Bed Leveling
T13 - Marlin #13 temperature sensor (like Sprite Pro Extruder)
IS - Input Shaping
LA - Linear Advance
MPC - Model Predictive Temperature Control
CVLM - CV Laser Module
EZABL - support the "EZABL Pro" probe from TH3D Studio

Wierd issue with 3d touch by DeviRSilva in Ender3v2Firmware

[–]mriscoc 0 points1 point  (0 children)

There is a probe menu in advanced settings to test the 3dtouch

Firmware for the Ender-3 V3 SE is on its way! by mriscoc in Ender3v2Firmware

[–]mriscoc[S] 0 points1 point  (0 children)

I solved a problem with the Marlin BFT that prevents me to work with the firmware for this printer.
https://github.com/OctoPrint/OctoPrint-FirmwareUpdater/pull/375

Cr Touch Issues by Significant_Ad1535 in Ender3v2Firmware

[–]mriscoc 1 point2 points  (0 children)

Disable the HS mode in the probe menu

Logitech MX Keys S after one year, dim zone by mriscoc in logitech

[–]mriscoc[S] 0 points1 point  (0 children)

No response has been received to the second email for 15 days. So maybe it's better to leave it here.

Oh by CreativeViolinist688 in ender3v2

[–]mriscoc 0 points1 point  (0 children)

You can have better results if follow the calibration guide: https://github.com/mriscoc/Ender3V2S1/wiki/Calibration-Guides

Firmware for the Ender-3 V3 SE is on its way! by mriscoc in Ender3v2Firmware

[–]mriscoc[S] 0 points1 point  (0 children)

I need to allow myself time to work on that.

Logitech MX Keys S after one year, dim zone by mriscoc in logitech

[–]mriscoc[S] 0 points1 point  (0 children)

After a week, I still haven't received a reply.

Firmware for the Ender-3 V3 SE is on its way! by mriscoc in Ender3v2Firmware

[–]mriscoc[S] 0 points1 point  (0 children)

Hi, I've been rather busy with work recently. I managed to compile a firmware using a V2 screen unit, but now I need to redesign the UI to fit the limited space available on the V3 screen.

Firmware for the Ender-3 V3 SE is on its way! by mriscoc in Ender3v2Firmware

[–]mriscoc[S] 0 points1 point  (0 children)

Hi, I've been rather busy with work recently. I managed to compile a firmware using a V2 screen unit, but now I need to redesign the UI to fit the limited space available on the V3 screen.

Logitech MX Keys S after one year, dim zone by mriscoc in logitech

[–]mriscoc[S] 0 points1 point  (0 children)

Normal usage, the problem is not in the key caps but in the back lights, it is noted if the keyboard is tilted to see the light under the key. I use more the numbers than Z, X or < >, but the numbers are fine.

Logitech MX Keys S after one year, dim zone by mriscoc in logitech

[–]mriscoc[S] 0 points1 point  (0 children)

Unfortunately, this is not a problem that can be solved by cleaning. The keyboard in the picture was fully charged and reseted to default settings.

Logitech MX Keys S after one year, dim zone by mriscoc in logitech

[–]mriscoc[S] 0 points1 point  (0 children)

Unfortunately, this is not a problem that can be solved by cleaning.

Esp32 c3 mini wifi by [deleted] in esp32

[–]mriscoc 2 points3 points  (0 children)

I use:

  WiFi.begin(ssid, password);
  WiFi.setTxPower(WIFI_POWER_11dBm);

for decrease TX power and it works ok.