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

    Topics created by Pseud3mys

    • Pseud3mysundefined

      toolboard fail autoleveling

      Tuning and tweaking
      • • • Pseud3mys
      3
      0
      Votes
      3
      Posts
      185
      Views

      Pseud3mysundefined

      @jay_s_uk It work thank you !

    • Pseud3mysundefined

      conditional Gcode with printer Mode

      Gcode meta commands
      • • • Pseud3mys
      3
      0
      Votes
      3
      Posts
      189
      Views

      Pseud3mysundefined

      @jay_s_uk thank you !

    • Pseud3mysundefined

      step/mm depend on microsteps ?

      Tuning and tweaking
      • • • Pseud3mys
      3
      0
      Votes
      3
      Posts
      348
      Views

      Pseud3mysundefined

      @jay_s_uk okay thank you !

    • Pseud3mysundefined

      tool position freeze (3.2.2)

      Duet Web Control
      • • • Pseud3mys
      19
      0
      Votes
      19
      Posts
      764
      Views

      Pseud3mysundefined

      @dc42 ok thank you !

    • Pseud3mysundefined

      Unsolved homing not working at low speed

      Duet Hardware and wiring
      • • • Pseud3mys
      13
      0
      Votes
      13
      Posts
      491
      Views

      Pseud3mysundefined

      @dc42 okay thanks

    • Pseud3mysundefined

      M569 R parameter ?

      Duet Hardware and wiring
      • • • Pseud3mys
      6
      0
      Votes
      6
      Posts
      259
      Views

      dc42undefined

      @Pseud3mys said in M569 R parameter ?:

      The M18 (Disable all stepper motors) command is supported but not the M17. Why ?

      Nobody has asked for M17 to be supported before. I have added it to the work list.

      RepRapFirmware enables drivers automatically when you try to move them.

    • Pseud3mysundefined

      Solved trigger a macro with toolboard button

      Duet Hardware and wiring
      • • • Pseud3mys
      8
      0
      Votes
      8
      Posts
      516
      Views

      RodrigoRMaraujoundefined

      @pseud3mys said in trigger a macro with toolboard button:

      Hi,
      I tried to trigger a macro when I click on one button of ToolBoard.
      this is the Gcodes on my config file:

      ; Input/Output M950 J1 P"!121.button0" M581 P1 T1 S1

      and the macro named "trigger1.g":

      ;trigger1.g echo "button0" M300 S300 P200

      Why this don't work ?

      Pseud3mys , please.
      I'm trying to figure out what it would be like to connect the wires to the buttons on the board, using a 3 mini 5+ duet. Would you know how to recommend me?

    • Pseud3mysundefined

      how to setup duet 3 extension 1LC driver ?

      Gcode meta commands
      • • • Pseud3mys
      33
      0
      Votes
      33
      Posts
      989
      Views

      Pseud3mysundefined

      It is a reset:M122 B122
      Diagnostics for board 122:
      Duet TOOL1LC firmware version 3.2-beta4.1 (2020-12-03)
      Bootloader ID: not available
      Never used RAM 4580, free system stack 96 words
      HEAT 50 CanAsync 89 CanRecv 83 TMC 60 MAIN 326 AIN 64
      Last reset 00:00:19 ago, cause: software
      Last software reset at 2020-12-03 10:17, reason: HardFault, available RAM 4360, slot 1
      Software reset code 0x0060 ICSR 0x00417003 SP 0x200011c0 Task
      Stack: 20001014 00000012 0001d3e3 00000000 20000928 0001757d 000184fe 01000000 0000aed0 0000afca 20001210 200032d8 00000020 00017d11 20004668 00000000 20001300 000086e5 0000aed0 20004678 0000afca 41a73180 a5a5a5a5 a5a5a5a5 a5a5a5a5 a5a5a5a5 a5a5a5a5
      Driver 0: position 0, 80.0 steps/mm, standstill, SG min/max 0/0, read errors 0, write errors 1, ifcnt 36, reads 9946, writes 9, timeouts 0, DMA errors 0
      Moves scheduled 0, completed 0, in progress 0, hiccups 0
      No step interrupt scheduled
      VIN: 12.3V
      MCU temperature: min 28.7C, current 28.9C, max 28.9C
      Ticks since heat task active 197, ADC conversions started 19940, completed 19940, timed out 0
      Last sensors broadcast 0x00000000 found 0 201 ticks ago, loop time 0
      CAN messages queued 99, send timeouts 0, received 189, lost 0, free buffers 36

      But I am in beta 4.1 and it happen with both heater off. Only when I reset the board via the dialogue box that appear then we save the config.g file

    • Pseud3mysundefined

      Unsolved ToolBoard: 2 wires fan, heater fault and how to extrude ?

      Duet Hardware and wiring
      • • • Pseud3mys
      112
      0
      Votes
      112
      Posts
      5.4k
      Views

      flajziundefined

      @dc42 Sorry, I forgot post my config file.

      ; General preferences G90 ; send absolute coordinates... M83 ; ...but relative extruder moves M550 P"duet" ; set printer name M669 K1 ; select CoreXY mode ; Network ;M552 P0.0.0.0 S1 ; enable network and acquire dynamic address via DHCP ;M586 P0 S1 ; enable HTTP ;M586 P1 S0 ; disable FTP ;M586 P2 S0 ; disable Telnet ; Drives - M569 P0.0 S1 ; physical drive 0.0 goes forwards M569 P0.1 S1 ; physical drive 0.1 goes forwards M569 P0.2 S0 ; physical drive 0.2 goes backwards M569 P0.3 S0 ; physical drive 0.3 goes backwards M569 P0.4 S0 ; physical drive 0.4 goes backwards M569 P1.0 S0 ; physical drive 1.0 goes backwards M584 X0.0 Y0.1 Z0.2:0.3:0.4 E1.0 ; set drive mapping M350 X32 Y32 Z64 E16 I1 ; configure microstepping with interpolation M92 X160.00 Y160.00 Z1600.00 E409.00 ; set steps per mm ; Calculated values from https://www.3dblog.cz/nastaveni/akcelerace-jerk-a-junction-deviation/ M201 X3200.00 Y3200.00 Z100.00 E2000.00 ; set accelerations (mm/s^2) M203 X12000.00 Y12000.00 Z300.00 E10000.00 ; set maximum speeds (mm/min) M204 P1400 ; Set printing acceleration M205 X12.00 Y12.00 Z12.00 E12.00 ; set maximum instantaneous speed changes (mm/min) M906 X1773 Y1773 Z1773 E940 I30 ; set motor currents (mA) and motor idle factor in per cent M84 S30 ; Set idle timeout ; Axis Limits M208 X-4:270 Y-4:270 Z0:270 ; set axis minima/maxima ; Endstops M574 X1 S1 P"!1.io1.in" ; configure sensorless endstop for low end on X M574 Y1 S1 P"!io1.in" ; configure sensorless endstop for low end on Y M574 Z1 S2 ; configure Z-probe endstop for low end on Z ; Z-Probe M950 S0 C"1.io0.out" ; create servo pin 0 for BLTouch M558 P9 C"^1.io0.in" H1.5 F240 T12000 ; set Z probe type to bltouch and the dive height + speeds G31 P1000 X36 Y-44 Z4.50 ; set Z probe trigger value, offset and trigger height M557 X32:270 Y0:226 P8 ; define mesh grid ; Heaters M308 S0 P"temp0" Y"thermistor" T90000 B4000 A"Bed" D600 ; configure sensor 0 as thermistor on pin temp0 M950 H0 C"out1" T0 ; create bed heater output on out0 and map it to sensor 0 M140 H0 ; map heated bed to heater 0 M143 H0 S130 ; set temperature limit for heater 0 to 130C M308 S1 P"1.temp0" Y"pt1000" A"Nozzle"; configure sensor 1 as PT1000 on pin 1.temp0 M950 H1 C"1.out0" T1 ; create nozzle heater output on 1.out0 and map it to sensor 1 ;M950 H1 C"out0" T1 ; (TUNING PURPOSES - M303 only) create nozzle heater output on out0 and map it to sensor 1 M143 H1 S285 ; set temperature limit for heater 1 ; Fan M950 F0 C"!1.out1+^out1.tach" Q1000 ; create fan 0 on pin 1.out1 and set its frequency (Blower) M106 P0 S0 H-1 B0.2 ; set fan 0 value. Thermostatic control is turned off M950 F1 C"1.out2+^out2.tach" ; create fan 1 on pin 1.out2 and set its frequency (Heatsink) M106 P1 S1 H1 T45 ; set fan 1 value. Thermostatic control is turned on ; Tools M563 P0 D0 H1 F0 S"Hemera" ; 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 ; Custom settings are not defined ; Miscellaneous M575 P1 S1 B57600 ; enable support for PanelDue ; Resetting Z-probe M280 P0 S160 ; Alarm Release and Push-Pin UP M280 P0 S90 ; Send PWM channel 0 the S90 (angle) command ;M290 M290 R0 S-0.040 ; Baby Z-offset M572 D0 S0.025 ; Configure pressure advance ;M564 H0 ; allow movement of axes that have not been homed M501 ; Set the active parameters to those stored in sys/config-override.g on the SD card.
    • Pseud3mysundefined

      CAN bus Tool Distribution Board to ToolBoard ?

      Duet Hardware and wiring
      • • • Pseud3mys
      6
      0
      Votes
      6
      Posts
      268
      Views

      Pseud3mysundefined

      It work, thank you !

    • Pseud3mysundefined

      help with Duet 3 Expansion 1XD and ES-D508 driver

      Tuning and tweaking
      • • • Pseud3mys
      2
      0
      Votes
      2
      Posts
      103
      Views

      Phaedruxundefined

      1Xd documentation is here.

      https://duet3d.dozuki.com/Wiki/Duet_3_Expansion_1XD

      Since the microstepping is set by the driver you wouldn't get it using the Duet.

    • Pseud3mysundefined

      Cnc and 3d printer on the same machine ?

      General Discussion
      • • • Pseud3mys
      9
      0
      Votes
      9
      Posts
      451
      Views

      Pseud3mysundefined

      @Phaedrux okay thanks for your time