Skip to content

Marlin 2.0.4.3

Compare
Choose a tag to compare
@thinkyhead thinkyhead released this 24 Feb 12:37
· 5666 commits to 2.0.x since this release

Fixed Issues

  • Fix borked babystepping loop (really!).
  • Fix evaluation of which stepper drivers have Software Serial.
  • Suppress "packed member" warning with new LPC176x compiler.
  • Ensure last line from SD card is committed before closing print job.
  • Reduce default TMC baudrate to 57600 with Software Serial.

Configuration

  • Improved Geeetech A10T / A20T configurations.

LCD / Controller

  • "Init. Media" changed to "Attach Media."

For Developers

  • Allow use of USE_GCODE_SUBCODES for debugging.
  • Allow override of LCD_PIXEL_WIDTH / HEIGHT for experimentation.