Releases: HellAholic/CuraPrintSkewCompensation
Releases · HellAholic/CuraPrintSkewCompensation
v.2.0.4
v.2.0.3
- Fixed an issue where the plugin's script would modify the end Gcode
v.2.0.2
- 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
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
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
M852command for Marlin firmware. - B. Klipper SET_SKEW: Generates the
SET_SKEWcommand for Klipper firmware. - C. Cura (Alter G-Code): Modifies the G-code directly using a post-processing script.
- A. Marlin M852: Generates the
- 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
.stlformats 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.