• Tags
  • Documentation
  • Order
  • Register
  • Login
Duet3D Logo Duet3D
  • Tags
  • Documentation
  • Order
  • Register
  • Login
  1. Home
  2. apak
  3. Topics
  • Profile
  • Following 0
  • Followers 0
  • Topics 30
  • Posts 189
  • Best 29
  • Controversial 0
  • Groups 0

Topics created by apak

  • undefined

    Solved PID manual tunning help needed

    Tuning and tweaking
    • • 24 Mar 2025, 08:24 • apak 1 Apr 2025, 16:34
    4
    0
    Votes
    4
    Posts
    96
    Views

    undefined 1 Apr 2025, 16:34

    @apak Changed heater from 30W to 70W and problem was gone....

  • undefined

    adaptative mesh on delta, help

    Tuning and tweaking
    • • 16 Mar 2025, 12:05 • apak 18 Mar 2025, 10:25
    3
    0
    Votes
    3
    Posts
    79
    Views

    undefined 18 Mar 2025, 10:25

    @dc42 will try it later, thanks

  • undefined

    Solved smarteffector v2 sensitivity not stored

    Smart effector for delta printers
    • • 16 Mar 2025, 11:36 • apak 24 Mar 2025, 09:04
    14
    0
    Votes
    14
    Posts
    429
    Views

    undefined 24 Mar 2025, 09:04

    can change it to SOLVE

  • undefined

    Solved M291 not capturen input to var

    Gcode meta commands
    • • 2 Mar 2025, 13:42 • apak 2 Mar 2025, 14:04
    2
    0
    Votes
    2
    Posts
    53
    Views

    undefined 2 Mar 2025, 14:04

    @apak my bad, DWC 3.2.2

    updated to 3.5.4 and works fine

  • undefined

    How to NOT to probe if hotend temp is >150???

    Smart effector for delta printers
    • • 1 Sept 2023, 07:52 • apak 1 Sept 2023, 13:52
    11
    0
    Votes
    11
    Posts
    805
    Views

    undefined 1 Sept 2023, 13:52

    @Exerqtor 9c80205b-c21e-4438-9e44-3898ce42fe82-image.png

    tapping lower case makes the system fail to resume previos temp, must be TAPPING, in other cases it does not work properly.

    I also added this

    ; Temperature target loweer than probe temp, warm nozzle if var.Target_Temp < (var.Probe_Temp) && global.TAPPING = false var msg = "Extruder temperature " ^ var.Actual_Temp ^ "°C is still too low, waiting until hotend reaches probing temp of " ^ var.Probe_Temp ^ "°C" M291 P{var.msg} T4 set global.TAPPING = true G10 P0 S{var.Probe_Temp} ; Set hotend temperature to var.Probe_temp M116 H1 S{var.Tolerance} ; Wait for the hotend to reach var.Max_Temp

    My previos work around was this

    M291 P"Pre heating bed and nozzle ..." S2 ; Display new message M140 S{global.bedProbeTemperature} ; set bed temp and don´t wait for it M568 P0 S{global.nozzleProbeTemperature} A2 ; set the current tool temperature to variable set probe temp in globals.g M116 S5 ; Wait for bed and tool temp top be reached

    But didn,t work with a single G30, yours do.

  • undefined

    fw 3.4.6 dwc 3.4.6 error installing inputshaping plugin

    Plugins for DWC and DSF
    • • 13 Aug 2023, 10:51 • apak 13 Aug 2023, 13:24
    3
    0
    Votes
    3
    Posts
    130
    Views

    undefined 13 Aug 2023, 13:24

    @gloomyandy my bad...I assumed that latest version of plugin was also for last version of DWC, but it´s for a dev version my guess....

  • undefined

    duet 3 mini 5+ in USB bootloader mode

    Duet Hardware and wiring
    • • 22 May 2023, 08:05 • apak 23 May 2023, 14:43
    10
    0
    Votes
    10
    Posts
    301
    Views

    undefined 23 May 2023, 14:43

    @droftarts I agree. It´s a cnc machines workshop and could have electrical peaks and noise....I,s been working almost 2 years and It´s the only issue due to electronics

  • undefined

    Solved Smarteffector v4 works with 5V

    Smart effector for delta printers
    • • 28 Apr 2023, 07:56 • apak 1 May 2023, 19:25
    4
    0
    Votes
    4
    Posts
    242
    Views

    undefined 1 May 2023, 19:25

    @apak it's not unusual for a Smart Effector to flash an error code immediately after startup, especially the first time after you install it. After a few seconds it usually switches to normal behaviour i.e. two flashes unless you have set a custom sensitivity. You will probably find that it works OK with firmware 3.4.5 now.

    If the problem happens again and it flashes nine times repeatedly, please get in touch and we will replace it under warranty.

  • undefined

    duet3mini tmc2209 rsense value

    Duet Hardware and wiring
    • • 5 Mar 2023, 10:30 • apak 5 Mar 2023, 21:11
    7
    0
    Votes
    7
    Posts
    263
    Views

    undefined 5 Mar 2023, 21:11

    @gloomyandy thanks

  • undefined

    Enclosed chamber temperature monitoring and exaust fan control

    Duet Hardware and wiring
    • • 11 Oct 2022, 21:28 • apak 12 Oct 2022, 01:11
    2
    0
    Votes
    2
    Posts
    158
    Views

    Phaedruxundefined 12 Oct 2022, 01:11

    I think that seems reasonable.

  • undefined

    smarteffector v4

    Smart effector for delta printers
    • • 25 Jul 2022, 07:40 • apak 3 Mar 2023, 10:42
    19
    1
    Votes
    19
    Posts
    1.3k
    Views

    undefined 3 Mar 2023, 10:42

    @patterson6 you may have a point. This is an extract from the datasheet for JST PH crimps:

    ea64b87c-5b6c-49b5-985d-6c5891b7229c-image.png

    So 24awg is the maximum size for the common crimps, but there is also a smaller size.

  • undefined

    LIS3DH adafruit and duet3 mini5 not working

    Duet Hardware and wiring
    • • 8 May 2022, 18:09 • apak 9 May 2022, 10:05
    5
    0
    Votes
    5
    Posts
    315
    Views

    undefined 9 May 2022, 10:05

    @gloomyandy
    @jay_s_uk
    got it working,
    now I need to now what should I do with it.

    It´s a delta printer

    bb9640c6-60cd-44c6-b8e6-eb10fa6dadc5-image.png

    0165c073-8a95-4946-a7a6-8913c4f315b6-image.png

  • undefined

    1LC no CAN connection, no hard reset

    Duet Hardware and wiring
    • • 20 Mar 2022, 01:53 • apak 20 Mar 2022, 07:46
    3
    0
    Votes
    3
    Posts
    237
    Views

    undefined 20 Mar 2022, 07:46

    @barracuda72 there is no resistor, only the cables solderded.

    Just cutted wired and it worked, thanks

  • undefined

    newbie with MFM

    Filament Monitor
    • • 3 Feb 2022, 08:47 • apak 12 Mar 2022, 09:13
    13
    0
    Votes
    13
    Posts
    664
    Views

    undefined 12 Mar 2022, 09:13

    @apak ```
    12/3/2022, 10:08:48 M591 D0
    Duet3D rotating magnet filament monitor v3 on pin e1stop, disabled, sensitivity 25.62mm/rev, allow 1% to 200%, check every 10.0mm, version 3, mag 113 agc 128, measured sensitivity 29.37mm/rev, min 10% max 116% over 710.7mm
    12/3/2022, 10:08:48 M591 D0
    Duet3D rotating magnet filament monitor v3 on pin e1stop, disabled, sensitivity 25.62mm/rev, allow 1% to 200%, check every 10.0mm, version 3, mag 113 agc 128, error 7
    12/3/2022, 10:08:47 M591 D0
    Duet3D rotating magnet filament monitor v3 on pin e1stop, disabled, sensitivity 25.62mm/rev, allow 1% to 200%, check every 10.0mm, version 3, mag 113 agc 128, error 7
    12/3/2022, 10:08:46 M591 D0
    Duet3D rotating magnet filament monitor v3 on pin e1stop, disabled, sensitivity 25.62mm/rev, allow 1% to 200%, check every 10.0mm, version 3, mag 112 agc 128, error 7
    12/3/2022, 10:08:46 M591 D0
    Duet3D rotating magnet filament monitor v3 on pin e1stop, disabled, sensitivity 25.62mm/rev, allow 1% to 200%, check every 10.0mm, version 3, mag 112 agc 128, error 7
    12/3/2022, 10:08:45 M591 D0
    Duet3D rotating magnet filament monitor v3 on pin e1stop, disabled, sensitivity 25.62mm/rev, allow 1% to 200%, check every 10.0mm, version 3, mag 112 agc 128, error 7
    12/3/2022, 10:08:44 M591 D0
    Duet3D rotating magnet filament monitor v3 on pin e1stop, disabled, sensitivity 25.62mm/rev, allow 1% to 200%, check every 10.0mm, version 3, mag 112 agc 128, error 7
    12/3/2022, 10:08:44 M591 D0
    Duet3D rotating magnet filament monitor v3 on pin e1stop, disabled, sensitivity 25.62mm/rev, allow 1% to 200%, check every 10.0mm, version 3, mag 112 agc 128, error 7
    12/3/2022, 10:08:43 M591 D0
    Duet3D rotating magnet filament monitor v3 on pin e1stop, disabled, sensitivity 25.62mm/rev, allow 1% to 200%, check every 10.0mm, version 3, mag 112 agc 128, error 7
    12/3/2022, 10:08:42 M591 D0
    Duet3D rotating magnet filament monitor v3 on pin e1stop, disabled, sensitivity 25.62mm/rev, allow 1% to 200%, check every 10.0mm, version 3, mag 112 agc 128, error 7
    12/3/2022, 10:08:41 M591 D0
    Duet3D rotating magnet filament monitor v3 on pin e1stop, disabled, sensitivity 25.62mm/rev, allow 1% to 200%, check every 10.0mm, version 3, mag 112 agc 128, error 7
    12/3/2022, 10:08:39 M591 D0
    Duet3D rotating magnet filament monitor v3 on pin e1stop, disabled, sensitivity 25.62mm/rev, allow 1% to 200%, check every 10.0mm, version 3, mag 113 agc 128, error 7
    12/3/2022, 10:07:58 M591 D0
    Duet3D rotating magnet filament monitor v3 on pin e1stop, disabled, sensitivity 25.62mm/rev, allow 1% to 200%, check every 10.0mm, version 3, mag 113 agc 128, measured sensitivity 29.14mm/rev, min 10% max 115% over 690.7mm
    12/3/2022, 10:07:57 M591 D0
    Duet3D rotating magnet filament monitor v3 on pin e1stop, disabled, sensitivity 25.62mm/rev, allow 1% to 200%, check every 10.0mm, version 3, mag 113 agc 128, measured sensitivity 29.14mm/rev, min 10% max 115% over 690.7mm
    12/3/2022, 10:07:56 M591 D0
    Duet3D rotating magnet filament monitor v3 on pin e1stop, disabled, sensitivity 25.62mm/rev, allow 1% to 200%, check every 10.0mm, version 3, mag 113 agc 128, measured sensitivity 29.14mm/rev, min 10% max 115% over 690.7mm
    12/3/2022, 10:07:55 M591 D0
    Duet3D rotating magnet filament monitor v3 on pin e1stop, disabled, sensitivity 25.62mm/rev, allow 1% to 200%, check every 10.0mm, version 3, mag 113 agc 128, measured sensitivity 29.14mm/rev, min 10% max 115% over 690.7mm
    12/3/2022, 10:07:53 M591 D0
    Duet3D rotating magnet filament monitor v3 on pin e1stop, disabled, sensitivity 25.62mm/rev, allow 1% to 200%, check every 10.0mm, version 3, mag 113 agc 128, measured sensitivity 29.17mm/rev, min 10% max 115% over 680.7mm
    12/3/2022, 10:07:52 M591 D0
    Duet3D rotating magnet filament monitor v3 on pin e1stop, disabled, sensitivity 25.62mm/rev, allow 1% to 200%, check every 10.0mm, version 3, mag 113 agc 128, error 7
    12/3/2022, 10:07:51 M591 D0
    Duet3D rotating magnet filament monitor v3 on pin e1stop, disabled, sensitivity 25.62mm/rev, allow 1% to 200%, check every 10.0mm, version 3, mag 112 agc 128, error 7
    12/3/2022, 10:07:49 M591 D0
    Duet3D rotating magnet filament monitor v3 on pin e1stop, disabled, sensitivity 25.62mm/rev, allow 1% to 200%, check every 10.0mm, version 3, mag 112 agc 128, error 7
    12/3/2022, 10:07:49 M591 D0
    Duet3D rotating magnet filament monitor v3 on pin e1stop, disabled, sensitivity 25.62mm/rev, allow 1% to 200%, check every 10.0mm, version 3, mag 112 agc 128, error 7
    12/3/2022, 10:07:48 M591 D0
    Duet3D rotating magnet filament monitor v3 on pin e1stop, disabled, sensitivity 25.62mm/rev, allow 1% to 200%, check every 10.0mm, version 3, mag 112 agc 128, error 7
    12/3/2022, 10:07:47 M591 D0
    Duet3D rotating magnet filament monitor v3 on pin e1stop, disabled, sensitivity 25.62mm/rev, allow 1% to 200%, check every 10.0mm, version 3, mag 112 agc 128, error 7
    12/3/2022, 10:07:46 M591 D0
    Duet3D rotating magnet filament monitor v3 on pin e1stop, disabled, sensitivity 25.62mm/rev, allow 1% to 200%, check every 10.0mm, version 3, mag 112 agc 128, error 7
    12/3/2022, 10:07:44 M591 D0
    Duet3D rotating magnet filament monitor v3 on pin e1stop, disabled, sensitivity 25.62mm/rev, allow 1% to 200%, check every 10.0mm, version 3, mag 112 agc 128, error 7
    12/3/2022, 10:07:43 M591 D0
    Duet3D rotating magnet filament monitor v3 on pin e1stop, disabled, sensitivity 25.62mm/rev, allow 1% to 200%, check every 10.0mm, version 3, mag 112 agc 128, error 7
    12/3/2022, 10:07:42 M591 D0
    Duet3D rotating magnet filament monitor v3 on pin e1stop, disabled, sensitivity 25.62mm/rev, allow 1% to 200%, check every 10.0mm, version 3, mag 112 agc 128, error 7
    12/3/2022, 10:07:40 M591 D0
    Duet3D rotating magnet filament monitor v3 on pin e1stop, disabled, sensitivity 25.62mm/rev, allow 1% to 200%, check every 10.0mm, version 3, mag 112 agc 128, error 7
    12/3/2022, 10:07:35 M591 D0
    Duet3D rotating magnet filament monitor v3 on pin e1stop, disabled, sensitivity 25.62mm/rev, allow 1% to 200%, check every 10.0mm, version 3, mag 113 agc 128, measured sensitivity 29.17mm/rev, min 10% max 115% over 680.7mm

  • undefined

    Solved MFM to titan extruder fixing?

    Filament Monitor
    • • 15 Dec 2021, 22:35 • apak 18 Dec 2021, 09:28
    6
    0
    Votes
    6
    Posts
    339
    Views

    undefined 18 Dec 2021, 09:28

    already taken care of.....I wanted to frimly attach the ptfe to the arm idler

    photo_2021-12-18_10-04-46.jpg photo_2021-12-18_10-01-41.jpg photo_2021-12-18_10-25-52.jpg

  • undefined

    M671 definition with gobal variable problem

    Gcode meta commands
    • • 29 Nov 2021, 10:46 • apak 29 Nov 2021, 12:00
    3
    0
    Votes
    3
    Posts
    163
    Views

    undefined 29 Nov 2021, 12:00

    @gixxerfast said in M671 definition with gobal variable problem:

    M671 X{global.posZ1,global.posZ2} Y{global.posY,global.posY} S5

    Worked, sort off..

    a6988fb3-b388-4d4d-8c97-02c240f64849-image.png

    instead of X1:X2 Y1:Y2 it has to be parsed as Leadscrew1 (X1,Y1) and Leadscrew2 (X2,Y2)

    M671 X{global.posZ1,global.posY} Y{global.posZ2,global.posY} S5

    36717751-8265-4ae5-b2b6-8ddd0006ecbd-image.png

    So X and Y could lean to error if parsed as variable

  • undefined

    Mesh problem after G32

    Tuning and tweaking
    • • 25 Nov 2021, 22:21 • apak 27 Nov 2021, 17:57
    8
    0
    Votes
    8
    Posts
    318
    Views

    fcwiltundefined 27 Nov 2021, 17:57

    @apak

    I had so many problems with IR sensors I gave up on them.

    I have printers with BLTouch devices, inductive sensing devices and one with the Euclid micro-switch device. So far the Euclid outperforms the others but it was the most trouble to retrofit to my printer. For I new design I would use the Euclid.

    Frederick

  • undefined

    Solved M500 P31 NOT saving XY offset of probe

    General Discussion
    • • 23 Nov 2021, 21:32 • apak 24 Nov 2021, 21:28
    8
    0
    Votes
    8
    Posts
    315
    Views

    undefined 24 Nov 2021, 21:28

    @jay_s_uk you where right...my bad

  • undefined

    Error: endstop type 0 is no longer supported.

    Firmware installation
    • • 17 Nov 2021, 09:29 • apak 17 Nov 2021, 12:15
    5
    0
    Votes
    5
    Posts
    369
    Views

    undefined 17 Nov 2021, 12:15

    @jay_s_uk sure, thanks

  • undefined

    Bear Prusa with Duet3 mini 5

    My Duet controlled machine
    • • 18 Oct 2021, 20:35 • apak 9 Jan 2022, 11:21
    13
    1
    Votes
    13
    Posts
    1.2k
    Views

    gregsaunundefined 9 Jan 2022, 11:21

    @apak just seeing your project now, very nice 🙂

Unless otherwise noted, all forum content is licensed under CC-BY-SA