Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    Newbie in need of help

    Scheduled Pinned Locked Moved
    General Discussion
    5
    6
    1.1k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • mav2170undefined
      mav2170
      last edited by

      Firstly hi all 👍

      I bought a anycubic kossel plus about 2 months ago and everything works fine but I started browsing for upgrades ( bad move 😂)
      Anyway I bought a duet wifi + 5” touch screen to fit onto the printer, me being me thought “Oh it will be plug n play” and off we go! First newbie error! Well I spent most of last Saturday & Sunday trying to get my head round all the G coding in reprap....long story short, the duet is back in its box and my brain is a little more fried than normal 😂

      I know this is the easy way out but does anybody on here have the same setup as me where I could use their G coding files?
      This would save a great deal of hair loss & my kids hearing me swear at a printer! 😂
      Any help would be greatly appreciated
      Thanks in advance
      Mark

      PS please excuse my ignorance if I ask “what does that mean” 😳

      1 Reply Last reply Reply Quote 0
      • denkeundefined
        denke
        last edited by

        Why don't you try the configurator?
        https://configurator.reprapfirmware.org/

        1 Reply Last reply Reply Quote 0
        • mindbender9undefined
          mindbender9
          last edited by mindbender9

          @denke - Can you be more specific? That wizard won’t help beginners who have no idea of what values to enter or what their printer model’s settings should be.

          I have an Anycubic Kossel Linear Plus that has been installed with a Duet WiFi board. Yet I can’t get it to work with the default values and no one wants to help.

          Working with the Duet board has been frustrating. But if anyone wants to take pity on the both of us, I’d greatly appreciate any help.

          1 Reply Last reply Reply Quote 0
          • Scachiundefined
            Scachi
            last edited by

            It would have been frustrating with every other available board if you don't know the settings/values you have to use for your printer.

            I don't know if it is possible to get all the settings dumped from your current board with some gcode.
            But there http://marlinfw.org/docs/gcode/M201.html it is mentioned that you can output the current settings with "Notes View the current setting with M503."
            I don't know if this will list all the required settings, but may be worth a try.

            My printer is an Anycubic Acrylic I3 where I have changed the board from the Trigorilla to the Duet Wifi (tried several others in between).
            I have used the settings (speed/steps/...) from Anycubics marlin source code and converted them to the Duet Wifi and used them to begin with.

            If your kossel plus is using marlin and if the source code of the firmware from your anycubic kossel plus is available you may have to look into the source code and get the settings from there.

            1 Reply Last reply Reply Quote 0
            • BPisLifeundefined
              BPisLife
              last edited by

              I have an anycubic Kossel Linear plus and I have been using the Duet Wifi now for quite awhile. I have some mechanical issues (anycubic's kit isn't the greatest) but slows it is becoming quite the work horse for me. What issues are you having with yours and I would be happy to help. Its better to learn what is going on then copying what others have done as each build is separate. For example I upgraded my steppers to 0.9 degree ones and use the smart effector. I also use the bondtech extruder.

              If it helps, here is my config file for reference. I did a horrible job commenting so please don't dig too deep in what I entered. 🙂

              I also found this link helpful for learning what each command does since it seemed like people were talking in riddles until I learned what the command numbers meant. (http://reprap.org/wiki/G-code#G30:_Single_Z-Probe)

              ; Configuration file for Duet WiFi (firmware version 1.20 or newer)
              ; executed by the firmware on start-up
              ;
              ; generated by RepRapFirmware Configuration Tool on Fri Mar 16 2018 21:17:52 GMT-0400 (Eastern Daylight 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 R115 L288.18 B115 H227.98 ; 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 PDelta ; Set machine name
              M552 S1 ; Enable network
              ;*** Access point is configured manually via M587
              M586 P0 S1 ; Enable HTTP
              M586 P1 S0 ; Disable FTP
              M586 P2 S0 ; Disable Telnet

              ; Drives
              M569 P0 S0 ; Drive 0 goes forwards
              M569 P1 S0 ; Drive 1 goes forwards
              M569 P2 S0 ; Drive 2 goes forwards
              M569 P3 S1 ; Drive 3 goes forwards
              M350 X16 Y16 Z16 E16 I1 ; Configure microstepping without interpolation
              M92 X200 Y200 Z200 E415 ; Set steps per mm
              M566 X600 Y600 Z18 E300 ; Set maximum instantaneous speed changes (mm/min)
              M203 X18000 Y18000 Z18000 E3600 ; Set maximum speeds (mm/min)
              M201 X500 Y500 Z500 E1000 ; Set accelerations (mm/s^2)
              M906 X1000 Y1000 Z1000 E1000 I60 ; 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 H10 F1000 T2400 ; Set Z probe type to effector and the dive height + speeds
              G31 P100 X0 Y0 Z0 ; Set Z probe trigger value, offset and trigger height
              M557 R115 S10 ; Define mesh grid

              ; Heaters
              ;M301 H0 S1.00 P10 I0.1 D200 T0.4 W180 B30 ; Use PID on bed heater (may require further tuning)
              ;M301 H0 S1.00 P10 I0.023 D305.4 T0.4 W180 B30 ; Use PID on bed heater (may require further tuning)
              ; #define DEFAULT_bedKp 10.00
              ; #define DEFAULT_bedKi .023
              ; #define DEFAULT_bedKd 305.4
              M305 P0 T100000 B3950 C0 R4700 ; Set thermistor + ADC parameters for heater 0
              M143 H0 S120 ; Set temperature limit for heater 0 to 120C
              ;M305 P1 T100000 B4725 C7.060000e-8 R4700 ; Set thermistor + ADC parameters for heater 1
              M305 P1 X200 ; Set heater 1 to PT100
              M143 H1 S300 ; Set temperature limit for heater 1 to 280C
              ;M307 H1 A333.1 C233.4 D3.2 S0.5 B0
              M307 H1 A363.3 C222.7 D2.9 S0.5 B0
              M307 H0 A127.6 C744.3 D0.7 B0

              ; 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 H1 T45 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on
              M106 P2 S1 I0 F500 H-1 ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned off

              ; 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

              ; Miscellaneous
              T0 ; Select first tool
              M501

              ;
              ; Startup Tune. Placed at the end of config.g
              ;
              M400
              G4 S2
              M300 P200 S2000
              G4 P201
              M300 P200 S2250
              G4 P201
              M300 P200 S2000
              G4 P201
              M300 P200 S2855
              G4 P201
              M300 P200 S2500
              G4 P201
              M300 P200 S2200
              G4 P201
              M300 P200 S2500
              G4 P201
              M300 P200 S2900
              G4 P201
              M300 P300 S3500
              G4 S1
              M400

              BPisLifeundefined 1 Reply Last reply Reply Quote 0
              • BPisLifeundefined
                BPisLife @BPisLife
                last edited by

                By the way, I am a huge fan of the smart effecter as well and would recommend the 288mm mag rails.

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post
                Unless otherwise noted, all forum content is licensed under CC-BY-SA