FSR + DuetWifi
Posted: Sun Aug 20, 2017 2:05 pm
				
				Already I swapped out the rambo for the duetwifi, and the HE280. Did my first test temp and it held... right out of the box... I've been struggling MONTHS to get a stable HE temp from the 280 and RAMBO... anyways. The issue I'm having is that the JOHNSL FSR's aren't communicating to the Duet? Well they are and aren't, when I do a G32 it won't crash the board anymore, but very softly taps it and goes on, when it probes I get the error "Error: Z probe was not triggered during probing move" every time it probes. Here's my Config.g
Thoughts on where I went awry?
			Code: Select all
; Configuration file for SeeMeCNC Rostock MAX V3
; Communication and general
M111 S0                             	; Debug off
M550 PSeeMeCNCRostockMAXV3		; Machine name and Netbios name (can be anything you like)
M551 Preprap                        	; Machine password (used for FTP)
;*** If you have more than one Duet on your network, they must all have different MAC addresses, so change the last digits
;*** Wifi Networking
M552 S1					; Enable WiFi
M555 P2                           	; Set output to look like Marlin
M575 P1 B57600 S1			; Comms parameters for PanelDue
G21                                 	; Work in millimeters
G90                                	; Send absolute coordinates...
M83                                 	; ...but relative extruder moves
; Axis and motor configuration
M569 P0 S1				; Drive 0 goes forwards
M569 P1 S1				; Drive 1 goes forwards
M569 P2 S1				; Drive 2 goes forwards
M569 P3 S0				; Drive 3 goes forwards
M569 P4 S0				; Drive 4 goes forwards
M574 X2 Y2 Z2 S1			; set endstop configuration (all endstops at high end, active high)
;*** The homed height is deliberately set too high in the following - you will adjust it during calibration
M665 R144.158 L291.06 B130 H360 X0 Y0 Z0		; set delta radius, diagonal rod length, printable radius and homed height H415
M666 X0 Y0 Z0				; put your endstop adjustments here, or let auto calibration find them
M350 X16 Y16 E16 I1    			; Set 16x microstepping with interpolation
M92 X80 Y80 Z80				; Set axis steps/mm
M906 X1000 Y1000 Z1000 E800 I60		; Set motor currents (mA) and increase idle current to 60%
M201 X1000 Y1000 Z1000 E1000		; Accelerations (mm/s^2)
M203 X20000 Y20000 Z20000 E3600		; Maximum speeds (mm/min)
M566 X1200 Y1200 Z1200 E1200		; Maximum instant speed changes mm/minute
; Thermistors
M305 P0 T100000 B3950 R4700 H30 L0	; Put your own H and/or L values here to set the bed thermistor ADC correction
M305 P1 T100000 B4725 R4700 H30 L0 C7.06e-8	; Put your own H and/or L values here to set the first nozzle thermistor ADC correction, B was 3974, added c7.06e-8
;M305 P2 T100000 B3974 R4700 H30 L0	; Put your own H and/or L values here to set the second nozzle thermistor ADC correction
M570 S180				; Hot end may be a little slow to heat up so allow it 180 seconds
; Fans
M106 P1 H-1 				; disable thermostatic mode for fan 1
; Tool definitions
M563 P0 D0 H1                       	; Define tool 0
G10 P0 S0 R0                        	; Set tool 0 operating and standby temperatures
;*** If you have a single-nozzle build, comment the next 2 lines
;M563 P1 D1 H2                      	; Define tool 1
;G10 P1 S0 R0                       	; Set tool 1 operating and standby temperatures
M92 E92.4:92.4                       	; Set extruder steps per mm
; Z probe and compensation definition
M558 P4 X0 Y0 Z0 H26 F2400 I1 T1000	; Was H5 added I1 F1200 T2400
; grid compensation
M557 R110 S15
G31 X0 Y0 Z0 P18			; Set the zprobe offset and threshold (determine your printer's Z offset value). For a delta, use zero X and Y offset. added P500 changed to P20 Z-.05
;*** If you are using axis compensation, put the figures in the following command
M556 S78 X0 Y0 Z0                   	; Axis compensation here
T0						; select first hot end