Marlin
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...
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...
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...
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 ,...
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...
Feature Apply ' A , B , C ' value by gcode Why ? To print a calibration square , to pause the print , to apply dimensions , to...
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...
### 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 ###...
### Description Had a new user trying to setup a MKS TS35 V2.0 Marlin shows them the bootscreen, then this screen TFT_COLOR_UI  And they had no idea...
### 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...
Better support for "infinite" axes: Enable G92.9 (directly set current position) for rotational axes
### 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...