Need customer service here.. thing is just not right..
-
pretty sure it's not me now.
Got board, did all the set up hoopa- came up as a delta. ummm what? went to the Reprapconfigaration site, did all that, downloaded and changed the config.json, still wouldn't set, still says it's a delta. Went and dealt with the whole upgrade to 1.19 firmware.. was a total BS affair.. firmware came up as cartisan .. had wifi issues, fixed that,.. finally got it all running again.. now i says it's a delta again…what the F?
can follow the whole nightmare on facebook as they were awesome there and a big help.. but like 6 hours later thing still isn't right.. need a simple SD card image.. I can flash the thing and start like it was brand new.
-
The config.g file on the SD card tells the Duet everything about your printer, including whether it is a Delta or Cartesian. It ships with a delta one by default as it has to come with some sort of config file, and the designers use Deltas.
You need to produce a proper config.g file for your specific printer, either using the wiki as a guide, or the Configurator.
-
It's not the config.json file that you need to upload to the Duet, it's the ZIP file containing config.g and the homing files (or you can upload those files individually). The config.json file is just for the configurator.
-
It's not the config.json file that you need to upload to the Duet, it's the ZIP file containing config.g and the homing files (or you can upload those files individually). The config.json file is just for the configurator.
ya,.. but where… I can't find anything in the file to refer to what type of printer it is....
here's the whoooolllllle config.g file.. setting of delta rod lengths and bed dia.. but nothing I can find to make it a cart over a delta...? (did change the network info cuz, ya know, safety I guess)
; Configuration file for testing Duet Ethernet and Wifi
; Communication and general
M111 S0 ; Debug off
M550 Pduetwifi ; 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
M540 P0xBE:0xEF:0xDE:0xAD:0xFE:0xED ; MAC Address;*** Networking - Enable for both WiFi and Ethernet boards.
M552 S1 ; Turn network on;*** Ethernet networking: Adjust the IP address and gateway in the following 2 lines to suit your network
******************** ; (0 = DHCP)
******************** ; Gateway
******************** ; NetmaskM555 P2 ; Set output to look like Marlin
G21 ; Work in millimetres
G90 ; Send absolute coordinates...
M83 ; ...but relative extruder moves; Disable Fan 1 thermostatic mode
M106 P1 H-1; 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 S1 ; Drive 3 goes forwards
M569 P4 S1 ; 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 R105.6 L215.0 B85 H250 ; set delta radius, diagonal rod length, printable radius and homed height
M666 X0 Y0 Z0 ; put your endstop adjustments here, or let auto calibration find them
M350 X16 Y16 Z16 E16:16 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 B3974 R4700 H30 L0 ; Put your own H and/or L values here to set first nozzle thermistor ADC correction
M305 P2 T100000 B3974 R4700 H30 L0 ; Put your own H and/or L values here to set 2nd nozzle thermistor ADC correctionM570 S180 ; Hot end may be a little slow to heat up so allow it 180 seconds
; Adjustments for J-heads used as dummy heaters on test rig
M307 H0 A250 C140 D5.5 B1
M307 H1 A250 C140 D5.5 B0
M307 H2 A250 C140 D5.5 B0; Fans
M106 P1 S-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 E663:663 ; Set extruder steps per mm; Z probe and compensation definition
;*** If you have a switch instead of an IR probe, change P1 to P4 in the following M558 command
M558 P1 X0 Y0 Z0 ; Z probe is an IR probe and is not used for homing any axes
G31 X0 Y0 Z4.80 P500 ; Set the zprobe height and threshold (put your own values here);*** If you are using axis compensation, put the figures in the following command
M556 S78 X0 Y0 Z0 ; Axis compensation hereM208 S1 Z-0.2 ; set minimum Z
T0 ; select first hot end
-
OK, think I figured it out.. maybe.. i was opening the zip file and uploading the Json file instead of just uploading the Zip file it's self..
-
you need to comment out the M665 and M666 lines they are the ones that define it as a delta
-
you need to comment out the M665 and M666 lines they are the ones that define it as a delta
thanks.. got the online Reprapconfig tool file uploaded which I'm guessing is better as I set all everything (well to my best guess at least )