SV04-Marlin-2.1.x icon indicating copy to clipboard operation
SV04-Marlin-2.1.x copied to clipboard

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. | Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your...

Results 21 SV04-Marlin-2.1.x issues
Sort by recently updated
recently updated
newest added

Would it be possible to add 2 decimal places to the steps adjustments, at worst being 0.5 out is not really accurate enough

**Describe the bug** Switching to tramming (from auto-leveling) seems to raise the Z height. Continuing to tram (by pressing the same number) seems to raise the Z height as well....

### Is your feature request related to a problem? Please describe. _No response_ ### Are you looking for hardware support? _No response_ ### Describe the feature you want Considering the...

### Description This change adds the `-Werror` flag to turn all compiler warnings into errors, which will fail the build. ### Benefits This will help prevent code with warnings from...

### Description `PSTR()` is only appropriate when passed to a printf()-style function, and will cause compiler warnings when passed to `char*` parameters. Instead, the `F()` macro should be used in...

The firmware does not build on Linux due to incorrect case-sensitive includes. This PR fixes the broken build.

**Describe the bug** Prompt is cut off **To Reproduce** Steps to reproduce the behavior: 1. Extruder is cold 2. Go to 'Settings | Refuel' 3. Click on 'Unload' 4. You'll...

M300 is currently ignored (same as with stock). It would be nice if M300 performed as expected.

I have some custom Tool Change Code in prusa slicer where for every tool change it does the following { if previous_extruder>-1 } T{previous_extruder} M106 S0 T{next_extruder} M106 S255 {...

- Fix building LCD_RTS on case-sensitive systems (Unix) - Enable using the J2 header on the SV04 as a suicide switch, as per bjoern70's design and my remix thereof.