Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order
    1. Home
    2. sparkymark79
    • Profile
    • Following 0
    • Followers 0
    • Topics 9
    • Posts 14
    • Best 0
    • Controversial 0
    • Groups 0

    sparkymark79

    @sparkymark79

    0
    Reputation
    1
    Profile views
    14
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    sparkymark79 Unfollow Follow

    Latest posts made by sparkymark79

    • Cannot get the print fan to come on

      Hi,

      Anycubic Delta Linear + with duet 3d and smart effector

      I can't for the life of me get the print fan to come on. I've unplugged it and held it against the 'always on' connectors and the print fan springs to life so i know it's not broken

      I currently have the hot end fan plugged into P0, and the print fan connected to P1. Is it my settings. Is my Duet3d connection broken. If I had hair I'd be pulling it out. Here's the important bit out of my config.g:

      ; Heaters
      M305 P0 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 0
      M143 H0 S120 ; Set temperature limit for heater 0 to 120C
      M305 P1 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 1
      M143 H1 S280 ; Set temperature limit for heater 1 to 280C

      ; Fans
      M106 P0 S1 I0 F500 H1 T45 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned on
      M106 P1 S1 I0 F500 H1 T45 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on

      ; Tools
      M563 P1 D0 H1 ; tool 0 uses extruder 0, heater 1 (and fan 1)
      G10 P0 X0 Y0 Z0 ; Set tool 0 axis offsets
      G10 P0 R0 S0 ; Set initial tool 0 active and standby temperatures to 0C
      M501

      thanks

      posted in Duet Hardware and wiring
      sparkymark79
      sparkymark79
    • Extruder clogging near end of first layer

      Anycubic - genuine v6 hoteend, duet and smart effector

      Hi,

      So I've finally got my printer printing on the new duet setup but now the extruder starts skipping near the end of the first layer. I'm guessing because the extruder is getting clogged but i suppose it's possible it's another reason.

      Prior to this I increased the power on the extruder motor to 1000 (up from 800). Is this high enough or should I set it higher?

      I've attached a picture of the hot end and a failed print and as per standard posted my config.g below:

      ; Configuration file for Duet WiFi (firmware version 1.20 or newer)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool on Mon Jun 18 2018 19:57:02 GMT+0100 (British Summer Time)

      ; General preferences
      G90 ; Send absolute coordinates...
      M82 ; ...but absolute extruder moves

      ;*** The homed height is deliberately set too high in the following - you will adjust it during calibration.
      M665 R136 L288.15 B120 H217 ; 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
      M550 PMy printer ; Set machine name
      M552 S1 ; Enable network
      M587 S"############; Configure access point. You can delete this line once connected
      M586 P0 S1 ; Enable HTTP
      M586 P1 S0 ; Disable FTP
      M586 P2 S0 ; Disable Telnet

      ; Drives
      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
      M350 X16 Y16 Z16 E16 I1 ; Configure microstepping with interpolation
      M92 X80 Y80 Z80 E96 ; Set steps per mm
      M566 X1200 Y1200 Z1200 E1200 ; Set maximum instantaneous speed changes (mm/min)
      M203 X18000 Y18000 Z18000 E1200 ; Set maximum speeds (mm/min)
      M201 X1000 Y1000 Z1000 E1000 ; Set accelerations (mm/s^2)
      M906 X1000 Y1000 Z1000 E1000 I30 ; Set motor currents (mA) and motor idle factor in per cent
      M84 S30 ; Set idle timeout

      ; Axis Limits
      M208 Z0 S1 ; Set minimum Z

      ; Endstops
      M574 X2 Y2 Z2 S1 ; Set active high endstops

      ; Z-Probe
      M558 P5 R0.4 H5 F1200 T6000 ; Set Z probe type to effector and the dive height + speeds
      G31 P100 X0 Y0 Z-0.232 ; Set Z probe trigger value, offset and trigger height
      M557 R100 S20 ; Define mesh grid

      ; Heaters
      M305 P0 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 0
      M143 H0 S120 ; Set temperature limit for heater 0 to 120C
      M305 P1 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 1
      M143 H1 S280 ; Set temperature limit for heater 1 to 280C

      ; Fans
      M106 P0 S1 I0 F500 H1 T45 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on
      M106 P1 S1 I0 F500 H1 T45 ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned on

      ; Tools
      M563 P0 D0 H1 ; 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
      M501
      ; Automatic saving after power loss is not enabled

      ; Custom settings are not configured0_1533730295115_hotend.jpg

      posted in Tuning and tweaking
      sparkymark79
      sparkymark79
    • RE: Anycubic Linear + Delta autohome issue

      Guys, I just performed a home perfectly.

      I had the motors set incorrectly (x>z>y) and the end stops set incorrectly - along with a loose connection on one.

      Thanks a bunch. will get to work on getting it to print later 🙂

      posted in Tuning and tweaking
      sparkymark79
      sparkymark79
    • Anycubic Linear + Delta autohome issue

      3_1533574006597_config.g 2_1533574006597_homedelta.g 1_1533574006597_bed.g 0_1533574006596_config-override.g Anycubic Linear + Delta with Duet 3d and Smart Effector

      Hi,

      I've just returned back to this printer after a few months as I was recovering from an operation so I'm struggling to remember exactly what I did to break it.

      Basically when I press autohome, it seems like one of the axis is going down whilst the others go up. But then sometimes it looks like it is skipping back and forth. I really don't know what's wrong.

      I've made a video which I'll link (this is after pressing autohome) and I've attached the important files (let me know if I've missed an important one). Please somebody tell me where I'm going wrong.

      This only seemed to happen when I had a problem with the extruder which i mentioned on here, and I changed the stepper settings from 663 steps per mm to 96 as it looked to be incorrectly set.

      https://www.youtube.com/watch?v=wkOscl-9MJw

      Many Thanks

      Here's the config and homedelta to save you opening up the file:

      ; Configuration file for Duet WiFi (firmware version 1.20 or newer)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool on Mon Jun 18 2018 19:57:02 GMT+0100 (British Summer Time)

      ; General preferences
      G90 ; Send absolute coordinates...
      M82 ; ...but absolute extruder moves

      ;*** The homed height is deliberately set too high in the following - you will adjust it during calibration.
      M665 R136 L288.15 B120 H217 ; 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
      M550 PMy printer ; Set machine name
      M552 S1 ; Enable network
      M587 S"---------------------- ; Configure access point. You can delete this line once connected
      M586 P0 S1 ; Enable HTTP
      M586 P1 S0 ; Disable FTP
      M586 P2 S0 ; Disable Telnet

      ; Drives
      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
      M350 X16 Y16 Z16 E16 I1 ; Configure microstepping with interpolation
      M92 X80 Y80 Z80 E96 ; Set steps per mm
      M566 X1200 Y1200 Z1200 E1200 ; Set maximum instantaneous speed changes (mm/min)
      M203 X18000 Y18000 Z18000 E1200 ; Set maximum speeds (mm/min)
      M201 X1000 Y1000 Z1000 E1000 ; Set accelerations (mm/s^2)
      M906 X1000 Y1000 Z1000 E800 I30 ; Set motor currents (mA) and motor idle factor in per cent
      M84 S30 ; Set idle timeout

      ; Axis Limits
      M208 Z0 S1 ; Set minimum Z

      ; Endstops
      M574 X2 Y2 Z2 S1 ; Set active high endstops

      ; Z-Probe
      M558 P5 R0.4 H5 F1200 T6000 ; Set Z probe type to effector and the dive height + speeds
      G31 P100 X0 Y0 Z-0.211 ; Set Z probe trigger value, offset and trigger height
      M557 R120 S20 ; Define mesh grid

      ; Heaters
      M305 P0 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 0
      M143 H0 S120 ; Set temperature limit for heater 0 to 120C
      M305 P1 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 1
      M143 H1 S280 ; Set temperature limit for heater 1 to 280C

      ; Fans
      M106 P0 S1 I0 F500 H1 T45 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on
      M106 P1 S1 I0 F500 H1 T45 ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned on

      ; Tools
      M563 P0 D0 H1 ; 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
      M501
      ; Automatic saving after power loss is not enabled

      ; Custom settings are not configured

      Home Delta:
      ; homedelta.g
      ; called to home all towers on a delta printer
      ;
      ; generated by RepRapFirmware Configuration Tool on Mon Jun 18 2018 19:57:02 GMT+0100 (British Summer Time)
      G91 ; relative positioning
      ;*** Slow homing has been configured. Change F180 to F1800 below when your configuration is working
      G1 S1 X355 Y355 Z355 F180 ; move all towers to the high end stopping at the endstops (first pass)
      G1 X-5 Y-5 Z-5 F1800 S2 ; go down a few mm
      ;*** Slow homing has been configured. Change F180 to F360 below when your configuration is working
      G1 S1 X10 Y10 Z10 F180 ; move all towers up once more (second pass)
      G1 Z-5 F6000 ; move down a few mm so that the nozzle can be centred
      G90 ; absolute positioning
      G1 X0 Y0 F6000 ; move X+Y to the centre

      posted in Tuning and tweaking
      sparkymark79
      sparkymark79
    • RE: Anycubic Linear Duet 3d extruder still running too fast

      @sparkymark79 said in Anycubic Linear Duet 3d extruder still running too fast:

      M92 X80 Y80 Z80 E663 ; Set steps per mm

      ah ok, this is interesting

      so this lin here:

      M92 X80 Y80 Z80 E663 ; Set steps per mm

      am i right in thinking my extruder is set to 663 steps per mm?

      it should be more like 96?

      thanks for your help

      posted in Tuning and tweaking
      sparkymark79
      sparkymark79
    • Anycubic Linear Duet 3d extruder still running too fast

      Hi,

      So I've set cura to absolute (as using 2.4.0) in the slicer settings and also in config.g It does seem to have slowed it down a bit but it's still running fast causing skipping as the extruder can't keep up.

      Look at this video I took

      https://youtu.be/QuaWX6vPlsQ

      any idea why this is happening, it seems to be running to quick. could it be hardware, or do you think software. Here's my slicer staat code and then my config.g

      G21 ;metric values
      G90 ;absolute positioning
      M107 ;start with the fan off
      G28 ;move to endstops
      M82
      G92 E0 ;zero the extruded length
      G1 F200 E3 ;extrude 3mm of feed stock
      G92 E0 ;zero the extruded length again
      G1 F{travel_speed}
      ;Put printing message on LCD screen
      M117 Printing...

      here's my config.g

      ; General preferences
      G90 ; Send absolute coordinates...
      M82 ; ...but absolute extruder moves

      ;*** The homed height is deliberately set too high in the following - you will adjust it during calibration.
      M665 R136 L288.15 B120 H217 ; 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
      M550 PMy printer ; Set machine name
      M552 S1 ; Enable network
      M587 S"GoogleWifi" P"EMMETT24" ; Configure access point. You can delete this line once connected
      M586 P0 S1 ; Enable HTTP
      M586 P1 S0 ; Disable FTP
      M586 P2 S0 ; Disable Telnet

      ; Drives
      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
      M350 X16 Y16 Z16 E16 I1 ; Configure microstepping with interpolation
      M92 X80 Y80 Z80 E663 ; Set steps per mm
      M566 X1200 Y1200 Z1200 E1200 ; Set maximum instantaneous speed changes (mm/min)
      M203 X18000 Y18000 Z18000 E1200 ; Set maximum speeds (mm/min)
      M201 X1000 Y1000 Z1000 E1000 ; Set accelerations (mm/s^2)
      M906 X1000 Y1000 Z1000 E800 I30 ; Set motor currents (mA) and motor idle factor in per cent
      M84 S30 ; Set idle timeout

      ; Axis Limits
      M208 Z0 S1 ; Set minimum Z

      ; Endstops
      M574 X2 Y2 Z2 S1 ; Set active high endstops

      ; Z-Probe
      M558 P5 R0.4 H5 F1200 T6000 ; Set Z probe type to effector and the dive height + speeds
      G31 P100 X0 Y0 Z-0.211 ; Set Z probe trigger value, offset and trigger height
      M557 R120 S20 ; Define mesh grid

      ; Heaters
      M305 P0 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 0
      M143 H0 S120 ; Set temperature limit for heater 0 to 120C
      M305 P1 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 1
      M143 H1 S280 ; Set temperature limit for heater 1 to 280C

      ; Fans
      M106 P0 S1 I0 F500 H1 T45 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on
      M106 P1 S1 I0 F500 H1 T45 ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned on

      ; Tools
      M563 P0 D0 H1 ; 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
      M501
      ; Automatic saving after power loss is not enabled

      ; Custom settings are not configured

      Please help, I'm losing my patience 🙂

      posted in Tuning and tweaking
      sparkymark79
      sparkymark79
    • Extruder drive spinning really fast

      Hi,

      I've progressed further along my change to duetwifi and smart effector on my anycubic linear plus.

      Now everything is up and running but when the printer is just about to print the gcode file, the extruder drive spins at what looks like at least 10 times the speed it should be, probably more. Any idea why this would be? I have it wired into the correct driver port?

      I'm using Cura 2.4.0 to slice

      I've inluded my config.g below, if you need a different one please let me know. many thanks

      ; General preferences
      G90 ; Send absolute coordinates...
      M83 ; ...but relative extruder moves

      ;*** The homed height is deliberately set too high in the following - you will adjust it during calibration.
      M665 R136 L288.15 B120 H217 ; 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
      M550 PMy printer ; Set machine name
      M552 S1 ; Enable network
      M587 S"xxxxxxxxxxx" P"xxxxxxxxx" ; Configure access point. You can delete this line once connected
      M586 P0 S1 ; Enable HTTP
      M586 P1 S0 ; Disable FTP
      M586 P2 S0 ; Disable Telnet

      ; Drives
      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
      M350 X16 Y16 Z16 E16 I1 ; Configure microstepping with interpolation
      M92 X80 Y80 Z80 E663 ; Set steps per mm
      M566 X1200 Y1200 Z1200 E1200 ; Set maximum instantaneous speed changes (mm/min)
      M203 X18000 Y18000 Z18000 E1200 ; Set maximum speeds (mm/min)
      M201 X1000 Y1000 Z1000 E1000 ; Set accelerations (mm/s^2)
      M906 X1000 Y1000 Z1000 E800 I30 ; Set motor currents (mA) and motor idle factor in per cent
      M84 S30 ; Set idle timeout

      ; Axis Limits
      M208 Z0 S1 ; Set minimum Z

      ; Endstops
      M574 X2 Y2 Z2 S1 ; Set active high endstops

      ; Z-Probe
      M558 P5 R0.4 H5 F1200 T6000 ; Set Z probe type to effector and the dive height + speeds
      G31 P100 X0 Y0 Z-0.211 ; Set Z probe trigger value, offset and trigger height
      M557 R120 S20 ; Define mesh grid

      ; Heaters
      M305 P0 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 0
      M143 H0 S120 ; Set temperature limit for heater 0 to 120C
      M305 P1 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 1
      M143 H1 S280 ; Set temperature limit for heater 1 to 280C

      ; Fans
      M106 P0 S1 I0 F500 H1 T45 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on
      M106 P1 S1 I0 F500 H1 T45 ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned on

      ; Tools
      M563 P0 D0 H1 ; 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
      M501
      ; Automatic saving after power loss is not enabled

      ; Custom settings are not configured

      posted in Tuning and tweaking
      sparkymark79
      sparkymark79
    • auto config woes using smart efector

      Hi, anycubik linear plus with duet wifi and smart effector and haydns 288mm rods. so I've created some config files using the reprap configurator. It seems to home x and y ok. I've ran the z probe commisioning routine all seems good. I want to do auto calibration to get the bed height but when i run it, it smashes down into the bed everytime arrrgh.

      Here is my config.g file and bed.g file underneath, hopefully somebody can help, let me know if you need another file:

      ; Configuration file for Duet WiFi (firmware version 1.20 or newer)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool on Mon Jun 18 2018 19:57:02 GMT+0100 (British Summer Time)

      ; General preferences
      G90 ; Send absolute coordinates...
      M83 ; ...but relative extruder moves

      ;*** The homed height is deliberately set too high in the following - you will adjust it during calibration.
      M665 R136 L288.15 B120 H300 ; 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
      M550 PMy printer ; Set machine name
      M552 S1 ; Enable network
      M587 S"hidden" P"hidden" ; Configure access point. You can delete this line once connected
      M586 P0 S1 ; Enable HTTP
      M586 P1 S0 ; Disable FTP
      M586 P2 S0 ; Disable Telnet

      ; Drives
      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
      M350 X16 Y16 Z16 E16 I1 ; Configure microstepping with interpolation
      M92 X80 Y80 Z80 E663 ; Set steps per mm
      M566 X1200 Y1200 Z1200 E1200 ; Set maximum instantaneous speed changes (mm/min)
      M203 X18000 Y18000 Z18000 E1200 ; Set maximum speeds (mm/min)
      M201 X1000 Y1000 Z1000 E1000 ; Set accelerations (mm/s^2)
      M906 X1000 Y1000 Z1000 E800 I30 ; Set motor currents (mA) and motor idle factor in per cent
      M84 S30 ; Set idle timeout

      ; Axis Limits
      M208 Z0 S1 ; Set minimum Z

      ; Endstops
      M574 X2 Y2 Z2 S1 ; Set active high endstops

      ; Z-Probe
      M558 P5 R0.4 H5 F1200 T6000 ; 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 R120 S20 ; Define mesh grid

      ; Heaters
      M305 P0 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 0
      M143 H0 S120 ; Set temperature limit for heater 0 to 120C
      M305 P1 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 1
      M143 H1 S280 ; Set temperature limit for heater 1 to 280C

      ; Fans
      M106 P0 S1 I0 F500 H1 T45 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on
      M106 P1 S1 I0 F500 H1 T45 ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned on

      ; Tools
      M563 P0 D0 H1 ; 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

      ; Automatic saving after power loss is not enabled

      ; Custom settings are not configured

      BED.G:

      ; bed.g
      ; called to perform automatic delta calibration via G32
      ;
      ; generated by RepRapFirmware Configuration Tool on Mon Jun 18 2018 19:57:02 GMT+0100 (British Summer Time)
      M561 ; clear any bed transform
      ; Probe the bed at 3 peripheral and 0 halfway points, and perform 3-factor auto compensation
      ; Before running this, you should have set up your Z-probe trigger height to suit your build, in the G31 command in config.g.
      G30 P0 X0 Y119.9 H0 Z-99999
      G30 P1 X103.84 Y-59.95 H0 Z-99999
      G30 P2 X-103.84 Y-59.95 H0 Z-99999
      G30 P3 X0 Y0 H0 Z-99999 S3
      ; Use S-1 for measurements only, without calculations. Use S4 for endstop heights and Z-height only. Use S6 for full 6 factors
      ; If your Z probe has significantly different trigger heights depending on XY position, adjust the H parameters in the G30 commands accordingly. The value of each H parameter should be (trigger height at that XY position) - (trigger height at centre of bed)

      posted in General Discussion
      sparkymark79
      sparkymark79
    • RE: Help needed with Reprap config please

      @danal Thanks so much for this, going to get cracking once the kids are in bed.

      I actually just retrieved the rod length stickers out of the bin after you mentioned it included the ball measurements too. Thanks for that!

      I'm lucky I have a second printer as I've used it to print off the print cooling fan shroud and also a 40mm hot end fan replacement after I put my thumb through the e3d provided stock fan and fortunately had a 40mm fan spare. Whoops!

      Thanks again, I'm sure I'll be back 😉

      posted in Tuning and tweaking
      sparkymark79
      sparkymark79
    • Help needed with Reprap config please

      Hi,

      ok after a few days diligent wiring, I've finally got the duet wifi and smart effector all setup on my anycubic linear plus. Now I'm trying to configure it.

      I've connected through to duet wifi, and all seems good but theres a lot of problems already. I think this is because it's using a test config (similar to the issue the person who recently posted a thread had with their heaters).

      So I'm going to the reprap config (https://configurator.reprapfirmware.org) to build the files and I'm unsure of some of the values, mainly printer geometry and I don't want to get it wrong.

      I have haydn's 288mm rods, but I think the values should be from the middle of the ball to the middle of the other ball at the end of the rod. Correct? Al0_1529339012664_printer geometry.png so which field does this g0_1529339040008_axes and extruders.png o in? Any idea on the delta radius too. I thought this was just the bed diameter but it starts talking about the rods .The info for the field says "Horizontal distance subtended by each rod, measured between joint centres, when the effector is in the centre"
      Basically I would really appreciate any help with these setup values. thanks so much

      posted in Tuning and tweaking
      sparkymark79
      sparkymark79