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

    grahamsoukup

    @grahamsoukup

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

    grahamsoukup Unfollow Follow

    Best posts made by grahamsoukup

    • RE: BLtouch Probe not probing.

      @fcwilt

      We updated to v3.4.1 and it WORKED, thank you sooo much! we really appreciate all you help.

      posted in 3D Printing General Chat
      grahamsoukupundefined
      grahamsoukup

    Latest posts made by grahamsoukup

    • RE: BLtouch Probe not probing.

      @fcwilt

      We put M98 P into the Config.g DWC and it said that M305 has been replaced by M308 and M950.

      posted in 3D Printing General Chat
      grahamsoukupundefined
      grahamsoukup
    • RE: BLtouch Probe not probing.

      @grahamsoukup

      spoke to soon, now the probe is deploying before we can home it.

      posted in 3D Printing General Chat
      grahamsoukupundefined
      grahamsoukup
    • RE: BLtouch Probe not probing.

      @fcwilt

      We updated to v3.4.1 and it WORKED, thank you sooo much! we really appreciate all you help.

      posted in 3D Printing General Chat
      grahamsoukupundefined
      grahamsoukup
    • RE: BLtouch Probe not probing.

      @grahamsoukup

      We just found that it said the M950 was not supported, if that means anything?

      posted in 3D Printing General Chat
      grahamsoukupundefined
      grahamsoukup
    • RE: BLtouch Probe not probing.

      @fcwilt

      Yes we input the code into the DWC on our printer and it said that the file was not found.

      posted in 3D Printing General Chat
      grahamsoukupundefined
      grahamsoukup
    • RE: BLtouch Probe not probing.

      @fcwilt

      sorry about the </> tag

      we put in the M98 P into our console and the file wasn't found. So it may be that the file hasn't configured yet or some error in it?

      ; deployprobe.g
      ; called to deploy a physical Z probe
      M280 P0 S10 ; deploy BLTouch
      
      posted in 3D Printing General Chat
      grahamsoukupundefined
      grahamsoukup
    • RE: BLtouch Probe not probing.

      @fcwilt

      here is my Config.g file.

      ;Generated by Modix - 2.0
      ;Modix Big-60, Duet Board, Dual Printhead
      ; Configuration file for Duet WiFi (firmware version 3.3)

      ; General preferences_________________________________________________________
      G90 ; send absolute coordinates...
      M83 ; ...but relative extruder moves
      M111 S0 ; Debug off
      M555 P2 ; Set output to look like Marlin
      M575 P1 B57600 S1 ; Set auxiliary serial port baud rate and require checksum (for PanelDue)

      ; Network_____________________________________________________________________
      M550 P"Big 60" ; set printer name
      ;M551 P"MODIX3D" ; Set password (optional)
      M552 S1 ; enable network
      ;M552 P0.0.0.0 ; Uncomment this command for using Duet Ethernet board
      M586 P0 S1 ; enable HTTP
      M586 P1 S0 ; disable FTP
      M586 P2 S0 ; disable Telnet

      ; Drives_________________________________________________________________________
      ;Main board_________________________________________________________
      M569 P0 S1 ; Physical drive 0 goes forwards. X-Axis.
      M569 P1 S0 ; Physical drive 1 goes backwards. Y-Axis.
      M569 P2 S0 ; Physical drive 2 goes backwards. Z-Axis.
      M569 P3 S1 ; Physical drive 3 goes forwards. E0-Extruder.
      M569 P4 S0 ; Physical drive 4 goes backwards. E1-Extruder.

      ;Settings_________________________________________________________
      M584 X0 Y1 Z2 E3:4 P3 ; Driver mapping

      ;___________________________________________________________________
      M350 X16 Y16 Z16 E16:16 I1 ; Configure microstepping with interpolation
      M92 X100.00 Y100.00 Z2000.00 E418.500:418.500 ; Set steps per mm
      M566 X240 Y360 Z30.00 E120.00:120.00 P1 ; Set maximum instantaneous speed changes (mm/min)
      M203 X9000.00 Y9000.00 Z360.00 E1200.00:1200.00 ; Set maximum speeds (mm/min)
      M201 X1000.00 Y1000.00 Z120.00 E250.00:250.00 ; Set accelerations (mm/s^2)
      M204 P500 ; Set print and travel accelerations (mm/s^2)
      M906 X1800.00 Y1800.00 Z1800.00 E1200.00:1200.00 I40 ; Set motor currents (mA) and motor idle factor in per cent
      M84 S60 X Y E0 E1 ; Set idle timeout - one minute

      ; Axis Limits
      M208 X0 Y0 Z-1 S1 ; set axis minima
      M208 X600 Y600 Z660 S0 ; set axis maxima

      ; Endstops
      M574 X1 S1 P"xstop" ; configure switch-type (e.g. microswitch) endstop for low end on X via pin xstop
      M574 Y2 S1 P"ystop" ; configure switch-type (e.g. microswitch) endstop for low end on Y via pin ystop

      ; Z-Probe

      M558 P9 C"^zprobe.in" H5 F120 T6000 A1 R0.7 ; set Z probe type to bltouch and the dive height + speeds
      M950 S0 C"exp.heater3" ; set probe pin
      G31 P500 X-14 Y21 Z-3 ; set Z probe trigger value, offset and trigger height
      M556 S50 X0 Y0 Z0 ; set orthogonal axis compensation parameters
      M557 X-14:584.5 Y21:619.5 S66.5 ; define mesh grid
      M376 H10 ; Height (mm) over which to taper off the bed compensation

      ; Heaters___________________________________________________________
      M140 H-1 ; disable heated bed (overrides default heater mapping)
      ;E0_________________________________________________________________
      M305 P1 T100000 B4725 C7.060000e-8 R4700 ; Set thermistor + ADC parameters for heater 1
      M143 H1 S285 ; Set temperature limit for heater 1 to 285C
      M307 H1 A176.8 C188.7 D3.0 V24.1 S1.0 B0 ; PID calibration
      ;E1_________________________________________________________________
      M305 P2 T100000 B4725 C7.060000e-8 R4700 ; Set thermistor + ADC parameters for heater 2
      M143 H2 S285 ; Set temperature limit for heater 2 to 285C
      ;M307 H2 A# C# D# V# S1.0 B0 ; PID calibration

      ; Fans & LED______________________________________________________________
      M950 F0 C"fan0" Q500 ; create fan 0 on pin fan0 and set its frequency
      M106 P0 S0 H-1 ; set fan 0 value.
      M950 F1 C"fan1" Q500 ; create fan 1 on pin fan1 and set its frequency
      M106 P1 S0 H-1 ; set fan 1 value.
      M950 F2 C"fan2" Q500 ; create LED on pin fan2 and set its frequency
      M106 P2 S0 H-1 ; Disable fan channel for LED

      ; Tools______________________________________________________________
      ;T0_________________________________________________________________
      M563 P0 S"E0 Primary" D0 H0 F0 ; define tool 0
      G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets
      G10 P0 R0 S210 ; set initial tool 0 active and standby temperatures to 0C

      ;T1_________________________________________________________________
      M563 P1 S"E1 Secondary" D1 H1 F1 ; define tool 1
      G10 P1 X0 Y49 Z0 ; set tool 1 axis offsets
      G10 P1 R0 S210 ; set initial tool 1 active and standby temperatures to 0C

      ; Custom settings__________________________________________________
      M591 D0 P1 C"e0stop" S1 ; Regular filament sensor for E0

      M591 D1 P1 C"e1stop" S1 ; Regular filament sensor for E1

      ; Automatic power saving____________________________________________
      M911 S22.5 R29.0 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; Set voltage thresholds and actions to run on power loss. Power Failure Pause

      posted in 3D Printing General Chat
      grahamsoukupundefined
      grahamsoukup
    • BLtouch Probe not probing.

      I am working on a Modix 3-d printer, My college and I are having much trouble with our BLTouch probe and we dont know what is wrong, we have looked at much of the code for the Homez.g file, deployprobe.g, homeall.g files. We keep getting the notification on our LCD saying "M280 invalid servo index 0 in M280 command". Any help will be greatly appreicated.

      posted in 3D Printing General Chat
      grahamsoukupundefined
      grahamsoukup