Browse Source
Merge pull request #8463 from thinkyhead/bf2_32bit_M42
[2.0.x] Updates to Anet A8 configurations
pull/1/head
Scott Lahteine
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
3 deletions
-
Marlin/src/config/examples/Anet/A8/Configuration.h
|
|
@ -137,7 +137,7 @@ |
|
|
|
#define EXTRUDERS 1 |
|
|
|
|
|
|
|
// Generally expected filament diameter (1.75, 2.85, 3.0, ...). Used for Volumetric, Filament Width Sensor, etc.
|
|
|
|
#define DEFAULT_NOMINAL_FILAMENT_DIA 3.0 |
|
|
|
#define DEFAULT_NOMINAL_FILAMENT_DIA 1.75 |
|
|
|
|
|
|
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
|
|
|
//#define SINGLENOZZLE
|
|
|
@ -425,7 +425,7 @@ |
|
|
|
// or to allow moving the extruder regardless of the hotend temperature.
|
|
|
|
// *** IT IS HIGHLY RECOMMENDED TO LEAVE THIS OPTION ENABLED! ***
|
|
|
|
#define PREVENT_COLD_EXTRUSION |
|
|
|
#define EXTRUDE_MINTEMP 170 |
|
|
|
#define EXTRUDE_MINTEMP 160 // 160 guards against false tripping when the extruder fan kicks on.
|
|
|
|
|
|
|
|
// This option prevents a single extrusion longer than EXTRUDE_MAXLENGTH.
|
|
|
|
// Note that for Bowden Extruders a too-small value here may prevent loading.
|
|
|
@ -535,7 +535,7 @@ |
|
|
|
* Override with M92 |
|
|
|
* X, Y, Z, E0 [, E1[, E2[, E3[, E4]]]] |
|
|
|
*/ |
|
|
|
#define DEFAULT_AXIS_STEPS_PER_UNIT { 100, 100, 400, 95 } |
|
|
|
#define DEFAULT_AXIS_STEPS_PER_UNIT { 100, 100, 400, 100 } |
|
|
|
|
|
|
|
/**
|
|
|
|
* Default Max Feed Rate (mm/s) |
|
|
|