Skip to content

Commit

Permalink
Merge branch '28-dual-extruder-calibration-cube-front-side' into 'mas…
Browse files Browse the repository at this point in the history
…ter'

Resolve "Dual Extruder calibration cube front side"

Closes MarlinFirmware#28

See merge request lulzbot3d/marlin!21
  • Loading branch information
bmkahl committed Sep 21, 2021
2 parents f01ea22 + 41f9c7a commit 0c0a7af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Marlin/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -1123,7 +1123,8 @@
#elif ANY(TAZPro, TAZProXT)
#if defined(TOOLHEAD_Quiver_DualExtruder)
#define CALIBRATION_OBJECT_CENTER {261.5, -18, -2.0} // mm
#define CALIBRATION_OBJECT_DIMENSIONS {10.0, .1, 10.0} // mm
#define CALIBRATION_OBJECT_DIMENSIONS {10.0, 10.0, 10.0} // mm
#define CALIBRATION_MEASURE_FRONT
#else
#define CALIBRATION_OBJECT_CENTER {267.5,-9.5,-2.0} // mm
#define CALIBRATION_OBJECT_DIMENSIONS {10.0, 1.0, 10.0} // mm
Expand Down

0 comments on commit 0c0a7af

Please sign in to comment.