How can we help

Ask us, we will help you find a solution.

icon_widget_image Monday-Friday: opening hours 8:00 am to 4:00 pm icon_widget_image ul. Aleksandra 24/26/26G 93-418 Łódź icon_widget_image kme@kme.eu export@kme.eu
Image Alt
  /  xyplus

Xyplus Fix Now

XYPlus is typically a firmware feature (found in Marlin, RepRapFirmware, or Klipper) and a hardware configuration that allows independent control of the X and Y axes for advanced motion, tool changing, or calibration. In some contexts, it refers to a specific printer model (e.g., XYZprinting's XYPlus series), but in open-source CNC/3D printing, it's a calibration and compensation feature.

; Set tool offsets for IDEX M218 T0 X0 Y0 M218 T1 X33.5 Y0 xyplus

#define G34_ALIGNMENT #define Z_STEPPER_ALIGN_XY 50, 50, 50, 250 ; Auto-align X gantry G34 ; Set skew correction (X skew = 0.02 rad, Y skew = 0.01 rad) M556 S0.02 A0.01 XYPlus is typically a firmware feature (found in