Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
drphil3d committed Mar 9, 2019
1 parent 382b732 commit 1d6bd40
Show file tree
Hide file tree
Showing 9 changed files with 21,770 additions and 12,150 deletions.
6,074 changes: 0 additions & 6,074 deletions Play/RevFv1.0_Play_Super-Y300_.hex

This file was deleted.

6,170 changes: 6,170 additions & 0 deletions Play/RevFv1.1_Play_Super Y300_E3D_HB.hex

Large diffs are not rendered by default.

6,073 changes: 6,073 additions & 0 deletions Play/RevFv1.1_Play_Super Y300_HeatedBed_.hex

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@
#define TEMP_SENSOR_3 0
#define TEMP_SENSOR_4 0
#define TEMP_SENSOR_BED 0
#define TEMP_SENSOR_CHAMBER 0
#define TEMP_SENSOR_CHAMBER 5

// Dummy thermistor constant temperature readings, for use with 998 and 999
#define DUMMY_THERMISTOR_998_VALUE 25
Expand Down Expand Up @@ -550,13 +550,13 @@
* TMC5130, TMC5130_STANDALONE
* :['A4988', 'DRV8825', 'LV8729', 'L6470', 'TB6560', 'TB6600', 'TMC2100', 'TMC2130', 'TMC2130_STANDALONE', 'TMC2208', 'TMC2208_STANDALONE', 'TMC26X', 'TMC26X_STANDALONE', 'TMC2660', 'TMC2660_STANDALONE', 'TMC5130', 'TMC5130_STANDALONE']
*/
//#define X_DRIVER_TYPE A4988
//#define Y_DRIVER_TYPE A4988
//#define Z_DRIVER_TYPE A4988
#define X_DRIVER_TYPE A4988
#define Y_DRIVER_TYPE A4988
#define Z_DRIVER_TYPE A4988
//#define X2_DRIVER_TYPE A4988
//#define Y2_DRIVER_TYPE A4988
//#define Z2_DRIVER_TYPE A4988
//#define E0_DRIVER_TYPE A4988
#define E0_DRIVER_TYPE A4988
//#define E1_DRIVER_TYPE A4988
//#define E2_DRIVER_TYPE A4988
//#define E3_DRIVER_TYPE A4988
Expand Down Expand Up @@ -608,14 +608,14 @@
* Override with M92
* X, Y, Z, E0 [, E1[, E2[, E3[, E4]]]]
*/
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 2020, 96 }
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 2020, 94.5 }

/**
* Default Max Feed Rate (mm/s)
* Override with M203
* X, Y, Z, E0 [, E1[, E2[, E3[, E4]]]]
*/
#define DEFAULT_MAX_FEEDRATE { 125, 125, 5, 40 }
#define DEFAULT_MAX_FEEDRATE { 125, 125, 8, 40 }

/**
* Default Max Acceleration (change/s) change = mm/s
Expand Down Expand Up @@ -648,7 +648,7 @@
#define DEFAULT_XJERK 10.0
#define DEFAULT_YJERK 10.0
#define DEFAULT_ZJERK 0.3
#define DEFAULT_EJERK 4
#define DEFAULT_EJERK 4.5

/**
* S-Curve Acceleration
Expand Down Expand Up @@ -1021,7 +1021,7 @@

// Set the number of grid points per dimension.
#define GRID_MAX_POINTS_X 3
#define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X
#define GRID_MAX_POINTS_Y 3

// Set the boundaries for probing (where the probe can reach).
//#define LEFT_PROBE_BED_POSITION MIN_PROBE_EDGE
Expand Down Expand Up @@ -1058,7 +1058,7 @@

//#define MESH_EDIT_GFX_OVERLAY // Display a graphics overlay while editing the mesh

#define MESH_INSET 10 // Set Mesh bounds as an inset region of the bed
#define MESH_INSET 18 // Set Mesh bounds as an inset region of the bed
#define GRID_MAX_POINTS_X 10 // Don't use more than 15 points per axis, implementation limited.
#define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X

Expand Down Expand Up @@ -1118,7 +1118,7 @@
* Commands to execute at the end of G29 probing.
* Useful to retract or move the Z probe out of the way.
*/
#define Z_PROBE_END_SCRIPT "G1 Z10 F7000\nG1 X0 Y0 F7000"
#define Z_PROBE_END_SCRIPT "G1 Z10 F7000"


// @section homing
Expand Down
Loading

0 comments on commit 1d6bd40

Please sign in to comment.