Got it thank you so much its homing now. And its just the mesh levelling that I need to sort out. Seems it probes a few points then says that that the probe was activated at the next point already.
Latest posts made by eviltoy
-
RE: X axis homes to the wrong direction
-
RE: X axis homes to the wrong direction
all jogs right now from what I can see. Just z does not home when homing all axis now
-
RE: X axis homes to the wrong direction
M569 P0 S1 ; Drive 0 goes forwards
M569 P1 S0 ; Drive 1 goes forwardsSorry my english is failing me today I meant I had to do this after I swapped the drivers around. Now just that screeching noise and to get Z to actually home
-
RE: X axis homes to the wrong direction
Sorted had to change the second line to S1. Now when I home after it hits the endstops there is a screeching noise.
-
X axis homes to the wrong direction
Hi
So I have been trying to figure out how to change the X home direction but alas I am failing. This all started with trying to get the axis actually moving in the right planes. Y moves home in the direction I want now etc but X still gives me hassles as it wants to home to the + side. How can I set this in firmware? I believe the 569 setting needs to be changed however if I change this it just makes everything go in diagonals. i have also tried switching the between the drivers but I still end up in the same place. config as follows:
; Configuration file for Duet WiFi (firmware version 1.17)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool on Sun Aug 13 2017 15:24:35 GMT+0200 (South Africa Standard Time); General preferences
M111 S0 ; Debugging off
G21 ; Work in millimetres
G90 ; Send absolute coordinates…
M83 ; ...but relative extruder moves
M555 P2 ; Set firmware compatibility to look like MarlinM667 S1 ; Select CoreXY mode
M208 X0 Y0 Z0 S1 ; Set axis minima
M208 X400 Y400 Z400 S0 ; Set axis maxima; Endstops
M574 Z0 S0 ; Define active low and unused microswitches
M574 X1 Y2 S1 ; Define active high microswitches
M558 P4 X0 Y0 Z1 H5 F120 T6000 ; Set Z probe type to unmodulated, the axes for which it is used and the probe + travel speeds
G31 P600 X0 Y0 Z2.5 ; Set Z probe trigger value, offset and trigger height
M557 X15:385 Y15:385 S20 ; Define mesh grid; Drives
M569 P0 S0 ; Drive 0 goes forwards
M569 P1 S1 ; Drive 1 goes forwards
M569 P2 S1 ; Drive 2 goes forwards
M569 P3 S1 ; Drive 3 goes forwards
M350 X16 Y16 Z16 E16 I1 ; Configure microstepping with interpolation
M92 X174.978 Y174.978 Z400 E417 ; Set steps per mm
M566 X900 Y900 Z12 E120 ; Set maximum instantaneous speed changes (mm/min)
M203 X9000 Y9000 Z180 E1200 ; Set maximum speeds (mm/min)
M201 X500 Y20 Z250 E250 ; Set accelerations (mm/s^2)
M906 X1000 Y1000 Z1000 E1000 I60 ; Set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout; Heaters
M143 S260 ; Set maximum heater temperature to 260C
M305 P0 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 0
M305 P1 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 1; Tools
M563 P0 D0 H1 ; Define tool 0
G10 P0 X0 Y0 Z0 ; Set tool 0 axis offsets
G10 P0 R0 S0 ; Set initial tool 0 active and standby temperatures to 0C; Network
Fancy network stuff goes here.
; Fans
M106 P0 S0.3 I0 F500 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
M106 P1 S1 I0 F500 H1 T45 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on
M106 P2 S1 I0 F500 H1 T45 ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned on; Custom settings are not configured
-
RE: NPN inductive endstop 5v to 3.3v
Right so the ones I had were an utter fail and didnt work. So I am getting the right ones. Just to confirm I need to get either one of the following :
http://za.rs-online.com/web/p/rectifier-schottky-diodes/2513025/
http://za.rs-online.com/web/p/rectifier-schottky-diodes/1038145/Yes that's correct.
Thanks so much will be getting them then
-
RE: NPN inductive endstop 5v to 3.3v
Right so the ones I had were an utter fail and didnt work. So I am getting the right ones. Just to confirm I need to get either one of the following :
http://za.rs-online.com/web/p/rectifier-schottky-diodes/2513025/
http://za.rs-online.com/web/p/rectifier-schottky-diodes/1038145/ -
RE: NPN inductive endstop 5v to 3.3v
Cool will do tonight thanks so much. Its my first duet so dont want to mess it up
-
RE: NPN inductive endstop 5v to 3.3v
Use a small-signal Schottky diode such as BAT43 or BAT85
I get that but my question was more around whether the diode I linked to would work for the application as I have them in bucket loads
-
RE: NPN inductive endstop 5v to 3.3v
I suggest the same wiring as for an NPN inductive Z probe, see https://duet3d.com/wiki/Connecting_a_Z_probe#NPN_output_normally-open_inductive_or_capacitive_sensor. However, as your endstops can work on 5V, it should be safe to power them from 5V and connect the output directly to the endstop input without the diode.
Hi based on that article would this work? https://za.rs-online.com/mobile/p/rectifier-schottky-diodes/7044013/
Anybody?