Thanks David.
What would you suggest as a figure?
Thanks David.
What would you suggest as a figure?
So, I've built a little PCB that drives 2 more extruders on the e2 and e3 pins on the expansion connector.
I'm using 2 pololu DRV8825 drivers with all MS pins held high doing x32 microstepping
But, one of the extruders will randomly go backwards or forwards.
What the heck?
I haven't setup M906 for it, it's an external stepper. Does it apply? I thought I just used the little pot on the stepper driver.
I've setup an additional stepper driver (drv8825) and configured it in firmware.
all ms pins are high
M584 X0 Y4 Z2 E3:5 ; Apply custom drive mapping
M350 E16:32 I0
I've set M569 P5 S1 T4 as well
But it buzzes and doesn't turn.
I've got a1 a2 b2 b1 attached to red blue green black respectively.
where am I going wrong?
Well, I deleted my config.g override, and changed to p8. It stopped travel.
Changed back to p5, seems to be working now.
Odd, nothing in the config override should have been doing anything, but it seems to be working now.
Thanks for all your help @dc42
Yes, I can SEE the pulse on the web interface, I can't imagine its not long enough, but I'll try that now.
I USED to have a mechanical z-probe, is there some other setting I might have changed?
Ok, Been farting around.
When I tap the hot-end, the Zprobe on the web interface DOES go to 1000.
But it doesn't stop diving on the G30.
What the heck?
I just re-updated the firmware to the latest 2.02
Same thing.
M558
Z Probe type 5, invert no, dive height 5.0mm, probe speed 1200mm/min, travel speed 6000mm/min, recovery time 0.40 sec, heaters normal, max taps 1, max diff 0.03
G31 T5
Threshold 100, trigger height -0.10, offsets X0.0 Y0.0
Maybe I'll start the config.g from scratch.. But you see what I have there, nothing misconfigured?
@dc42 I get a v+(3,3?) blip on z_probe_in on the duet wifi board when I tap the hot end.
So, either Duet wifi board, or config is wrong.
How can I see what the firmware is seeing?
Can I run the Z_Probe_in to somewhere else?
DC42 - Is there any way to log the zprobe hit? like can I just put a LED between 2 pins and see if it blinks?
I also can hook up my oscilliscope if I know what I'm looking for.
Aidar - No change after capitalization.
no solder bridge. nothing reading as a short anyway.
4k ohms between zprobe in and gnd on duet (tested from 8-way plug)
Aidar, changed, I'll test. I think duet handles this though.
unplugging 8 way cable returns 1000
no shorts in cable, checked all the runs. I'll check for shorts while everything is plugged in, z-probe is currently returning 0.
; homedelta.g
; called to home all towers on a delta printer
;
; generated by RepRapFirmware Configuration Tool on Sun Feb 11 2018 10:18:09 GMT-0800 (Pacific Standard Time)
G91 ; use relative positioning
G1 S1 X650 Y650 Z650 F8000 ; move all carriages up 650mm, stopping at the endstops
G1 S2 X-4 Y-4 Z-4 F1800 S2 ; move all carriages down 4mm
G1 S1 X8 Y8 Z8 F360 ; move carriages slowly up 8mm, stopping at the endstops
G1 Z-5 F6000 ; down a few mm so that we can centre the head
G90 ; back to absolute positioning
G1 X0 Y0 F6000 ; centre the head and set a reasonable feed rate
;config.g
; Configuration file for Duet WiFi (firmware version 1.20 or newer)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool on Sun Feb 11 2018 10:18:09 GMT-0800 (Pacific 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 Marlin
; Automatic saving after power loss is not enabled
;M665 L480.687 R262.460 H385.081 B150.0 X-0.297 Y-0.297 Z0.000 ;M665 L494.726 R266.961 H386.657 B150.0 X-0.265 Y-0.243 Z0.000 ; Set delta radius, diagonal rod
M665 L454.184 R254.97 H380 B150.0 X-1.06 Y-1.74 Z0.000
M666 X-2.09 Y-0.62 Z0 A0.00 B0.00 ;Put your endstop adjustments here, or let auto calibration find them
length, printable radius and homed height
M208 Z0 S1 ; Set minimum Z
; Endstops
M574 X2 Y2 Z2 S1 ; Set active high endstops
M558 P5 R0.4 H5 F1200 T6000 ; Set Z probe type to switch and the dive height + speeds
G31 p100 X0 Y0 Z-0.1 ; Set zprobe trigger height x36 y-17 Set Z probe trigger value, offset and trigger height
M557 R150 S20 ; Define mesh grid
; Network
M550 PBigDelta ; Set machine name
M552 S1 ; Enable network
M587 S"" ; Configure access point. You can delete this line once connected
M587 S""
M586 P0 S1 ; Enable HTTP
M586 P1 S0 ; Disable FTP
M586 P2 S1 ; enable Telnet
; Drives
M569 P0 S1 ; Drive 0 goes forwards
;M569 P1 S1 ; Drive 1 burned out
M569 P2 S1 ; Drive 2 goes forwards
M569 P3 S0 ; Drive 3 goes forwards
M569 P4 S1 ; Drive 4 goes forwards
M569 P5 S1 ; Drive 5 goes forwards
M584 X0 Y4 Z2 E3 ; Apply custom drive mapping
M350 E16:16 I0 ; Configure microstepping without interpolation for extruder
M350 X32 y32 Z32 I1 ; Configure microstepping with interpolation
M92 X160 Y160 Z160 E150 ; Set steps per mm
M566 X72000 Y72000 Z72000 E1200 ; Set maximum instantaneous speed changes (mm/min)
M203 X18000 Y18000 Z18000 E1200 ; Set maximum speeds (mm/min)
M201 X1000 Y1000 Z1000 E1000 ; Set accelerations (mm/s^2)
M906 X1000 Y1000 Z1000 E800 I30 ; Set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout
; Heaters
M305 P0 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 0
M143 H0 S80 ; Set temperature limit for heater 0 to 120C
M305 P1 T100000 B4725 C0 R4700 ; Set thermistor + ADC parameters for heater 1
M143 H1 S280 ; Set temperature limit for heater 1 to 280C
;M305 P2 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 2
;M143 H2 S280 ; Set temperature limit for heater 2 to 280C
; Tools
M563 P0 D0 H1 ; Define tool 0
G10 P0 X-7.5 Y8 Z0 ; Set tool 0 axis offsets
G10 P0 R0 S0 ; Set initial tool 0 active and standby temperatures to 0C
M563 P1 D1 H2 ; Define tool 1
G10 P1 X40 Y5 Z0 ; Set tool 1 axis offsets
G10 P1 R0 S0 ; Set initial tool 1 active and standby temperatures to 0C
; Fans
M106 P0 S.3 I0 F500 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
M106 P1 S0 I0 F500 H 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
;Heaters
M307 H0 G118.4 C996.4 D1.0 S1.0 V12.6 B1
M307 H1 A249.9 C101.0 D2.8 S1.00 V12.6 B0
M307 H2 A567.4 C282.6 D5.1 S1.00 V12.6 B0
; Custom settings are not configured
M501
T0
Its odd, no usb hub. (Well, I guess there is the internal one)
But it was actually taking a long time to boot. Like 30 seconds.
I tried all the USB ports on the laptop. No difference for any of them.
Anyway, its all working now. (sorta)
I've just installed the smart effector, and hooked it up to my Duet Wifi.
I tap the hot-end, and the green light blinks, but when I run the G30, it doesn't stop heading down.
Where is my problem likely to be?
Ok.
Now I'm at
Firmware Name: RepRapFirmware for Duet 2 WiFi/Ethernet
Firmware Electronics: Duet WiFi 1.0 or 1.01
Firmware Version: 2.01(RTOS) (2018-07-26b2)
WiFi Server Version: 1.21
Web Interface Version: 1.22.6
Is this the latest I should be running?