Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. rhys161
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 6
    • Best 0
    • Controversial 0
    • Groups 0

    rhys161

    @rhys161

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

    rhys161 Unfollow Follow

    Latest posts made by rhys161

    • Laser config - Heater 6 pin permanently high

      Evening all!

      Im currently running into an issue whilst trying to add a laser to my CNC.

      Overview:

      • Firmware Rev 3.3.0

      • Workbee CNC running a Duet Wifi 2 with an expansion board for using heater 6 5v PWM.

      So far ive used the following line and added to the config files -

      M452 C"exp.heater6" R255 F200 ; Enable Laser mode, on exp.heater6, with max intensity being 255, and a PWM frequency of 200

      Once i have saved this the PWM pin goes to 5v and stays there. Where am i going wrong with this?

      Any help is greatly appreciated.

      Thanks in advance

      posted in Laser Cutters
      rhys161undefined
      rhys161
    • Poor Print Quality - struggling to debug firmware

      im hoping for some help with my firmware and some reccomended settings for an AM8. im running 0.9 degree motors on X &Y 4.8mH 1.6A, 2 x 0.6A 1.8 degree motors on z and 1.8 degree 1.2A for the E.

      i was hoping someone could reccomend some ideal starter settings for the firmware.

      This is my current set up

      ; Configuration file for Duet Ethernet (firmware version 1.17 to 1.19)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool on Mon Sep 03 2018 19:40:27 GMT+0100 (GMT Daylight Time)

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

      ; Network
      M550 PMy printer ; Set machine name
      M552 P0.0.0.0 S1 ; Enable network and acquire dynamic address via DHCP
      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 S0 ; Drive 1 goes backwards
      M569 P2 S1 ; Drive 2 goes forwards
      M569 P3 S0 ; Drive 3 goes backwards
      M350 X16 Y16 Z16 E16 I1 ; Configure microstepping with interpolation
      M92 X200 Y200 Z400 E807 ; Set steps per mm
      M566 X1200 Y1200 Z12 E600 ; Set maximum instantaneous speed changes (mm/min)
      M203 X6000 Y6000 Z180 E3000 ; Set maximum speeds (mm/min)
      M201 X1000 Y800 Z250 E250 ; Set accelerations (mm/s^2)
      M906 X1300 Y1300 Z800 E1200 I30 ; Set motor currents (mA) and motor idle factor in per cent
      M84 S30 ; Set idle timeout

      ; Axis Limits
      M208 X0 Y0 Z0 S1 ; Set axis minima
      M208 X230 Y210 Z200 S0 ; Set axis maxima

      ; Endstops
      M574 X1 Y2 S1 ; Set active high endstops

      ; Z-Probe
      M558 P0 H5 F120 T6000 ; Disable Z probe but set dive height, probe speed and travel speed
      M557 X15:215 Y15:195 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 B4725 C7.060000e-8 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 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
      M106 P1 S0.3 I0 F500 H-1 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned off
      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

      ; Custom settings are not configured

      The system is running on 12V, would you reccomend going to 24V ?

      Thanks in advance!

      posted in Tuning and tweaking
      rhys161undefined
      rhys161
    • RE: Tuning settings to remove blobs on corners

      Thanks for your reply!

      bowden tube is around 500mm long.

      Retraction distance 2.5mm
      extra restart distance -0.1mm
      retraction speed 1800mm/min

      Using S3D

      Ive tried using my old config settings from ramps such as the jerk settings etc but it doesnt seem to change. im running 128 microstepping could that be ruled out or would it not be that?

      posted in Tuning and tweaking
      rhys161undefined
      rhys161
    • Tuning settings to remove blobs on corners

      Hello, im hoping someone can point me in the right direction, im having an issue with blobs on the corners of my prints. I have tried all sorts of different settings to try and remove them like making the jerk settings much higher and pressure advance but still seem to be having issues. It looks like its slightly over extruding on starting a new layer which starts on the corner of the test cube. I will supply some images on this post.

      Settings
      ; Drives
      M569 P0 S0 ; Drive 0 goes backwards
      M569 P1 S0 ; Drive 1 goes backwards
      M569 P2 S1 ; Drive 2 goes forwards
      M569 P3 S0 ; Drive 3 goes backwards
      M350 X128 Y128 Z128 E32 I0 ; Configure microstepping without interpolation
      M92 X800 Y800 Z3157 E190 ; Set steps per mm
      M566 X1200 Y1200 Z18 E120 ; Set maximum instantaneous speed changes (mm/min)
      M203 X12000 Y12000 Z1200 E3000 ; Set maximum speeds (mm/min)
      M201 X1000 Y1000 Z100 E5000 ; Set accelerations (mm/s^2)
      M906 X855 Y855 Z855 E855 I30 ; Set motor currents (mA) and motor idle factor in per cent
      M84 S30 ; Set idle timeout

      I also have 0.1 of pressure advance on too.

      Any help would be greatly appreciated!

      thanks

      posted in Tuning and tweaking
      rhys161undefined
      rhys161
    • Anet A8 firmware

      Hey!

      Hoping someone out there has already upgraded an anet 8 with one of these.

      Having some issues with the firmware and was wondering if anyone has a working config file?

      Regards

      posted in Firmware installation
      rhys161undefined
      rhys161
    • Duet3d wifi Newbie

      Looking for some help if possible 🙂

      Im upgrading an anet A8 with this board and moving from ramps.

      ive had a look at the reprap configurator and its quite different compared with the ramps.

      Can the duetwifi be ran without a z probe? i currently just have a limit switch fitted. Also if i run in 256 do i need to multiply the steps/mm?

      Thanks

      posted in Duet Hardware and wiring
      rhys161undefined
      rhys161