reprap:anet:a8:firmware:adaptingmarlin

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
reprap:anet:a8:firmware:adaptingmarlin [2016/12/22 00:32] lukeskymuhreprap:anet:a8:firmware:adaptingmarlin [2018/12/02 02:27] (current) – external edit 127.0.0.1
Line 4: Line 4:
 #define BAUDRATE 115200 //recomended to be more realiable) #define BAUDRATE 115200 //recomended to be more realiable)
  
- +#define TEMP_SENSOR_0 5
-#define TEMP_SENSOR_0 501+
 #define TEMP_SENSOR_1 0 #define TEMP_SENSOR_1 0
 #define TEMP_SENSOR_2 0 #define TEMP_SENSOR_2 0
 #define TEMP_SENSOR_3 0 #define TEMP_SENSOR_3 0
-#define TEMP_SENSOR_BED 501+#define TEMP_SENSOR_BED 5
  
  
Line 33: Line 32:
 #define Z_MAX_ENDSTOP_INVERTING false // set to true to invert the logic of the endstop. #define Z_MAX_ENDSTOP_INVERTING false // set to true to invert the logic of the endstop.
 #define Z_MIN_PROBE_ENDSTOP_INVERTING true // set to true to invert the logic of the endstop. #define Z_MIN_PROBE_ENDSTOP_INVERTING true // set to true to invert the logic of the endstop.
 +
 +// Travel limits after homing (units are in mm)
 +#define X_MIN_POS 0
 +#define Y_MIN_POS 0
 +#define Z_MIN_POS 0
 +#define X_MAX_POS 220
 +#define Y_MAX_POS 220
 +#define Z_MAX_POS 240
  
 #define DEFAULT_AXIS_STEPS_PER_UNIT   {100, 100, 400,90}  // default steps per unit for anet a8 #define DEFAULT_AXIS_STEPS_PER_UNIT   {100, 100, 400,90}  // default steps per unit for anet a8
Line 42: Line 49:
 #define DEFAULT_RETRACT_ACCELERATION  3000    // E acceleration for retracts #define DEFAULT_RETRACT_ACCELERATION  3000    // E acceleration for retracts
 #define DEFAULT_TRAVEL_ACCELERATION   3000    // X, Y, Z acceleration for travel (non printing) moves #define DEFAULT_TRAVEL_ACCELERATION   3000    // X, Y, Z acceleration for travel (non printing) moves
 +
 +#define FIX_MOUNTED_PROBE
  
 #define AUTO_BED_LEVELING_LINEAR #define AUTO_BED_LEVELING_LINEAR
  • reprap/anet/a8/firmware/adaptingmarlin.1482363173.txt.gz
  • Last modified: 2018/12/02 02:27
  • (external edit)