Navigation

    Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order
    1. Home
    2. dmkmedia
    • Profile
    • Following 0
    • Followers 0
    • Topics 45
    • Posts 113
    • Best 0
    • Groups 0

    dmkmedia

    @dmkmedia

    0
    Reputation
    6
    Profile views
    113
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Website dmkitservices.com Location Oxford

    dmkmedia Follow

    Latest posts made by dmkmedia

    • beg.g compaining please help

      im trying to set my bed.g file and it keeps saying points 0 to 3 must be clcokwise and the p4 should be near centre but they are

      M561 ; clear any bed transform
      ; Probe the bed at 4 points
      G30 P0 X0 Y35 H0 Z-99999
      G30 P1 X195 Y35 H0 Z-99999
      G30 P2 X195 Y220 H0 Z-99999
      G30 P3 X0 Y220 H0 Z-99999
      G30 P4 X80 Y120 H0 Z-99999 S
      
      G29
      M374
      M375
      
      

      my sensor is off to the right and forward a little so i have to use these values to scan the max area pos

      posted in Tuning and tweaking
      dmkmedia
      dmkmedia
    • RE: stepper motors on z axis going in opposite directions

      bingo thanks

      posted in Tuning and tweaking
      dmkmedia
      dmkmedia
    • stepper motors on z axis going in opposite directions

      I know I have one of my motors wired incorrectly but not sure what wires to swap around.

      one motor goes up and the other goes down.

      I had to replace my plugs on my steppers and now I messed up the cabling

      posted in Tuning and tweaking
      dmkmedia
      dmkmedia
    • RE: my delta printer seems to have a mind of its own

      Could it be the tower is too tall at 1000mm

      posted in Tuning and tweaking
      dmkmedia
      dmkmedia
    • RE: my delta printer seems to have a mind of its own

      @dc42 as per config file above
      M350 X16 Y16 Z16 I1
      M350 E8 ; Configure microstepping with interpolation

      posted in Tuning and tweaking
      dmkmedia
      dmkmedia
    • RE: my delta printer seems to have a mind of its own

      @adavidm it measures a hit when it's sitting still on and off.

      posted in Tuning and tweaking
      dmkmedia
      dmkmedia
    • RE: my delta printer seems to have a mind of its own

      @danal said in my delta printer seems to have a mind of its own:

      @dmkmedia

      The effector IS tilting. It is very clear when the video is played several times. This indicates a problem with the mechanics. Nothing will work until this is cleared up.

      Please post a photo of the carriages. There is one very blurry frame where the carriages show... and there seems to be no sign of the carriage adapters. They are the rectangular things in this photo.

      0_1534270069599_0c8805f7-457b-4559-981b-39f0aa1ef1a1-image.png

      They are not fitted as they would not fit to the carriages so I printed one with the measurements on the site with one that would fit

      posted in Tuning and tweaking
      dmkmedia
      dmkmedia
    • RE: my delta printer seems to have a mind of its own

      @dc42 said in my delta printer seems to have a mind of its own:

      It sounds like one of the carriages doesn't always reach the endstop. See this bit of the FAQ page

      they do hit the endstops and i have watched them connect i click go to home repeatedly and it still does it until a turn it off and back on then all is ok. until the next time, it starts to do it
      I have now set the M558
      M558 P5 R0.5 H30 F1200 T6000
      and still it fails to touch the bed on some of the tries here is a video i start at
      X,0 Y,0 Z,0
      as shown on the video
      https://youtu.be/01zD6HJANLA
      at 39 seconds is the one where it goes nowhere near the bed

      but its totally random the one after this it didn't touch in 3 places

      posted in Tuning and tweaking
      dmkmedia
      dmkmedia
    • my delta printer seems to have a mind of its own

      I have a Kossel XXL delta and I have been trying to get it right for over a week now
      but it seems to have a mind of its own

      the auto delta calibration won't touch the bed no matter what I set it I now have my Z set to -5 but it still won't go down. the endstop hit just says yes most of the time.

      also, the home all option sometimes works then sometimes find the end stops lowers down then shoots off 20mm or so in one direction.

      i just can't get it to print anything correctly. if i do manage to get a level and start a print something always messes it up whether it be it starts printing off center or it just doesn't touch the bed. and once it just stopped and stabbed my print.
      it seems to have a mind if its own noting is constant

      Software Information
      Firmware Name: RepRapFirmware for Duet 2 WiFi/Ethernet
      Firmware Electronics: Duet WiFi 1.02 or later
      Firmware Version: 2.01(RTOS) (2018-07-26b2)
      WiFi Server Version: 1.21
      Web Interface Version: 1.21.2-dc42

      Config.g

      *; generated by RepRapFirmware Configuration Tool on Thu Jul 19 2018 15:05:44 GMT+0100 (British Summer Time)

      ; General preferences
      G90 ; Send absolute coordinates...
      M83 ; ...but relative extruder moves
      M555 P1 ; Set firmware compatibility to look like RepRapFirmare

      ;*** The homed height is deliberately set too high in the following - you will adjust it during calibration.
      M665 R200 L400.30 B120 H413 ; Set delta radius, diagonal rod length, printable radius and homed height
      M666 X-10 Y-7 Z-10 ; Put your endstop adjustments here, or let auto calibration find them

      ; Network
      M550 PDelta Printer ; 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 S1 ; Drive 0 goes forwards
      M569 P1 S1 ; Drive 1 goes forwards
      M569 P2 S1 ; Drive 2 goes forwards
      M569 P3 S0 ; Drive 3 goes forwards
      M350 X16 Y16 Z16 I1
      M350 E8 ; Configure microstepping with interpolation
      M92 X80 Y80 Z80 E1900 ; Set steps per mm
      M566 X1000 Y1000 Z1000 E6 ; Set maximum instantaneous speed changes (mm/min)
      M203 X18000 Y18000 Z18000 E2400 ; Set maximum speeds (mm/min)
      M201 X1800 Y1800 Z50 E50 ; Set accelerations (mm/s^2)
      M906 X1200 Y800 Z800 E400 I30 ; Set motor currents (mA) and motor idle factor in per cent
      M84 S30 ; Set idle timeout
      M579 X0.966 Y0.978

      ; Axis Limits
      M208 Z-5 S1 ; Set minimum Z

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

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

      ; Heaters
      M305 P0 T100000 B4725 C7.060000e-8 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 S300 ; Set temperature limit for heater 1 to 300C

      ; Fans
      M106 P0 S1 I0 F500 H-0 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
      M106 P1 S1 I0 F500 H1 T45 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned on
      M106 P2 S1 I0 F500 H1 T45 ; Set fan 0 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 power saving
      M911 S22 R23 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; Set voltage thresholds and actions to run on power loss

      ; Custom settings are not configured*

      Bed.g

      ; bed.g
      ; called to perform automatic delta calibration via G32
      ;
      ; generated by RepRapFirmware Configuration Tool on Thu Jul 19 2018 15:05:44 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 Y110 H0 Z-99999
      G30 P1 X0 Y-110 H0 Z-99999
      G30 P2 X110 Y0 H0 Z-99999
      G30 P3 X-110 Y0 H0 Z-99999
      G30 P4 X-90 Y20 H0 Z-99999
      G30 P5 X-90 Y20 H0 Z-99999
      G30 P0 X0 Y0 H0 Z-99999 S6
      ; 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 Tuning and tweaking
      dmkmedia
      dmkmedia
    • RE: prints coming out slightly too small delta printer

      @dc42 said in prints coming out slightly too small delta printer:

      M579

      ok so if i am 4mm too big X and 1mm too big in Y
      how should the M579 Look

      posted in Tuning and tweaking
      dmkmedia
      dmkmedia