Welcome! Log In Create A New Profile

Advanced

idex configuration problem

Posted by neetspeed 
idex configuration problem
March 11, 2020 12:57AM
hi guys
I'm stuck on the configuration of the trays,
I followed the suggestions of dc42, which recommended setting the bed to 0 in the middle,
but I am progressing in my idex configuration and I am completely lost, I think
I have several problems,
1 when the tool is changed, it strikes and blocks,
2 when I choose to print in copy mode, or when I change the tool (when it is not blocked) it is U which is placed to probe with bltouch while these X BLtouch,
3 the heating does not activate in mirror mode also only one and the second in standby
4 my inquiry g32 hangs at half of Y
if someone could take a look at my configuration and enlighten me it will be nice
I attach a photo of the dimensions of my trays
dsl for the mistakes i don't manage english too much



G90                                             ; send absolute coordinates...
M83                                             ; ...but relative extruder moves
M550 P"V CORE Pro"                              ; set printer name

;M667 S1                                         ; select CoreXY mode
M669 K1 X1:1:0:0 Y1:-1:0:-1 U0:0:0:1 Z0:0:1:0

; Network
M550 P"V-Core Pro"                                 ; Set machine name

M552 S1                                         ; enable network

M586 P0 S1                                      ; enable HTTP
M586 P1 S0                                      ; disable FTP
M586 P2 S0                                      ; disable Telnet

; Drives
M569 P0 S1                                      ; physical drive 0 goes forwards
M569 P1 S1                                      ; physical drive 1 goes forwards
M569 P2 S0                                     ; physical drive 2 goes backwards
M569 P3 S0                                     ; physical drive 3 goes backwards
M569 P4 S0                                      ; physical drive 4 goes backwards
M569 P5 S0                                     ; physical drive 5 goes backwards
M569 P8 S1                                     ; physical drive 8 goes backwards

;nivelement z automatique
M584 X0 Y1 U4 Z2:5 E3:8 ; deux moteurs Z connectés aux sorties pilote Z et E5
M671 X-156:156 Y0:0 S5 ; vis à plomb à gauche (connectées à Z) et à droite (connectées à E1) de l'axe X
M208 X-5:205 Y0:200 ; Le chariot X passe de -5 à 205, le lit Y passe de 0 à 200




M350 X16 Y16 U16 Z16 E16:16 I1                      ; configure microstepping with interpolation
M92 X160.00 Y160.00 U160.00 Z800.00 E420.00:420.00      ; set steps per mm
M566 X900.00 Y900.00 U900.00 Z12.00 E120.00:120.00      ; set maximum instantaneous speed changes (mm/min)
M203 X12000.00 Y12000.00 U12000.00  Z1800.00 E1200.00:1200.00 ; set maximum speeds (mm/min)
M201 X500.00 Y500.00 U500.00 Z20.00 E250.00:250.00      ; set accelerations (mm/s^2)
M906 X1200 Y1200 U1200 Z1200 E800:800 I30             ; set motor currents (mA) and motor idle factor in per cent
M84 S30                                         ; Set idle timeout

; Axis Limits
M208 X-174 Y0  U-116 Z-2 S1                             ; set axis minima
M208 X116 Y240 U174 Z220 S0                          ; set axis maxima
;M208 X270 Y240 U333 Z220 S0                          ; set axis maxima



; Endstops
M574 X1 Y1 U2 S1                                   ; set active high endstops
M574 Z1 S2                                      ; set endstops controlled by probe

; Z-Probe
M307 H7 A-1 C-1 D-1                             ; disable heater on PWM channel for BLTouch
M558 P9 H4 F120 T36000                          ; set Z probe type to bltouch and the dive height + speeds
G31 P500 X-40 Y4 Z1.5                           ; set Z probe trigger value, offset and trigger height
M557 X-116:116 Y-120:110 S20                          ; define mesh grid

; Heaters
M307 H0 B0 S1.00                                ; disable bang-bang mode for the bed heater and set PWM limit
M305 P0 T100000 B4138 R4700                     ; set thermistor + ADC parameters for heater 0
M143 H0 S140                                    ; set temperature limit for heater 0 to 140C
M305 P1 X200                                    ; configure PT100 for heater 1
M143 H1 S300                                    ; set temperature limit for heater 1 to 300C
M305 P2 T100000 B4138 R4700                     ; set thermistor + ADC parameters for heater 2
;M305 P2 X203                                    ; configure PT100 for heater 2 pour configurer PT100 futur 
M143 H2 S300                                    ; set temperature limit for heater 2 to 300C

; Fans
M106 P1 C"hotend 0" S0 I0 F500 H1 T44               ; set fan 1 name, value, PWM signal inversion and frequency. Thermostatic control is turned on
M106 P2 C"hotend 1" S0 I0 F500 H2 T44              ; set fan 2 name, value, PWM signal inversion and frequency. Thermostatic control is turned on
M106 P4 C"fan couche 2" S0 I0 F500 H-1          ; set fan 4 name, value, PWM signal inversion and frequency. Thermostatic control is turned off
M106 P3 C"fan couche 1" S0 I0 F500 H-1        ; set fan 3 name, value, PWM signal inversion and frequency. Thermostatic control is turned off




; Tools outils 
M563 P0 S"hotend gauche" D0 H1 F0 F3             ; define tool 1
G10 P0 X0 Y0 U0 Z0                                 ; set tool 1 axis offsets
G10 P0 R0 S0                                    ; set initial tool 1 active and standby temperatures to 0C
M563 P1 S"hotend droit" D1 H2 X3 F1 F4                ; define tool 2
G10 P1 X0 Y0 U0 Z0                                 ; set tool 2 axis offsets
G10 P1 R0 S0                                    ; set initial tool 2 active and standby temperatures to 0C

;    '' 'Créer un outil qui imprime 2 copies de l'objet en utilisant les deux chariots' ''
  M563 P2 S"mode miroir"  D0:1 H1:2 X0:3 F0:1 ; l'outil 2  des extrudeuses, des radiateurs et des ventilateurs d'extrémité chaude et mappe X sur X et U
  G10 P2 X50 Y0 U-50 S0 R0 ; définir les décalages d'outil et les températures
  M567 P2 E1:1 ; régler le rapport de mélange à 100% sur les deux extrudeuses

; Custom settings are not defined
xxxxxx.G
Re: idex configuration problem
March 11, 2020 04:35AM
I have replied to your similar post on the Duet3D forum.



Large delta printer [miscsolutions.wordpress.com], E3D tool changer, Robotdigg SCARA printer, Crane Quad and Ormerod

Disclosure: I design Duet electronics and work on RepRapFirmware, [duet3d.com].
Re: idex configuration problem
March 11, 2020 09:31AM
OK thanks a lot ,
I'm so lost smiling smiley,
I will post here after for the continuation and if resolut,
Sorry, only registered users may post in this forum.

Click here to login