mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-22 21:59:37 +08:00

Added additional option for disabling all retract options Added more comments. Added support for firmware based retractions. Added support for outputting changes to LCD (untested). Added type hints to most functions and variables. Created GCodeCommand class for better detection of G1 vs G10 or G11 commands, and accessing arguments. Fixed issue of properly restoring previous values in single layer option. Improved wording of Single Layer vs Keep Layer to better reflect what was happening. Moved most GCode methods to GCodeCommand class.