Skip to content

Commit

Permalink
🔧 TAZProV2 adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
bmkahl committed Feb 28, 2024
1 parent ad5182b commit 54a78b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -2153,7 +2153,7 @@
#if ENABLED(TOOLHEAD_Galaxy_DualExtruder)
#define NOZZLE_TO_PROBE_OFFSET { 100, 70, -3.2 }
#else
#define NOZZLE_TO_PROBE_OFFSET { 23, 63, -3.2 }
#define NOZZLE_TO_PROBE_OFFSET { 23, 63, 0 }
#endif
#elif ANY(Sidekick_289, Sidekick_747)
#define NOZZLE_TO_PROBE_OFFSET { -1, 50, -1.23 }
Expand Down Expand Up @@ -2612,7 +2612,7 @@
#define LULZBOT_X_MAX_POS 313
#define LULZBOT_Y_MAX_POS 330
#define LULZBOT_Z_MIN_POS -9
#define LULZBOT_Z_MAX_POS 303
#define LULZBOT_Z_MAX_POS 300
#endif
#elif defined(Sidekick_289)
#define X_BED_SIZE 161
Expand Down
4 changes: 2 additions & 2 deletions Marlin/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -1105,7 +1105,7 @@
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
#define HOME_AFTER_G34
//#define HOME_AFTER_G34
#endif

//
Expand Down Expand Up @@ -4180,7 +4180,7 @@
#else
#define E_CURRENT_Aero "M906 E960"
#define E_CURRENT_BMG "M906 E960"
#define E_CURRENT_LGX175 "M906 E750"
#define E_CURRENT_LGX175 "M906 E850"
#define E_CURRENT_LGX285 "M906 E850"
#define E_CURRENT_TWNB175 "M906 T0 E750\n M906 T1 E750"
#define E_CURRENT_TWNB285 "M906 T0 E850\n M906 T1 E850"
Expand Down

0 comments on commit 54a78b0

Please sign in to comment.