Skip to content

Commit

Permalink
✨ Tarantula Pro with MKS SGEN-L (#936)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb authored Jun 1, 2023
1 parent d632afb commit 516effa
Show file tree
Hide file tree
Showing 9 changed files with 8,056 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1989,7 +1989,7 @@
//#define AUTO_BED_LEVELING_LINEAR
//#define AUTO_BED_LEVELING_BILINEAR
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
#define MESH_BED_LEVELING

/**
* Normally G28 leaves leveling disabled on completion. Enable one of
Expand Down Expand Up @@ -2159,7 +2159,7 @@
* Add a bed leveling sub-menu for ABL or MBL.
* Include a guided procedure if manual probing is enabled.
*/
//#define LCD_BED_LEVELING
#define LCD_BED_LEVELING

#if ENABLED(LCD_BED_LEVELING)
#define MESH_EDIT_Z_STEP 0.025 // (mm) Step size while manually probing Z axis.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@
* Multiple extruders can be assigned to the same pin in which case
* the fan will turn on when any selected extruder is above the threshold.
*/
#define E0_AUTO_FAN_PIN 7
#define E0_AUTO_FAN_PIN FAN1_PIN
#define E1_AUTO_FAN_PIN -1
#define E2_AUTO_FAN_PIN -1
#define E3_AUTO_FAN_PIN -1
Expand Down
Loading

0 comments on commit 516effa

Please sign in to comment.