Skip to content

Commit

Permalink
New firmware for all the machines
Browse files Browse the repository at this point in the history
  • Loading branch information
drphil3d committed Feb 24, 2019
1 parent 796c865 commit c8545e9
Show file tree
Hide file tree
Showing 1,046 changed files with 172,379 additions and 682,526 deletions.
6,069 changes: 6,069 additions & 0 deletions Adopt-A-Bot/RevF-v1.0_Adopt-A-Bot_3Point-Level_NeoPixel100x100x125_.hex

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1,927 changes: 1,927 additions & 0 deletions Adopt-A-Bot/source/v1.0 3 Point Leveling/Configuration.h

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@
*/
//#define PWM_MOTOR_CURRENT { 1300, 1300, 1250 } // Values in milliamps
//#define DIGIPOT_MOTOR_CURRENT { 135,135,135,135,135 } // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
#define DAC_MOTOR_CURRENT_DEFAULT {70,70,70,70} // Default drive percent - X, Y, Z, E axis
#define DAC_MOTOR_CURRENT_DEFAULT {75,75,70,75} // Default drive percent - X, Y, Z, E axis

// Use an I2C based DIGIPOT (e.g., Azteeg X3 Pro)
//#define DIGIPOT_I2C
Expand Down Expand Up @@ -746,7 +746,7 @@
*/
#define BABYSTEPPING
#if ENABLED(BABYSTEPPING)
//#define BABYSTEP_XY // Also enable X/Y Babystepping. Not supported on DELTA!
#define BABYSTEP_XY // Also enable X/Y Babystepping. Not supported on DELTA!
#define BABYSTEP_INVERT_Z false // Change if Z babysteps should go the other way
#define BABYSTEP_MULTIPLICATOR 1 // Babysteps are very small. Increase for faster motion.
#define BABYSTEP_ZPROBE_OFFSET // Enable to combine M851 and Babystepping
Expand Down Expand Up @@ -784,7 +784,7 @@

#if ENABLED(MESH_BED_LEVELING) || ENABLED(AUTO_BED_LEVELING_UBL)
// Override the mesh area if the automatic (max) area is too large
//#define MESH_MIN_X MESH_INSET
//#define MESH_MIN_X 25
//#define MESH_MIN_Y MESH_INSET
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
Expand Down Expand Up @@ -1430,7 +1430,7 @@
/**
* M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
*/
#define PINS_DEBUGGING
//#define PINS_DEBUGGING

/**
* Auto-report temperatures with M155 S<seconds>
Expand Down Expand Up @@ -1484,7 +1484,7 @@
/**
* User-defined menu items that execute custom GCode
*/
#define CUSTOM_USER_MENUS
//#define CUSTOM_USER_MENUS
#if ENABLED(CUSTOM_USER_MENUS)
#define USER_SCRIPT_DONE "M117 User Script Done"
#define USER_SCRIPT_AUDIBLE_FEEDBACK
Expand Down
Loading

0 comments on commit c8545e9

Please sign in to comment.