Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order
    1. Home
    2. trublu89
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 31
    • Best 2
    • Controversial 0
    • Groups 0

    trublu89

    @trublu89

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

    trublu89 Unfollow Follow

    Best posts made by trublu89

    • RE: Homing crashes

      @fcwilt the standard 8mm from open builds.

      I had a stepper motor with gearbox never thought to use that.

      posted in Tuning and tweaking
      trublu89
      trublu89
    • RE: auto calibration

      @fcwilt I have the flexible z couplers.

      posted in Tuning and tweaking
      trublu89
      trublu89

    Latest posts made by trublu89

    • RE: auto calibration

      @phaedrux I had this volcano way before the silicone socks ever came about.
      I have some of the hose printrbot used on their ubis got end but the heat makes it tear. Maybe it was meant for a lower heat.

      posted in Tuning and tweaking
      trublu89
      trublu89
    • RE: auto calibration

      @phaedrux I didn't add the 501 I just entered m500.

      It said temperature excursion went from 230 to 250. I think the fan might have been too high I tried to make it to where it cuts on but low not on high but it still is 60 or 80 percent.

      posted in Tuning and tweaking
      trublu89
      trublu89
    • RE: auto calibration

      @fcwilt also what would cause temperature excursion. I have paid tuned several times with and without the fan on.

      posted in Tuning and tweaking
      trublu89
      trublu89
    • RE: auto calibration

      @fcwilt I have the flexible z couplers.

      posted in Tuning and tweaking
      trublu89
      trublu89
    • RE: auto calibration

      @fcwilt this is g29 initially and then g29 with s1 at startup code right?
      20220516_083305.jpg 20220516_083251.jpg 20220516_083243.jpg

      posted in Tuning and tweaking
      trublu89
      trublu89
    • RE: auto calibration

      @phaedrux nope is there a way to just move one z motor instead of all?

      posted in Tuning and tweaking
      trublu89
      trublu89
    • RE: auto calibration

      @phaedrux

      I didn't realize there was a gap in my m671

      probe.jpg

      That's how I came up with .192 homing to where the paper grabbed the nozzle and g92 z=0 g30 s1 to get the mean results.

      ; homeall.g
      ; called to home all axes
      ;
      ; generated by RepRapFirmware Configuration Tool v3.3.10 on Fri Dec 17 2021 18:35:59 GMT-0600 (Central Standard Time)
      G91                     ; relative positioning
      G1 H2 Z5 F108000        ; lift Z relative to current position
      G1 H1 X-565 Y-535 F1800 ; move quickly to X or Y endstop and stop there (first pass)
      G1 H1 X-565             ; home X axis
      G1 H1 Y-535             ; home Y axis
      G1 X5 Y5 F108000        ; go back a few mm
      G1 H1 X-565 F360        ; move slowly to X axis endstop once more (second pass)
      G1 H1 Y-535             ; then move slowly to Y axis endstop
      G90                     ; absolute positioning
      G1 X32 Y50 F108000      ; go to first bed probe point and home Z
      G30                     ; home Z by probing the bed
      
      
      ; config-override.g file generated in response to M500 at 2022-05-14 23:47
      ; This is a system-generated file - do not edit
      ; Heater model parameters
      M307 H1 R1.925 K0.303:0.261 D5.51 E1.35 S0.90 B0 V12.2
      ; Workplace coordinates
      G10 L2 P1 X0.00 Y0.00 Z0.00
      G10 L2 P2 X0.00 Y0.00 Z0.00
      G10 L2 P3 X0.00 Y0.00 Z0.00
      G10 L2 P4 X0.00 Y0.00 Z0.00
      G10 L2 P5 X0.00 Y0.00 Z0.00
      G10 L2 P6 X0.00 Y0.00 Z0.00
      G10 L2 P7 X0.00 Y0.00 Z0.00
      G10 L2 P8 X0.00 Y0.00 Z0.00
      G10 L2 P9 X0.00 Y0.00 Z0.00
      
      

      What is the config overide g? I never really looked in there.

      M122
      === Diagnostics ===
      RepRapFirmware for Duet 2 WiFi/Ethernet version 3.4.0 (2022-03-15 18:58:31) running on Duet WiFi 1.02 or later + DueX5
      Board ID: 08DGM-956GU-DJMSN-6JKF2-3S86L-TBRVG
      Used output buffers: 3 of 24 (16 max)
      === RTOS ===
      Static ram: 23868
      Dynamic ram: 74744 of which 0 recycled
      Never used RAM 13468, free system stack 184 words
      Tasks: NETWORK(ready,12.4%,247) HEAT(notifyWait,0.0%,332) Move(notifyWait,0.0%,364) DUEX(notifyWait,0.0%,24) MAIN(running,87.0%,440) IDLE(ready,0.5%,30), total 100.0%
      Owned mutexes: WiFi(NETWORK)
      === Platform ===
      Last reset 00:02:37 ago, cause: power up
      Last software reset at 2022-05-14 19:46, reason: User, GCodes spinning, available RAM 13264, slot 0
      Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x0041f000 BFAR 0xe000ed38 SP 0x00000000 Task MAIN Freestk 0 n/a
      Error status: 0x00
      Aux0 errors 0,0,0
      Step timer max interval 0
      MCU temperature: min 29.6, current 36.9, max 37.2
      Supply voltage: min 12.3, current 12.4, max 12.5, under voltage events: 0, over voltage events: 0, power good: yes
      Heap OK, handles allocated/used 0/0, heap memory allocated/used/recyclable 0/0/0, gc cycles 0
      Events: 0 queued, 0 completed
      Driver 0: standstill, SG min n/a
      Driver 1: standstill, SG min n/a
      Driver 2: standstill, SG min n/a
      Driver 3: standstill, SG min n/a
      Driver 4: standstill, SG min n/a
      Driver 5: standstill, SG min n/a
      Driver 6: standstill, SG min n/a
      Driver 7: standstill, SG min n/a
      Driver 8: standstill, SG min n/a
      Driver 9: standstill, SG min n/a
      Driver 10: 
      Driver 11: 
      Date/time: 2022-05-15 16:48:09
      Cache data hit count 4294967295
      Slowest loop: 135.24ms; fastest: 0.19ms
      I2C nak errors 0, send timeouts 0, receive timeouts 0, finishTimeouts 0, resets 0
      === Storage ===
      Free file entries: 10
      SD card 0 detected, interface speed: 20.0MBytes/sec
      SD card longest read time 1.2ms, write time 60.6ms, max retries 0
      === Move ===
      DMs created 83, segments created 0, maxWait 0ms, bed compensation in use: none, comp offset 0.000
      === MainDDARing ===
      Scheduled moves 0, completed 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
      === AuxDDARing ===
      Scheduled moves 0, completed 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
      === Heat ===
      Bed heaters -1 -1 -1 -1, chamber heaters -1 -1 -1 -1, ordering errs 0
      === GCodes ===
      Segments left: 0
      Movement lock held by null
      HTTP is idle in state(s) 0
      Telnet is idle in state(s) 0
      File is idle in state(s) 0
      USB is idle in state(s) 0
      Aux is idle in state(s) 0
      Trigger is idle in state(s) 0
      Queue is idle in state(s) 0
      LCD is idle in state(s) 0
      Daemon is idle in state(s) 0
      Autopause is idle in state(s) 0
      Code queue is empty
      === Filament sensors ===
      Extruder 0 sensor: ok
      === DueX ===
      Read count 1, 0.38 reads/min
      === Network ===
      Slowest loop: 111.91ms; fastest: 0.00ms
      Responder states: HTTP(0) HTTP(0) HTTP(0) HTTP(0) FTP(0) Telnet(0), 0 sessions
      HTTP sessions: 1 of 8
      - WiFi -
      Network state is active
      WiFi module is connected to access point 
      Failed messages: pending 0, notready 0, noresp 0
      WiFi firmware version 1.26
      WiFi MAC address 5c:cf:7f:76:72:b4
      WiFi Vcc 3.39, reset reason Turned on by main processor
      WiFi flash size 4194304, free heap 24952
      WiFi IP address 10.0.0.18
      WiFi signal strength -66dBm, mode 802.11n, reconnections 0, sleep mode modem
      Clock register 00002002
      Socket states: 4 0 0 0 0 0 0 0
      
      	M98 P"config.g"
      HTTP is enabled on port 80
      FTP is disabled
      TELNET is disabled
      

      It stops before reaching it in the rear right corner I adjusted the screw manually and eventually it will still do it.

      The build surface I have is buildtak.

      posted in Tuning and tweaking
      trublu89
      trublu89
    • RE: auto calibration

      @fcwilt

      I have the ir probe and my lead screws are independent driven by motors.

      posted in Tuning and tweaking
      trublu89
      trublu89
    • RE: auto calibration

      @fcwilt

      right before it tries to trigger it will just stop and error out probe was not triggered during move.

      posted in Tuning and tweaking
      trublu89
      trublu89
    • RE: auto calibration

      @phaedrux it won't even crash it will just stop before reaching it. And sometimes the margin of error is -9.

      Now I'm getting a temperature excursion error I'm printing at 230 it will jump to 250 I paid tuned several times. Tried with fan on didn't realize the fan comes on with the newer firmware.

      posted in Tuning and tweaking
      trublu89
      trublu89