Welcome! Log In Create A New Profile

Advanced

Dual X Carriage modes not working good

Posted by DrumClock 
Dual X Carriage modes not working good
July 02, 2020 03:55PM
FW Marlin: Bugfix 2.0.x
Downloaded: 27.6.2020 at 15:17 (Prague)

Dual X Carriage modes:
1. AUTO_PARK - OK
- the movement of the carriage X1 is limited between -47 and 240
- the movement of the carriage X2 is limited between 0 and 292
- tool change T0 and T1 is exact according to offset X

2. DUPLICATION - BUG 198 mm gap between carriers, X2 collided in endstop X Max
3. MIRRORED - BUG the carriages collide in the middle

Change the
 DEFAULT_DUPLICATION_X_OFFSET 
setting does not affect the gap between carriers.



Configuration:

#define DUAL_X_CARRIAGE
#if ENABLED(DUAL_X_CARRIAGE)
  #define X1_MIN_POS  X_MIN_POS    // -47 X-min endstop
  #define X1_MAX_POS  X_BED_SIZE   // 240    
  #define X2_MIN_POS    0           
  #define X2_MAX_POS    292        // 292 X-max endstop 	  
  #define X2_HOME_DIR   1     
  #define X2_HOME_POS X2_MAX_POS 

  #define DEFAULT_DUAL_X_CARRIAGE_MODE DXC_AUTO_PARK_MODE
  
  #define DEFAULT_DUPLICATION_X_OFFSET 120 
#endif


```

Edited 1 time(s). Last edit at 07/02/2020 04:00PM by DrumClock.
Sorry, only registered users may post in this forum.

Click here to login