Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. Will Baxter
    • Profile
    • Following 0
    • Followers 0
    • Topics 11
    • Posts 25
    • Best 0
    • Controversial 0
    • Groups 0

    Will Baxter

    @Will Baxter

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

    Will Baxter Unfollow Follow

    Latest posts made by Will Baxter

    • Server down

      Is the duet WiFi documentation server down because I cannot connect on any device .

      posted in General Discussion
      Will Baxterundefined
      Will Baxter
    • Server down

      Is the documentation server down I cannot connect on any device .

      posted in General Discussion
      Will Baxterundefined
      Will Baxter
    • RE: G32 not working properly

      Yes everything works except the adjustment at the end of the probing

      posted in Tuning and tweaking
      Will Baxterundefined
      Will Baxter
    • G32 not working properly

      when i auto level using the G32 command when it is making the adjustments at the end i can see the bed being adjusted out of level . i run G32 3 times the bed is never level . any thoughts

      posted in Tuning and tweaking
      Will Baxterundefined
      Will Baxter
    • RE: HomeZ

      x axis goes the wrong way when i home all
      my end stops are located bottom left corner
      my origin is located bottom left corner
      when i home the head travels towards origin

      ; homeall.g
      ; called to home all axes
      ;
      ; generated by RepRapFirmware Configuration Tool on Sun Jan 13 2019 13:36:28 GMT+0000 (Greenwich Mean Time)
      G91 ; relative positioning
      G1 Z5 F6000 S2 ; lift Z relative to current position
      G1 S1 X395 Y405 F1800 ; move quickly to X and Y axis endstops and stop there (first pass)
      G1 X5 Y-5 F6000 ; go back a few mm
      G1 S1 X395 Y405 F360 ; move slowly to X and Y axis endstops once more (second pass)
      G90 ; absolute positioning
      G1 X60 Y60 F6000 ; go to first bed probe point and home Z
      G30 ; home Z by probing the bed

      ; Uncomment the following lines to lift Z after probing
      ;G91 ; relative positioning
      ;G1 S2 Z5 F100 ; lift Z relative to current position
      ;G90 ; absolute positioning

      ; homey.g
      ; called to home the Y axis
      ;
      ; generated by RepRapFirmware Configuration Tool on Sun Jan 13 2019 13:36:28 GMT+0000 (Greenwich Mean Time)
      G91 ; relative positioning
      G1 Z5 F6000 S2 ; lift Z relative to current position
      G1 S1 Y405 F1800 ; move quickly to Y axis endstop and stop there (first pass)
      G1 Y-5 F6000 ; go back a few mm
      G1 S1 Y405 F360 ; move slowly to Y axis endstop once more (second pass)
      G1 Z-5 F6000 S2 ; lower Z again
      G90 ; absolute positioning

      posted in General Discussion
      Will Baxterundefined
      Will Baxter
    • RE: HomeZ

      homex.g file
      ; homex.g
      ; called to home the X axis
      ;
      ; generated by RepRapFirmware Configuration Tool on Sun Jan 13 2019 13:36:28 GMT+0000 (Greenwich Mean Time)
      G91 ; relative positioning
      G1 Z5 F6000 S2 ; lift Z relative to current position
      G1 S1 X-395 F1800 ; move quickly to X axis endstop and stop there (first pass)
      G1 X5 F6000 ; go back a few mm
      G1 S1 X-395 F360 ; move slowly to X axis endstop once more (second pass)
      G1 Z-5 F6000 S2 ; lower Z again
      G90 ; absolute positioning

      posted in General Discussion
      Will Baxterundefined
      Will Baxter
    • RE: HomeZ

      @aidar just posted them any help would be appreciated

      posted in General Discussion
      Will Baxterundefined
      Will Baxter
    • RE: HomeZ

      @will-baxter config.g file
      Configuration file for Duet WiFi (firmware version 1.21)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool on Sun Jan 13 2019 13:36:28 GMT+0000 (Greenwich Mean Time)

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

      ; Network
      M550 PBaxters beast ; Set machine name
      M551 Pboomboom6663 ; Set password
      M552 S1 ; Enable network
      M586 P0 S1 ; Enable HTTP
      M586 P1 S0 ; Disable FTP
      M586 P2 S0 ; Disable Telnet

      ; Drives
      M569 P0 S0 ; Drive 1 goes forwards
      M569 P1 S1 ; Drive 1 goes forwards
      M569 P2 S0 ; Drive 2 goes backwards
      M569 P3 S0 ; Drive 3 goes forwards
      M569 P4 S0 ; Drive 4 goes forwards
      M569 P5 S0 ; Drive 5 goes forwards
      M569 P6 S1 ; Drive 6 goes forwards
      M584 X0 Y1:2 Z3:4:5 E6
      M671 X390:219:0.0 Y400:10:400 S4 ; leadscrews at front left, front right and rear middle
      M350 X16 Y16 Z16 E16 I1 ; Configure microstepping with interpolation
      M92 X80 Y79.9 Z386.5 E420 ; Set steps per mm
      M566 X900 Y900 Z12 E120 ; Set maximum instantaneous speed changes (mm/min)
      M203 X6000 Y6000 Z180 E1200 ; Set maximum speeds (mm/min)
      M201 X500 Y20 Z250 E250 ; Set accelerations (mm/s^2)
      M906 X800 Y800 Z800 E800 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 X390 Y400 Z600 S0 ; Set axis maxima

      ; Endstops

      ; Z-Probe
      M574 X2 Y2 Z0 S1 ; Define active low and unused microswitches
      M558 P1 I0 R0.4 F300 X0 Y0 Z0
      G31 X0 Y0 Z-0.1 P600
      M557 X25:375 Y15:395 S50 ; Define mesh grid

      ; Heaters
      M140 H-1 ; Disable heated bed
      M305 P1 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 1
      M143 H1 S300 ; Set temperature limit for heater 1 to 260C

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

      HomeZ.g file

      homez.g
      ; called to home the Z axis
      ;
      ; generated by RepRapFirmware Configuration Tool on Sun Jan 13 2019 13:36:28 GMT+0000 (Greenwich Mean Time)
      G91 ; relative positioning
      G1 Z5 F6000 S2 ; lift Z relative to current position
      G90 ; absolute positioning
      G1 X15 Y15 F6000 ; go to first probe point
      G30 ; home Z by probing the bed

      ; Uncomment the following lines to lift Z after probing
      ;G91 ; relative positioning
      ;G1 S2 Z5 F100 ; lift Z relative to current position
      ;G90 ; absolute positioning

      posted in General Discussion
      Will Baxterundefined
      Will Baxter
    • HomeZ

      why is it that my X axis goes the wrong way when i use the HomeZ but homes fine when i use the home x

      posted in General Discussion
      Will Baxterundefined
      Will Baxter
    • RE: Cant connect to web controller after 1.19 upgrade

      I have followed instructions at https://duet3d.com/wiki/Upgrading_to_Du … mware_1.19 ? . I have also copy/paste from the web page . Nothing is working . Iam getting this creating a macro file right, it is just G code in a text file.

      posted in Firmware installation
      Will Baxterundefined
      Will Baxter