Bladeren bron

Initial list from perusing the commit logs

Scott Lahteine 9 jaren geleden
bovenliggende
commit
8dd94ccf58
1 gewijzigde bestanden met toevoegingen van 29 en 0 verwijderingen
  1. 29
    0
      Documentation/changelog.md

+ 29
- 0
Documentation/changelog.md Bestand weergeven

@@ -1 +1,30 @@
1
+### Version 1.0.3
2
+* Reduced code size, maybe a lot depending on your configuration.
3
+* Improved support for Delta, SCARA, and COREXY kinematics.
4
+* Move parts of Configuration files to `Conditionals.h` and `SanityCheck.h`.
5
+* Clean up of temperature code.
6
+* Enhanced `G29` with improved grid bed leveling based on Roxy code. See documentation.
7
+* Various bugs fixed from 1.0.2.
8
+* EEPROM layout updated to `V17`.
9
+* Added `M204` travel acceleration options.
10
+* `M204` "P" parameter replaces "`S`." "`S`" retained for backward compatibility.
11
+* Support for more RAMPS-based boards.
12
+* Configurator utility under development.
13
+* `M404` "`N`" parameter replaced with "`W`." ("`N`" is for line numbers only).
14
+* Much cleanup of the code.
15
+* Improved support for Cyrillic and accented languages.
16
+* LCD controller knob acceleration.
17
+* Improved compatibility with various sensors, MAX6675 thermocouple.
18
+* Filament runout sensor support.
19
+* Filament width measurement support.
20
+* Support for TMC and L6470 stepper drivers.
21
+* Better support of G-Code `;` comments, `\`, `N` line numbers, and `*` checksums.
22
+* Moved GCode handling code into individual functions per-code.
1 23
 
24
+### Version 1.0.2
25
+* Progress bar for character-based LCD displays.
26
+
27
+### Version 1.0.1
28
+
29
+### Version 1.0.0
30
+* Initial release

Laden…
Annuleren
Opslaan