Skip to content

Latest commit

 

History

History
61 lines (44 loc) · 1.83 KB

File metadata and controls

61 lines (44 loc) · 1.83 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

7.78.6

Added

  • Added an EditorContext to better track drawing updates to refresh the view
  • Real time updates when using the Rotate, Scale, and Translate tools.

Fixed

  • First travel move was appearing in white instead of the travel color.
  • Render of the drawing was fixed to the world center, not the Turtle center.

7.78.5

Added

  • Drag + drop a file now adds that file to the "Recent Files" list.

Fixed

  • Infill of closed loops should now be properly filled. Was occasionally failing the in/out test and creating a mess.
  • MickeyMoe1992 now properly obeys the margin limits, same as the other converters.
  • Render hints are now forced to enable antialiasing, etc.

7.78.3

Added

  • Added Generator "Registration Marks"
  • Added "Zoom to fit machine"

Removed

  • Hid the Donatello panel at startup for a less confusing new user experience.

7.78.0

Added

  • This changelog.
  • Open source button to README.md.
  • GCode headers now include M201, M203, M204, and M205 for speed tuning.
  • English for "Jerk" in plotter settings tab.
  • Added Peano and other L system fractals, all consolidated under Fractals > L Systems.

Changed

  • Size of "upload firmware" dialog should now be large enough to see all text.
  • Bumped Jogamp to 2.6.0.

Deprecated

Removed

  • use of OpenGL and all hardware accelerated graphics

Fixed

  • English label for "Acceleration" in plotter settings tab.
  • Calculation for meters of timing belt needed on each side of Makelangelo 5 and HUGE.

Security

[7.76.1] - 2025-08-29

Last release before changelog was introduced.