Marlin icon indicating copy to clipboard operation
Marlin 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 sp...

Results 598 Marlin issues
Sort by recently updated
recently updated
newest added

This PR addresses three items: - The [example configuration](https://github.com/MarlinFirmware/Configurations/tree/bugfix-2.1.x/config/examples/AnyCubic/Vyper) fails to compile with this error: `'class Anycubic::DgusTFT' has no member named 'language'` - On the home screen there are symbols...

PR: Bug Fix
C: LCD & Controllers

Fixes / followup for CALIBRATION_GCODE processing - All tools low : (switching_nozzle_two_servos only) During calibration , many toolchange are made and heads moving up and down , with this option...

PR: Bug Fix
F: Calibration
F: Toolchange

Add report fans speed + report fans speed in temp auto report Doesn't exist in marlin , impossible to read the current value of speed in a distant host ,...

C: Serial Comms
C: Temperatures

Invert Sensors of a dual extruder machine Why: To avoid to unload filament of a long 1meter bowden machine , and to load it ! Now , just push the...

PR: New Feature
F: Filament Sensor

Feature Apply ' A , B , C ' value by gcode Why ? To print a calibration square , to pause the print , to apply dimensions , to...

F: Calibration

Fixes and little features for dual servos printers , i'm using one every day , the code need some fixes Fixes : - EDITABLE_ANGLES fix (Servos angles not working because...

PR: Bug Fix
F: Toolchange

### Description Based on the Fly-E3-v2 mainboard that was merged into Marlin, this is for the Fly-E3-Pro-V3 ### Requirements A Fly-E3-Pro-V3 ### Benefits Adds support for the Fly-E3-Pro-V3 board ###...

Needs: Work
C: Boards/Pins
Needs: Discussion
A: STM32

### Description Had a new user trying to setup a MKS TS35 V2.0 Marlin shows them the bootscreen, then this screen TFT_COLOR_UI ![current touch calibration](https://github.com/MarlinFirmware/Marlin/assets/530024/dc9404d6-e67a-41ef-a4a0-4125a98d3624) And they had no idea...

PR: Improvement
F: Calibration
C: User Interface

### Description for *ProUI*: --- This adds the option to enable two types of mesh viewers. Toggle between the older "Red ..0.. Green" square block style and the newer rainbow...

PR: Improvement
C: LCD & Controllers

### Description - In principle, rotational axes can be infinite. But with Marlin, the user needs reset the current position of that axis to 0 regularly to prevent overflow of...

PR: Improvement
PR: Bug Fix
C: Motion