Skip to content

Commit

Permalink
Update configs
Browse files Browse the repository at this point in the history
  • Loading branch information
DerAndere1 committed Oct 11, 2024
1 parent 50fc20e commit 192a7f3
Show file tree
Hide file tree
Showing 10 changed files with 525 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
/**
* Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin]
* Copyright 2019 - 2024 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin]
*
* Based on:
* Marlin 3D Printer Firmware
* Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
/**
* Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin]
* Copyright 2019 - 2024 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin]
*
* Based on:
* Marlin 3D Printer Firmware
* Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
*
Expand Down Expand Up @@ -776,7 +780,7 @@

// If you want endstops to stay on (by default) even when not homing
// enable this option. Override at any time with M120, M121.
//#define ENDSTOPS_ALWAYS_ON_DEFAULT
#define ENDSTOPS_ALWAYS_ON_DEFAULT

// @section extras

Expand Down Expand Up @@ -2533,7 +2537,7 @@
* and optionally G38.4 and G38.5 (probe away from target).
* Set MULTIPLE_PROBING for G38 to probe more than once.
*/
//#define G38_PROBE_TARGET
#define G38_PROBE_TARGET
#if ENABLED(G38_PROBE_TARGET)
//#define G38_PROBE_AWAY // Include G38.4 and G38.5 to probe away from target
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
/**
* Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin]
* Copyright 2019 - 2024 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin]
*
* Based on:
* Marlin 3D Printer Firmware
* Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
*
Expand Down Expand Up @@ -1844,8 +1848,8 @@
#define INVERT_Y_DIR false
#define INVERT_Z_DIR false
#define INVERT_I_DIR false
#define INVERT_J_DIR true
//define INVERT_K_DIR true
#define INVERT_J_DIR false
//#define INVERT_K_DIR true
//#define INVERT_U_DIR false
//#define INVERT_V_DIR false
//#define INVERT_W_DIR false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
/**
* Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin]
* Copyright 2019 - 2024 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin]
*
* Based on:
* Marlin 3D Printer Firmware
* Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
*
Expand Down Expand Up @@ -776,7 +780,7 @@

// If you want endstops to stay on (by default) even when not homing
// enable this option. Override at any time with M120, M121.
//#define ENDSTOPS_ALWAYS_ON_DEFAULT
#define ENDSTOPS_ALWAYS_ON_DEFAULT

// @section extras

Expand Down Expand Up @@ -2533,7 +2537,7 @@
* and optionally G38.4 and G38.5 (probe away from target).
* Set MULTIPLE_PROBING for G38 to probe more than once.
*/
//#define G38_PROBE_TARGET
#define G38_PROBE_TARGET
#if ENABLED(G38_PROBE_TARGET)
//#define G38_PROBE_AWAY // Include G38.4 and G38.5 to probe away from target
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
/**
* Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin]
* Copyright 2019 - 2024 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin]
*
* Based on:
* Marlin 3D Printer Firmware
* Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#
# Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin]
# PlatformIO Configuration File by DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin]
#
# Based on:
# Marlin Firmware
# PlatformIO Configuration File
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
/**
* Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin]
* Copyright 2019 - 2024 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin]
*
* Based on:
* Marlin 3D Printer Firmware
* Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
*
Expand Down Expand Up @@ -1844,8 +1848,8 @@
#define INVERT_Y_DIR false
#define INVERT_Z_DIR false
#define INVERT_I_DIR false
#define INVERT_J_DIR true
//define INVERT_K_DIR true
#define INVERT_J_DIR false
//#define INVERT_K_DIR true
//#define INVERT_U_DIR false
//#define INVERT_V_DIR false
//#define INVERT_W_DIR false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
/**
* Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin]
* Copyright 2019 - 2024 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin]
*
* Based on:
* Marlin 3D Printer Firmware
* Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
*
Expand Down Expand Up @@ -776,7 +780,7 @@

// If you want endstops to stay on (by default) even when not homing
// enable this option. Override at any time with M120, M121.
//#define ENDSTOPS_ALWAYS_ON_DEFAULT
#define ENDSTOPS_ALWAYS_ON_DEFAULT

// @section extras

Expand Down Expand Up @@ -2533,7 +2537,7 @@
* and optionally G38.4 and G38.5 (probe away from target).
* Set MULTIPLE_PROBING for G38 to probe more than once.
*/
//#define G38_PROBE_TARGET
#define G38_PROBE_TARGET
#if ENABLED(G38_PROBE_TARGET)
//#define G38_PROBE_AWAY // Include G38.4 and G38.5 to probe away from target
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
Expand Down
Loading

0 comments on commit 192a7f3

Please sign in to comment.