• Tags
  • Documentation
  • Order
  • Register
  • Login
Duet3D Logo Duet3D
  • Tags
  • Documentation
  • Order
  • Register
  • Login
  1. Home
  2. AlexLin
  3. Posts
  • Profile
  • Following 0
  • Followers 0
  • Topics 34
  • Posts 182
  • Best 9
  • Controversial 0
  • Groups 0

Posts made by AlexLin

  • RE: Sensor for driver temp RRF3.1.1

    OK that is fine then when it is a warning 100C will trigger the fan

    posted in General Discussion
    undefined
    AlexLin
    21 May 2020, 13:06
  • Sensor for driver temp RRF3.1.1

    Hi
    I'm using RRF3.1.1 on Duet2 wifi and have this in my config.g:
    M308 S5 Y"drivers" A"Drivers"

    But the reading are always 0.0C...it works fine for mcu-temp.....

    Have I configured it incorrectly?
    Cheers
    Alex

    posted in General Discussion
    undefined
    AlexLin
    21 May 2020, 10:25
  • RE: Homing after cancel print RRF 3.0

    was a bit hesitant to upgrade to an RC...but you would say that RC12 is more reliable than 3.0?

    posted in General Discussion
    undefined
    AlexLin
    11 May 2020, 09:14
  • Homing after cancel print RRF 3.0

    Hi
    I recently upgraded from RRF 2 to 3 and after the necessary changes every works except when I pause and cancel a print and try to start a new one...I cannot home and the print will not start. I have to power up and down in order to be able to home and then start a new print.
    Is there anything that changed in regard to pause and cancel a print?
    start.g

    G21        ;metric values
    G90        ;absolute positioning
    M107       ;start with the fan off
    G29 S2
    M703 ; config filament
    G28
    M376 H10 ;taper off bed level compensation
    
    M204 P1200 T2000			;Set accelerations (mm/s^2)
    G1 X15 Y5 Z5
    G1 Z0.2 F3000 ;move the platform down 
    G1 F3000
    G1 X115 Y5 E10
    G1 Z21.75 F3000 ;move the platform down
    
    G29 S1
    
    

    pause.g

    ; pause.g
    ; called when a print from SD card is paused
    ;
    ; generated by RepRapFirmware Configuration Tool on Sat Feb 24 2018 12:46:55 GMT+0100 (Central Europe Standard Time)
    M83            ; relative extruder moves
    G1 E-10 F3600  ; retract 10mm of filament
    G91            ; relative positioning
    G1 Z5 F360     ; lift Z by 5mm
    G90            ; absolute positioning
    G1 X0 Y0 F6000 ; go to X=0 Y=0
    

    cancel.g
    does nothing

    stop.g

    M104 S0                     ;extruder heater off
    M140 S0                     ;heated bed heater off (if you have it)
    G91                                    ;relative positioning
    G1 E-1 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressure
    G1 Z+0.5 E-5 X-20 Y-20 F3000 ;move Z up a bit and retract filament even more
    G90                         ;absolute positioning
    G1 X0 Y0                              ;move X/Y to min endstops, so the head is out of the way
    

    Cheers Alex

    posted in General Discussion
    undefined
    AlexLin
    11 May 2020, 09:05
  • RE: [Solved]Confused again about Z-homing Orion probe

    excellent!

    posted in General Discussion
    undefined
    AlexLin
    16 Jan 2020, 19:15
  • RE: [Solved]Confused again about Z-homing Orion probe

    thanks for the M558 comment..will remove that
    But yes placing G31 after M558 helps. I cannot find where that is stated though......

    posted in General Discussion
    undefined
    AlexLin
    16 Jan 2020, 07:39
  • RE: [Solved]Confused again about Z-homing Orion probe

    Think I found the reason G31 before M558 seems to ignore the G31 setting. Placing it after M558 did the trick

    posted in General Discussion
    undefined
    AlexLin
    15 Jan 2020, 21:18
  • RE: [Solved]Confused again about Z-homing Orion probe

    Ok G31 returns
    G31
    Current reading 0, threshold 500, trigger height 0.70, offsets X0.0 Y0.0

    so that explains..but where is the 0.7 coming from? I don't have it in my config.g or any other file..

    posted in General Discussion
    undefined
    AlexLin
    15 Jan 2020, 20:50
  • RE: [Solved]Confused again about Z-homing Orion probe

    If I manually perform this from the console and then home z it works

    G31 X0 Y0 Z0 P100
    M558 P5 I1 R0.9 F500 X0 Y0 Z0

    posted in General Discussion
    undefined
    AlexLin
    15 Jan 2020, 20:43
  • [Solved]Confused again about Z-homing Orion probe

    Hi
    I have my Orion quite a while now, but chang from having max z/u endstops to using the probe as z-min.I do this to save time homing.
    I have this in my config.g
    G31 X0 Y0 Z0 P100
    M558 P5 I1 R0.9 F500 X0 Y0 Z0

    and homez.g
    ;homing min using probe
    G91 ; relative positioning
    G1 S2 Z10 F6000 ; lift Z relative to current position
    G90 ; absolute positioning
    G1 X145 Y145 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 Z10 F100 ; lift Z relative to current position
    G90 ; absolute positioning

    However after homing it z shows 15.7mm when probing G30 S-1 after homing it always shows 0.7mm..
    I don't understand where the 0.7mm comes from
    as result my prints start to close to the bed(0.6mm)
    What do I do wrong?

    posted in General Discussion
    undefined
    AlexLin
    15 Jan 2020, 20:41
  • RE: PanelDue goes wireless

    Very Nice! But yes it would even be nicer with 2 HC-05 bluetooth modules

    posted in PanelDue
    undefined
    AlexLin
    10 Apr 2019, 08:16
  • RE: Firmware 2.03beta2 available

    @dc42 does only apply to G32 or also to G29 mesh calibration?

    posted in Firmware installation
    undefined
    AlexLin
    25 Mar 2019, 10:19
  • RE: Duet Web Control 2.0.0-RC6

    @chrishamm probably trivial but : how can I 'pin' the fan speed in DWC 2?

    posted in Duet Web Control
    undefined
    AlexLin
    11 Mar 2019, 13:30
  • RE: Duet Web Control 2.0.0-RC6

    how can I 'pin' the fan speedin DWC 2?

    posted in Duet Web Control
    undefined
    AlexLin
    8 Mar 2019, 19:53
  • RE: Duet Web Control 2.0.0-RC5

    @chrishamm Today I had no problems with the refreshing of the height map...keep my fingers crossed👍

    posted in Duet Web Control
    undefined
    AlexLin
    6 Mar 2019, 15:54
  • RE: Duet Web Control 2.0.0-RC5

    @red-sand-robot agree I always have to switch back to reprap.html to perform levelling and see the updated mesh.Previously I got 'no file found' but F5 helped... , now it doesn't work at all
    I think this such a vital function that it should be fixed before release

    posted in Duet Web Control
    undefined
    AlexLin
    5 Mar 2019, 20:31
  • RE: Duet Web Control 2.0.0-RC5

    @wilriker yeah first couple of times I was annoyed but you get used to it. And it probably more common to select with one click and open/print with 2..

    posted in Duet Web Control
    undefined
    AlexLin
    4 Mar 2019, 17:57
  • RE: Updated tangle-free spool holder

    Nice solution...I tried this, it works, but some kind of roller like this might work better and of course is mobile.
    0_1551078630318_Lindeijer_20180601_145535 (1).jpg

    posted in General Discussion
    undefined
    AlexLin
    25 Feb 2019, 07:10
  • RE: No update i heightmap with DWC2-RC3

    @nicolab28 thanks, that worked....but I guess it is not how is supposed to work, But for now it will do. At least I don't have to switch to the old DWC

    posted in Duet Web Control
    undefined
    AlexLin
    24 Feb 2019, 09:51
Unless otherwise noted, all forum content is licensed under CC-BY-SA