Skip to content

Releases: HellAholic/CuraPrintSkewCompensation

v.2.0.4

12 Sep 17:33
2fd76fe

Choose a tag to compare

Removed verbose development logging

v.2.0.3

03 Aug 21:38

Choose a tag to compare

  • Fixed an issue where the plugin's script would modify the end Gcode

v.2.0.2

01 Jul 17:12

Choose a tag to compare

  • Fix compatibility issue with other post processing scripts that use the data[len(data) - 1] reference to modify the data string

v.2.0.1

23 Jun 17:39
39c0c17

Choose a tag to compare

Bug fix:

  • Ensure the start-gcode remains valid when Cura method is selected. Previously it would remove the Start Gcode unintentionally.

v.2.0.0

21 Jun 11:32

Choose a tag to compare

Features

  • Calculates skew factors for XY, XZ, and YZ planes based on user measurements.
  • Provides several methods for applying skew compensation:
    • A. Marlin M852: Generates the M852 command for Marlin firmware.
    • B. Klipper SET_SKEW: Generates the SET_SKEW command for Klipper firmware.
    • C. Cura (Alter G-Code): Modifies the G-code directly using a post-processing script.
  • Optionally adds Marlin or Klipper commands to the start G-code automatically.
  • User-friendly dialog to input measurements and view calculated results.
  • Full Help menu with detailed explanation for each step -> Click on ? on top of each section to view
  • Includes calibration models in .stl formats that can be added with a button to the build plate of current selected printer.
  • Stores the measurements and configurations per printer so the user can switch between printers and retain the measurements and settings of each printer.