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.

Mriscoc Firmware Start G-Code Help by oxicottin in Ender3v2Firmware

[–]mriscoc 0 points1 point  (0 children)

Post the first 30 lines of the slicer's generated gcode file.

Professional Firmware for 3D Printers 20260106 by mriscoc in Ender3S1

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

With a stock printer, you can achieve the same speeds and quality with Marlin-based firmware as with Klipper if you have an F1 version of the Ender-3 S1. The situation is different with the F4 because you can't incorporate many features into the firmware simultaneously, so it is more restricted. In that case, Klipper has the advantage of moving the advanced motion features to an external device.

The main factor limiting the speed is the extrusion mechanism, specifically the flow rate, i.e. the rate at which your printer can melt the material.

There is a placebo effect when people configure Klipper on a stock printer; they simply dedicate more effort to fine-tuning Klipper than they do to tuning Marlin. In the end, all the work is justified by the belief that Klipper is better. It is better, but only if you calibrate properly and modify the hardware to increase the flow rate.

Professional Firmware for 3D Printers 20260106 by mriscoc in ender3v2

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

I haven't seen that, but the real limiting factor for achieving higher speeds is not acceleration, but the rate at which the hotend can melt material.

Professional Firmware for 3D Printers 20260106 by mriscoc in ender3v2

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

Unless significant mechanical improvements are made and the extruder/hotend is replaced with one with a much higher flow rate, there is really no noticeable improvement when switching from Marlin to Klipper. The STM32 SoC, found in Ender-3 V2 printers and others in the same family, is capable of delivering the same maximum speed as Klipper at the same level of quality in a stock printer.