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

    AdamX

    @AdamX

    0
    Reputation
    2
    Profile views
    11
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    AdamX Unfollow Follow

    Latest posts made by AdamX

    • RE: HomeAll.G content cleanup

      @dc42 Aha, perfect! Thanks! I always like to know and... understand, so to speak 🙂

      posted in General Discussion
      AdamXundefined
      AdamX
    • RE: HomeAll.G content cleanup

      @lb that makes sense - but I'm still not tracking on why a G28 shouldn't/can't be called from homeall.g?

      posted in General Discussion
      AdamXundefined
      AdamX
    • RE: HomeAll.G content cleanup

      Interesting... So substitute in a "G98 homez.g" and the like? I thought G28 Z (for example) just called the homez.g file?

      posted in General Discussion
      AdamXundefined
      AdamX
    • HomeAll.G content cleanup

      I'm in the process of cleaning up my system files. I had been using the homeall.g generated by the config creation tool.

      Question is, is there a good reason NOT to replace homeall.g with the G28 for X Y and Z and leave it at that? Assuming the homex/y/z.g files are all correct, this seems a much more modular/efficient approach.

      Thoughts?

      posted in General Discussion
      AdamXundefined
      AdamX
    • RE: G29 Grid Questions

      So, in short, the dimension constraints passed in M557 are relative to the probe? Not sure where an M208 factors in here?

      posted in General Discussion
      AdamXundefined
      AdamX
    • G29 Grid Questions

      Searching through, this seems to have been discussed before, but I'm not tracking on something.

      I've got the following definition for my bltouch, mounted to the right of my nozzle:

      M307 H3 A-1 C-1 D-1 ;Disable Heater 3. This is needed to free up the PWM channel for the BLTouch
      M558 P9 H5 F750 T3500 ;Define a new probe type
      G31 X36 Y-2 Z2.2 P25 ;Define the Location of the BLTouch relative to the nozzle
      M557 X2:295 Y15:231 S35 ; Define mesh grid

      My printable area is just under 300x230 and my BLTouch sits 36mm to the right of my nozzle.
      I've defined M557 of X2:295 as X1 still contacts my limit switch. However, when running G29, I see;

      Warning: Skipping grid point (2.0, 50.0) because Z probe cannot reach it
      Warning: Skipping grid point (2.0, 85.0) because Z probe cannot reach it

      Etc, on again for each time it attempts to probe X2. Now, the probe still actuates at those locations.

      I think I understand that G31 defines the probe offset, so my question is whether M557's X/Y coordinate limits are defined relative to the NOZZLE or the PROBE?

      Or if I've hosed something else up here, feel free to make me awares 🙂

      Thanks!

      posted in General Discussion
      AdamXundefined
      AdamX
    • RE: Java errors

      0_1548609111163_xyzCalibration_cube.gcode

      I've attached the gcode file in question - and thank you so much for the quick feedback!!

      posted in Duet Web Control
      AdamXundefined
      AdamX
    • RE: Java errors

      Further fiddling this morning is pointing at user error (of some kind):

      If I remove the bed/ext heat commands from my gcode file and manually pre-heat the bed and extruder, the print starts correctly and no Java errors.

      Mistake in my tool definitions... or something?

      posted in Duet Web Control
      AdamXundefined
      AdamX
    • RE: Java errors

      I should add: this is a single nozzle/extruder printer and I have some suspicions my tool/fan lines are incorrect...

      posted in Duet Web Control
      AdamXundefined
      AdamX
    • RE: Java errors

      Appologies for the lack of config.g, attached below.

      Firmware:

      Firmware Name: RepRapFirmware for Duet 2 WiFi/Ethernet
      Firmware Electronics: Duet WiFi 1.02 or later
      Firmware Version: 2.02(RTOS) (2018-12-24b1)
      WiFi Server Version: 1.22
      Web Interface Version: 1.22.6

      config.g (be gentle):

      ; Configuration file for Duet WiFi (firmware version 1.21)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool v2 on Tue Jan 08 2019 13:17:15 GMT-0500 (Eastern Standard Time)

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

      ; Network
      M550 P"Duet3DP" ; Set machine name
      M552 S1 ; Enable network
      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 S1 ; Drive 3 goes forwards
      M350 X16 Y16 Z16 E16 I1 ; Configure microstepping with interpolation
      M92 X80.00 Y80.00 Z400.00 E93.03 ; Set steps per mm
      M566 X900.00 Y900.00 Z12.00 E120.00 ; Set maximum instantaneous speed changes (mm/min)
      M203 X3000.00 Y3000.00 Z300.00 E1500.00 ; Set maximum speeds (mm/min)
      M201 X500.00 Y500.00 Z100.00 E5000.00 ; Set accelerations (mm/s^2)
      M906 X800.00 Y800.00 Z800.00 E800.00 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 X300 Y220 Z300 S0 ; Set axis maxima

      ; Endstops
      M574 X1 Y1 Z1 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:15 Y15:195 S20 ; Define mesh grid

      ; Heaters
      M307 H0 B0 S1.00 ; Disable bang-bang mode for the bed heater and set PWM limit
      M305 P0 T100000 B4138 R4700 ; Set thermistor + ADC parameters for heater 0
      M143 H0 S120 ; Set temperature limit for heater 0 to 120C
      M305 P1 T100000 B4138 R4700 ; Set thermistor + ADC parameters for heater 1
      M143 H1 S280 ; Set temperature limit for heater 1 to 280C

      ; 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 H1 T45 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on

      ; Tools
      M563 P0 S"Nozzle" 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

      posted in Duet Web Control
      AdamXundefined
      AdamX