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

agusano

@agusano

0
Reputation
1
Profile views
6
Posts
0
Followers
0
Following
Joined 2 Jun 2021, 13:37 Last Online 27 Jun 2022, 12:51

agusano Unfollow Follow

Latest posts made by agusano

  • E axis endstop

    Hello,

    is it possible to home the E axis with a microswitch endstop? This is part of my config.

    ; Axis and motor configuration
    M569 P0 S1									;Drive 0  (Eaxis)										
    M569 P1 S1									;Drive 1
    M569 P2 S0									;Drive 2 
    M569 P3 S1									;Drive 3  (Eaxis)
    M569 P4 S0									;Drive 4  (Eaxis)
    M569 P5 S1									;Drive 5  (Eaxis)		
    M569 P6 S0 									;Drive 6 			
    M569 P7 S1									;Drive 7 
    M569 P8 S1									;Drive 8 
    M569 P9 S1									;Drive 9 
    
    
    M584 X6 Y1 Z2 E3:4:0:5 U7 V8 W9 						;Custom Drive Mapping
    
    ;ENDSTOPS
    M574 Z1 S1 P"zstop"								;Set active endstops low
    M574 E1 S1 P"e0stop"
    M574 X1 S3
    M574 Y1 S3
    M574 U1 S3
    M574 V1 S3
    M574 W1 S3
    
    ;SENSORLESS HOMING
    M915 X Y U V W S3 F0 R1								;Configure motor stall detection
    

    I want to add an endstop to de 0 and 5 drivers but both of them are tools and i'm having lots of problems.

    Thank you

    posted in General Discussion
    undefined
    agusano
    27 Jun 2022, 12:49
  • RE: Thermostatically-controlled fan

    @cosmowave @cosmowave I will study this option.

    But what worries me the most is that i want to implement this safety system because once i send this m106 p0 s255 gcode to power the leds. If the software that i use to print or my board bugs i can't manage to send the power off gcode on time. Thats why i wanted to control the temperature the led reaches once i turn them on. In that moment is when i want to control that and when it reaches hight temperature (because something on the software/board went wrong) i can turn them of without damaging anything.

    posted in General Discussion
    undefined
    agusano
    20 May 2022, 07:58
  • RE: Thermostatically-controlled fan

    @cosmowave I'm using RepRapFirmware for Duet 2 WiFi/Ethernet 3.2.2 (2021-02-11).

    The fact is that i want to use this as a safety disconection system.

    I want to do something like this:

    M106 P0 H0 T70; Send this gcode to power up the LEDs but when the sensor measures 70ยบ to force it to stop working.

    In case that the system is working properly i will use the M106 P0 S0 command to turn of the relay.

    posted in General Discussion
    undefined
    agusano
    19 May 2022, 12:59
  • Thermostatically-controlled fan

    Hello,

    I need help for a project that I am carrying out.

    I am using the output of a fan to drive a solid state relay. This relay activates or turns off some LEDs that do not have to be on all the time. That's why I need to have control over its on and off.

    If the leds get too hot they can cause an emergency.

    I have chosen to use the thermostatically controlled fans. I bought the board to be able to use a thermocouple. I have managed (using a fan to see it graphically) that it turns on from a specific temperature. But I would like it to work the other way around: that when the sensor measures a temperature higher than a limit value, the FAN OUTPUT TURNS OFF.

    Could that be possible? Thank you

    posted in General Discussion
    undefined
    agusano
    19 May 2022, 09:14
  • RE: Fail to read my position while using G1 H3

    @dc42 Thank you for your response. I've found that my problem was related to my fw version so it does'nt work properly. Now i read my position without any problem, but i would like to know if it is possible to read the position from one axis neither than from all the axis as the M114 does. Thank you!

    posted in General Discussion
    undefined
    agusano
    3 Jun 2021, 08:33
  • Fail to read my position while using G1 H3

    Hello everyone, I'm using the sensorless homing for the X axis.
    On my GCode routine, once I've done the homing process and the position is stored to 0 (forced by the G92 X0 code) I would like to move that axis till the opposite and with the G1 H3 parameter stop the movement and store my new position.
    Once I use this H3 gcode parameter, my Duet 2 allows me to move along the axis but ignores the real position of the machine, but it never stores to the new position o in the case I home the axis again it never turns back to 0. Can someone help me?
    Thanks in advance

    posted in General Discussion
    undefined
    agusano
    2 Jun 2021, 13:48
Unless otherwise noted, all forum content is licensed under CC-BY-SA