New Duet: motors not moving December 07, 2015 07:19PM |
Registered: 9 years ago Posts: 12 |
Re: New Duet: motors not moving December 08, 2015 03:46AM |
Registered: 11 years ago Posts: 14,686 |
Re: New Duet: motors not moving December 08, 2015 06:08PM |
Registered: 9 years ago Posts: 12 |
M115 <-FIRMWARE_NAME:RepRapFirmware FIRMWARE_VERSION:1.09h-dc42-t3p3-duet0.85 ELECTRONICSuet (+ Extension) DATE:2015-08-26 M906 <-Axis currents (mA) - X:800, Y:1000, Z:800, E:800:800:800:800:800:800, idle factor 30
; Lobo3D config file for dc42 Duet firmware M111 S0 ; Debug off M550 PLobo3D ; Machine name (can be anything you like) M551 Prepare ; Machine password (currently not used) M540 P0xBE:0xEF:0xDE:0xAD:0xFE:0xED ; MAC Address ;*** Adjust the IP address and gateway in the following 2 lines to suit your network M552 P0 ; IP address (0 = use DHCP) M554 P192.168.1.1 ; Gateway M553 P255.255.255.0 ; Netmask M555 P2 ; Set output to look like Marlin G21 ; Work in millimetres G90 ; Send absolute coordinates... M83 ; ...but relative extruder moves M574 X0 Y0 Z1 S1 ; set endstop configuration (Z endstop only, at low end, active high) M906 X800 Y1000 Z800 E800 ; Set motor currents (mA) M563 P0 D0 H1 ; Define tool 0 G10 P0 S0 R0 ; Set tool 1 operating and standby temperatures M92 E150 ; Set extruder steps per mm (single nozzle) ;*** If you have a dual-nozzle build, remove or comment out the previous line, and un-comment the following 3 lines ;M563 P1 D1 H2 ; Define tool 1 ;G10 P1 S0 R0 ; Set tool 1 operating and standby temperatures ;M92 E420:420 ; Set extruder steps/mm (dual nozzle) ;*** If you have a modulated IR probe without on-board microcontroller, change P1 to P2 in the following M558 P0 ; no Z probe ;M558 P1 ; Use an unmodulated Z probe or an intelligent Z probe ;G31 Z1.20 P500 ; Set the probe height and threshold (put your own values here) ;*** If you have a Duet board with 4.7K thermistor series resistors, change R1000 to R4700 to the following M305 commands M305 P0 R4700 H0 L0 ; Put your own H and/or L values here to set the bed thermistor ADC correction M305 P1 T100000 B4388 R4700 H0 L0 ; Put your own H and/or L values here to set the first nozzle thermistor ADC correction M305 P2 R4700 H0 L0 ; Put your own H and/or L values here to set the second nozzle thermistor ADC correction ;*** Adjust the XY coordinates in the following M557 commands to suit your build and the position of the IR sensor M557 P0 X60 Y0 ; Four... M557 P1 X60 Y165 ; ...probe points... M557 P2 X222 Y165 ; ...for bed... M557 P3 X222 Y0 ; ...levelling ;M557 P4 X141 Y82.5 ; 5th probe point for levelling (un-comment this if you are using a dc42 differential IR probe) ;*** if you are using axis compensation, put the figures in the following command M556 S78 X0 Y0 Z0 ; Axis compensation here M92 X87.4891 Y87.4891 Z4199.4751 ; set axis steps/mm M201 X2000 Y2000 Z100 E10000 ; Accelerations (mm/s^2) M203 X30000 Y30000 Z480 E2700 ; Maximum speeds (mm/min) M566 X600 Y600 Z30 E20 ; Minimum speeds mm/minute M208 X220 Y240 Z200 ; set axis maxima (adjust to suit your machine) M208 X0 Y0 Z-1 S1 ; set axis minimum (adjust to make X=0 the edge of the bed) ; T0 ; select first hot end
Re: New Duet: motors not moving December 08, 2015 08:34PM |
Registered: 13 years ago Posts: 116 |
Re: New Duet: motors not moving December 08, 2015 08:38PM |
Registered: 9 years ago Posts: 12 |
Re: New Duet: motors not moving December 08, 2015 08:40PM |
Registered: 13 years ago Posts: 116 |
Re: New Duet: motors not moving December 08, 2015 08:45PM |
Registered: 9 years ago Posts: 12 |
Re: New Duet: motors not moving December 08, 2015 08:50PM |
Registered: 13 years ago Posts: 116 |
Re: New Duet: motors not moving December 08, 2015 09:08PM |
Registered: 9 years ago Posts: 12 |
Re: New Duet: motors not moving December 08, 2015 09:10PM |
Registered: 13 years ago Posts: 116 |
Re: New Duet: motors not moving December 08, 2015 09:12PM |
Registered: 9 years ago Posts: 12 |
Re: New Duet: motors not moving December 08, 2015 09:13PM |
Registered: 13 years ago Posts: 116 |
Re: New Duet: motors not moving December 09, 2015 05:02AM |
Registered: 11 years ago Posts: 14,686 |
Re: New Duet: motors not moving December 09, 2015 10:34AM |
Registered: 9 years ago Posts: 12 |
Re: New Duet: motors not moving December 09, 2015 10:37AM |
Registered: 13 years ago Posts: 116 |
Re: New Duet: motors not moving December 21, 2015 09:01AM |
Registered: 10 years ago Posts: 68 |
Re: New Duet: motors not moving December 21, 2015 11:02AM |
Registered: 11 years ago Posts: 293 |
Quote
mhackney
This might help, I created this and sent it to T3DP3D after my experience.
[attachment 67300 Duet_0.8.5_Wiring.jpg]
Re: New Duet: motors not moving December 21, 2015 11:30AM |
Registered: 10 years ago Posts: 68 |
Re: New Duet: motors not moving December 21, 2015 01:31PM |
Registered: 11 years ago Posts: 14,686 |
Quote
WZ9V
I thought the end stop center pin was +V not unused. If it were not +V than my JohnSL FSR board wouldn't be working. The other two are signal and ground and but I'm not home to reference which is which. It would be nice to get them properly labeled.
Re: New Duet: motors not moving December 21, 2015 02:24PM |
Registered: 13 years ago Posts: 116 |