Thanks, I was hoping someone with a working solution for the smart effector would chime in. What problems does the top heaviness from mounting the extruder on the tilting adapters cause? Do you not experience that with your self made effector? The only mention of a Screwder I can find is your post that I am replying to, do you have any links for that?
Posts made by KeithW
-
RE: Pressure Advance impossible with Flex3Drive?
-
RE: Pressure Advance impossible with Flex3Drive?
I have been looking into direct drive extruders which will fit on the smart effector, It seems there aren't many and none are ideal. I really don't like the way the VDE-100 works, the Sherpa Mini/Micro and the Sailfin are interesting but I wonder what experience others have had?
Any more recommendations or suggestions?
-
RE: Pressure Advance impossible with Flex3Drive?
Thanks, I had not seen this type of extruder before, Will need to look into how to adapt it to the smart effector.
-
RE: Pressure Advance impossible with Flex3Drive?
Thanks, This is on a Delta Printer with a smart effector. Can you suggest a suitable extruder for this?
-
Pressure Advance impossible with Flex3Drive?
Hi,
After recently updating my firmware I kind of caught the bug again and decided to get my printer calibrated as best it can be. I have everything working pretty well now but when trying to calibrate the pressure advance, no matter what I do the results always look the same. I have tried the various PA test available in Orca Slicer but as you can see there is no variation in the tests.
What I have noticed is as the PA setting changes the Print slows down significantly. I have read elsewhere that a low e-jerk setting will cause this if pressure advance is enabled. Now, I use a Flex3Drive and so the e-jerk setting is recommended at 0.1mm/sec, I assume this is due to the gear ratio and the parts being unable to handle anything higher?
Does this mean using Pressure Advance is impossible with a Flex3Drive?
-
RE: Filament oozing during delta calibration?
Thanks again, this seems to be working, I think I will try to work out the maximum temperature that filament doesn't ooz and set it just set it to that but 160c is a good start.
-
RE: Filament oozing during delta calibration?
So you set the hot end to 160c in the start up gcode then do the calibration then set the hot end to print temperature? I suppose that should work, I wonder how much the 60c difference would effect the calibration, probably a lot less than a blob of filament on the nozzle in any case. I will give it a try thanks.
-
Filament oozing during delta calibration?
Hi All,
I like to calibrate every print as it takes very little time and also to calibrate at bed and print temperature so I put the calibration in the start G-code after heatup sequence but doing so causes some filament to ooz out of the nozzle and get between the nozzle and bed during calibration which (I think) throws off the calibration a bit and causes inconsistencies in the first layer.
I am wondering how you all are preventing filament getting on the nozzle during the calibrations sequence?
-
RE: Failed to generate template homedelta.g
Thanks for your help. Just wanted to say I got this working by uploading the web control files for 2.05.1 to the SD card then I upgraded using the web interface from 2.05.1 to 3 then 3.3 then 3.4.6 as suggested.
I still have a few issues to work through as though I found an old config.json to use as a basis for the new config, my bed thermistor is reading in negative numbers and my nozzle heater PT100 is not recognised so something wrong in the config.g. I will post another thread in the appropriate section about that if I cannot figure it out.
-
RE: Failed to generate template homedelta.g
OK, So I generated the new config using the legacy tool but now when I run M997 S0 I get the message
M997: Firmware binary "Duet2CombinedFirmware.bin" not found if it is in the /firmware folder
or
M997: Firmware binary "Duet2CombinedFirmware.bin" is not valid for this electronics if it is in the /sys folder
I have tried renaming the file to DuetWiFiFirmware.bin but that just causes the first error again.
I do not have access to the web interface
-
RE: Failed to generate template homedelta.g
Thanks, I didn't know that, it seems to suggest that for 3.5 the new one was necessary, though I do now see the message at the bottom of the page.
-
Failed to generate template homedelta.g
So my SD Card died for my Duet 2 Wifi and I don't have a backup and because I am on RRF v2.05.1 I thought now would be a good time to move to the latest Firmware. I have gone through the new configurator tool for v 3.5 but when I download it I get the following error:
Failed to generate template homedelta.g: TypeError: ejs:16 14| G91 ; relative positioning 15| var homedHeight = <%- model.move.kinematics.homedHeight + 5 %> ; set homed height plus 5mm >> 16| <% let canHome = true; 17| for (let i = 0; i < 3; i++) { 18| if (model.sensors.endstops[i] === null) { 19| canHome = false; model.sensors[0] is undefined
This is a screenshot of the Settings in the Config tool
-
Delta Smart Effector V3 Spare Parts
Hi All,
I need to replace the 8-way Molex KK shell (white) and the 6- way Molex Microfit 3 shell (black) on my Delta Smart Effector. Can anyone confirm the part numbers for the Connectors and the Crimp Terminals?
I think the part numbers are as follows but I just want to confirm.
8-way Molex KK shell 22011082
Crimp Terminal 08700048
6- way Molex Microfit 3 shell 430250608
Crimp Terminal 430300001Thanks
Keith -
RE: Delta with New Duet 2 WiFi Only homing on y tower
So, although with a multimeter all tower switch connectors were testing closed at the board end once plugged in they were signalling open. I cut them off and crimped fresh ones and it is working now. Thanks
-
RE: Delta with New Duet 2 WiFi Only homing on y tower
No they weren't, I will check the wiring and let you know.
-
RE: Delta with New Duet 2 WiFi Only homing on y tower
M119 Endstops - X: at max stop, Y: not stopped, Z: at max stop, Z probe: not stopped
-
Delta with New Duet 2 WiFi Only homing on y tower
I have installed a new Duet 2 Wifi and currently have firmware 2.05.1 installed. I have used the RepRap config tool to replicate the old settings from when I was using the Duet 0.8.5 as best as I could but when trying to home it only moves the Y tower. My config.g looks like this:
; Configuration file for Duet WiFi (firmware version 2.03) ; executed by the firmware on start-up ; ; generated by RepRapFirmware Configuration Tool v3.2.0 on Tue Jan 05 2021 09:06:47 GMT+0000 (Greenwich Mean Time) ; General preferences G90 ; send absolute coordinates... M83 ; ...but relative extruder moves M550 P"The BFK" ; set printer name M665 R171 L360 B155 H468.5 ; 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 ; Network M540 PBE:EF:DE:AD:FE:EC ; set custom MAC address M552 S1 ; enable network M586 P0 S1 ; enable HTTP M586 P1 S1 ; enable FTP M586 P2 S1 ; enable Telnet ; Drives M569 P0 S1 ; physical drive 0 goes forwards M569 P1 S1 ; physical drive 1 goes forwards M569 P2 S1 ; physical drive 2 goes forwards M569 P3 S1 ; physical drive 3 goes forwards M584 X0 Y1 Z2 E3 ; set drive mapping M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation M92 X160.00 Y160.00 Z160.00 E4462.62 ; set steps per mm M566 X1200.00 Y1200.00 Z1200.00 E6.00 ; set maximum instantaneous speed changes (mm/min) M203 X21000.00 Y21000.00 Z21000.00 E3600.00 ; set maximum speeds (mm/min) M201 X2000.00 Y2000.00 Z2000.00 E1000.00 ; set accelerations (mm/s^2) M906 X1400 Y1400 Z1400 E600 I60 ; set motor currents (mA) and motor idle factor in per cent M84 S30 ; Set idle timeout ; Axis Limits M208 Z-0.1 S1 ; set minimum Z ; Endstops M574 X2 Y2 Z2 S1 ; set active high endstops ; Z-Probe M558 P5 R0.4 H10 F120 T2400 ; set Z probe type to effector and the dive height + speeds G31 P100 X0 Y0 Z-0.1 ; set Z probe trigger value, offset and trigger height M557 R155 S20 ; define mesh grid ; Heaters M305 P0 T100000 B3950 R4700 ; set thermistor + ADC parameters for heater 0 M143 H0 S160 ; set temperature limit for heater 0 to 160C M305 P1 X200 ; configure PT100 for heater 1 M143 H1 S285 ; set temperature limit for heater 1 to 285C ; Fans M106 P0 S0 I0 F500 H-1 ; set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off M106 P1 S1 I0 F500 H-1 ; set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned off ; Tools M563 P0 D0 H1 F0 ; define tool 0 G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C ; Custom settings are not defined ; Miscellaneous M501 ; load saved parameters from non-volatile memory T0 ; select first tool
and my homedelta.g looks like this:
; homedelta.g ; called to home all towers on a delta printer ; ; generated by RepRapFirmware Configuration Tool v3.2.0 on Tue Jan 05 2021 09:06:47 GMT+0000 (Greenwich Mean Time) G91 ; relative positioning ;*** Slow homing has been configured. Change F180 to F1800 below when your configuration is working G1 H1 X483 Y483 Z483 F180 ; move all towers to the high end stopping at the endstops (first pass) G1 H2 X-5 Y-5 Z-5 F1800 ; go down a few mm ;*** Slow homing has been configured. Change F180 to F360 below when your configuration is working G1 H1 X10 Y10 Z10 F180 ; move all towers up once more (second pass) G1 Z-5 F2400 ; move down a few mm so that the nozzle can be centred G90 ; absolute positioning G1 X0 Y0 F2400 ; move X+Y to the centre
I just don't even know where to begin but I will say that I can use the dashboard to move the print head up and down with the Z+ and Z- buttons and all towers move fine and apparently evenly.