Marlin dual extruders, dual heaters setup help on MKS GEN 1.4 January 24, 2019 03:36PM |
Registered: 6 years ago Posts: 5 |
#define EXTRUDERS 2 #define TEMP_SENSOR_1 1 #define DISTINCT_E_FACTORS #define DEFAULT_AXIS_STEPS_PER_UNIT { 256, 256, 800, 240, 400 } #define DEFAULT_MAX_FEEDRATE { 200, 200, 30, 25, 25 } #define DEFAULT_MAX_ACCELERATION { 1600, 1600, 100, 10000, 10000 } // VOLCANO SINGLE NOZZLE, 3D touch probe mounted on hole #4 (bottom to top) /* #define X_PROBE_OFFSET_FROM_EXTRUDER -16 // X offset: -left +right [of the nozzle] #define Y_PROBE_OFFSET_FROM_EXTRUDER 65 // Y offset: -front +behind [the nozzle] #define Z_PROBE_OFFSET_FROM_EXTRUDER -1 // Z offset: -below +above [the nozzle] */ // DUAL NOZZLE, small heater block, 3D touch probe mounted on hole #2 (bottom to top) #define X_PROBE_OFFSET_FROM_EXTRUDER -10 // X offset: -left +right [of the nozzle] #define Y_PROBE_OFFSET_FROM_EXTRUDER 65 // Y offset: -front +behind [the nozzle] #define Z_PROBE_OFFSET_FROM_EXTRUDER -1 // Z offset: -below +above [the nozzle]
Re: Marlin dual extruders, dual heaters setup help on MKS GEN 1.4 February 11, 2019 05:00PM |
Registered: 6 years ago Posts: 11 |