Skip to content

Commit

Permalink
Update config_adv
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Apr 5, 2019
1 parent 13d30d6 commit 8222ea7
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions config/examples/STM32/Black_STM32F407VET6/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,7 @@
#define Z_HOME_BUMP_MM 2
#define HOMING_BUMP_DIVISOR { 2, 2, 4 } // Re-Bump Speed Divisor (Divides the Homing Feedrate)
//#define QUICK_HOME // If homing includes X and Y, do a diagonal move initially
//#define HOMING_BACKOFF_MM { 2, 2, 2 } // (mm) Move away from the endstops after homing

// When G28 is called, this option will make Y home before X
//#define HOME_Y_BEFORE_X
Expand Down Expand Up @@ -770,8 +771,9 @@
// Since the FAT gets out of order with usage, SDCARD_SORT_ALPHA is recommended.
#define SDCARD_RATHERRECENTFIRST

// Add an option in the menu to run all auto#.g files
//#define MENU_ADDAUTOSTART
//#define MENU_ADDAUTOSTART // Add a menu option to run auto#.g files

#define EVENT_GCODE_SD_STOP "G28XY" // G-code to run on Stop Print (e.g., "G28XY" or "G27")

/**
* Continue after Power-Loss (Creality3D)
Expand Down Expand Up @@ -960,6 +962,11 @@
//#define STATUS_FAN_FRAMES 3 // :[0,1,2,3,4] Number of fan animation frames
//#define STATUS_HEAT_PERCENT // Show heating in a progress bar

// Frivolous Game Options
//#define MARLIN_BRICKOUT
//#define MARLIN_INVADERS
//#define MARLIN_SNAKE

#endif // HAS_GRAPHICAL_LCD

// @section safety
Expand Down

0 comments on commit 8222ea7

Please sign in to comment.