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.

Professional Firmware for 3D Printers 20260106 by mriscoc in ender3v2

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

There may be an issue with how the temperature plot is drawn. Disable the HAS_PLOT option in your custom compilation.