Hi Everyone
After using the Ender 3 (Cartesian) and upgrading to use full E3D hot end/ BL Touch/ Bond-tech extruder in marlin, I decided it was time to join the 32 bit movement and purchased myself a Duet WiFi and PT100 This will be my last upgrade till the E3D tool-changer build becomes available (will use this motion system and tool changers in future)
As part of the Duet WiFi wiring process I extended my cables to reach inside a IKEA lack case I've built. Wiring went smoothly and also initialising network on the Duet was a smooth and simple procedure.
Now I've come to the difficult bit, setting up the RepRap Firmware on the Duet, after reading through the marlin setup I had I filled in the config tool and ended up with this final config. https://pastebin.com/6TycU2B4
Unfortunately I'm having a few issues which I feel has to be down to Firmware / Slicer settings.
Issues:
-
I can home all which works including the BL Touch probing, However as soon as i print an object the head crashes into the bed before starting the print. RESOLVED
-
The first layer prints but then the following layers are all quite separated its like the z axes moves to much for each layer RESOLVED
-
Cooling Fan not working RESOLVED
Ender 3 Cura Slicer Start G-code
M104 S{material_print_temperature_layer_0} ; Set Extruder temperature
M140 S{material_bed_temperature_layer_0} ; Set Heat Bed temperature
M190 S{material_bed_temperature_layer_0} ; Wait for Heat Bed temperature
M109 S{material_print_temperature_layer_0} ; Wait for Extruder temperature
G28 ; Home all axes
G92 E0 ; Reset Extruder
G1 Z5.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed
Any suggestions on what could cause these symptoms?