Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. totalitarian
    3. Best
    • Profile
    • Following 0
    • Followers 0
    • Topics 35
    • Posts 192
    • Best 4
    • Controversial 0
    • Groups 0

    Best posts made by totalitarian

    • Need to remap my corexy X axis to E1 motor

      I suspect my X-axis driver is dying and want to remap it to use the E1 motor.

      I tried this but now the X+10 moves X and Y and Y+10 does exactly the same

      [c]M584 X4 Y1 Z2 E3;[/c]

      ; Configuration file for Duet WiFi (firmware version 1.17 to 1.19)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool on Sun Dec 10 2017 14:24:02 GMT+0000 (GMT Standard Time)
      
      ; General preferences
      M584 X4 Y1 Z2 E3;
      
      M111 S0 ; Debugging off
      G21 ; Work in millimetres
      G90 ; Send absolute coordinates...
      M83 ; ...but relative extruder moves
      M555 P2 ; Set firmware compatibility to look like Marlin
      
      M667 S1 ; Select CoreXY mode
      M208 X0 Y0 Z0 S1 ; Set axis minima
      M208 X300 Y275 Z300 S0 ; Set axis maxima
      
      ; Endstops
      M574 X1 Y2 Z1 S0 ; Set active high endstops
      
      ; Drives
      M569 P0 S1 ; Drive 0 goes forwards
      M569 P1 S1 ; Drive 1 goes forwards
      M569 P2 S0 ; Drive 2 goes forwards
      M569 P3 S0 ; Drive 3 goes forwards
      M569 P4 S1 ; Drive 4 goes forwards
      
      M92 X80 Y80 Z1120 E400 ; Set steps per mm
      M350 X16 Y16 I1 ; Configure microstepping with interpolation
      M350 Z16 E16 I0 ; Configure microstepping with interpolation
      M566 X1000 Y1000 Z200 E400 ; Set maximum instantaneous speed changes (mm/min)
      M203 X12000 Y12000 Z2400 E24000 ; Set maximum speeds (mm/min)
      M201 X1000 Y1000 Z10 E400 ; Set max accelerations (mm/s^2)
      M204 P1200.000 T1600.000 R800.000 ; more acceleration
      M906 X1050 Y1050 Z1050 E840 I30 ; Set motor currents (mA) and motor idle factor in per cent
      M84 S30 ; Set idle timeout
      
      ; Heaters
      M301 H0 S1.00 P10 I0.1 D200 T0.4 W180 B30 ; Use PID on bed heater (may require further tuning)
      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
      
      ; Tools
      M563 P0 D0 H1 F2; 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
      
      ; Network
      M550 PGecko ; Set machine name
      M552 S1 ; Enable network
      M586 P0 S1 ; Enable HTTP
      M586 P1 S1 ; Enable FTP
      M586 P2 S1 ; Enable Telnet
      
      ; 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 S0 I0 F500 H-1 ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned off
      
      ; Custom settings are not configured
      
      ; Miscellaneous
      T0 ; Select first tool
      
      ;BLTouch
      M307 H3 A-1 C-1 D-1 ;
      M558 P5 X0 Y0 Z1 H5 F320 T6000; F probe speed - T Travel speed
      G31 X30 Y5 Z0.6 P25
      ;INCREASE VALUE WILL LOWER NOZZLE CLOSER TO THE BED, DECREASE THIS VALUE WILL RAISE THE NOZZLE FROM THE BED
      M557 X40:260 Y40:260 S55   ; probe from X=20 to 280, Y=20 to 280mm with a mesh spacing of 65mm
      M501
      
      
      posted in Tuning and tweaking
      totalitarianundefined
      totalitarian
    • Strange salmon skin - Moire effect on my Delta

      Any idea how to get rid of these ripples? Predator running a duet wifi complete with springs on rods and a Genuine Bondtech BMG. Belts nice and tight.

      0_1558298987787_d649b631-8dfe-4fc6-aaa3-96c20cd3085a-image.png
      0_1558299002358_bbf2ff1d-9f34-491e-b61f-d2eec490e60a-image.png
      0_1558299013686_9045aa3d-9354-4896-80e1-3f327d9877d8-image.png
      0_1558299037018_17d7b7d2-8bbf-448b-bf2f-8fb9ca8cc0fd-image.png

      posted in Tuning and tweaking
      totalitarianundefined
      totalitarian
    • RE: Filament loading with stall detection macro issue

      Thanks dc42, got it working in the end

      M400; Wait for current moves to finish
      M915 P3 S2 F0 R0; set stall detection threshold
      M913 E90; reduce the motor current
      M83; relative extrude
      G1 S1 E500 F3000; fast extrude
      M400; wait for current moves to finish
      M913 E100; restore motor current
      G1 E20 F300 ; extrude slowly 20mm of filament

      posted in Tuning and tweaking
      totalitarianundefined
      totalitarian
    • RE: M203 Printing Max Speed

      @dragonn That could be the answer, thanks! It's a belt driven delta yes

      posted in Tuning and tweaking
      totalitarianundefined
      totalitarian