Navigation

    Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order
    1. Home
    2. alil2096
    • Profile
    • Following 1
    • Followers 0
    • Topics 8
    • Posts 40
    • Best 1
    • Groups 0

    alil2096

    @alil2096

    2
    Reputation
    2
    Profile views
    40
    Posts
    0
    Followers
    1
    Following
    Joined Last Online
    Website www.lillia.net

    alil2096 Unfollow Follow

    Best posts made by alil2096

    • Job report

      Hi, there is the possibility to create a report when the print is finished?

      Maybe inserting the complete graph of temperature, for monitoring the temp during all job, or with the total real time, consumed material, total height, time for layer, or another data?

      maybe being able to export it in excel format or something similar.

      It's possible?

      posted in Firmware wishlist
      alil2096
      alil2096

    Latest posts made by alil2096

    • RE: Problem with Tools

      @phaedrux Special thanks. I try now

      I've two external motor for XY (clearpath, nema 23) and I've some difficult to set this motor with RRF3.. This config is the results of one year of tests and now work very vell

      posted in Firmware installation
      alil2096
      alil2096
    • RE: Problem with Tools

      @jay_s_uk here you are
      1559c909-896c-40e1-8991-06e12b156589-image.png

      posted in Firmware installation
      alil2096
      alil2096
    • RE: Problem with Tools

      @jay_s_uk Yes, thats work!!! Thanks a lot!

      Dow you know why I can't see the name of bed?

      posted in Firmware installation
      alil2096
      alil2096
    • RE: Problem with Tools

      @alil2096 EDIT1:
      Ad this moment no heater or thermistor are wired. So, the wire are connected, but I've no thermistor or heater connected

      (sorry but I ca'n modify the previus message, I've a generic "error" message

      posted in Firmware installation
      alil2096
      alil2096
    • Problem with Tools

      Hi, I've a problem with my Tools:
      This ismy config.g

      ; Configuration file for Duet WiFi (firmware version 1.21)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool v2.0.0 on Sun Sep 01 2019 14:49:44 GMT+0200 (Ora legale dell’Europa centrale)
      
      ; General preferences
      G90						; send absolute coordinates
      M83						; but relative extruder moves
      M550 P"M3D400"					; set printer name
      M667 S1						; select CoreXY mode
      ; automatic saving on power loss is not configured
      
      ; Drives
      M569 P5 S1 T3:3:3:3				; Driver X 
      M569 P6 S1 T3:3:3:3				; Driver Y
      M569 P2 S1					; Driver Z
      M569 P3 S1					; Driver U
      M569 P4 S1					; Driver Ext1
      M569 P1 S1					; Driver Ext2
      M584 X5 Y6 Z2:3 U3 E4:1				; set drive mapping
      M350 Z16 U16 E32:32 I1				; configure microstepping without interpolation
      M92 X133.33 Y133.33 Z640 U640 E273:273		; set steps per mm
      M566 X300 Y300 Z12 E300:300			; set maximum instantaneous speed changes (mm/min)
      M203 X12000 Y12000 Z700 E12000:12000		; set maximum speeds (mm/min)
      M201 X2000 Y2000 Z10 E2000:2000			; set accelerations (mm/s^2)
      M906 Z1500 E900:900 I30				; set motor currents (mA) and motor idle factor in per cent
      M84 S30						; Set idle timeout
      
      ; Axis Limits
      M208 X0 Y0 Z0 U0 S1				; set axis minima
      M208 X380 Y360 Z403 U403 S0			; set axis maxima
      
      ; Endstops
      M574 X1 S1					; set active high endstops and at max
      M574 Y1 S0					; set active low endstops and at max
      M574 Z1 U1 S1					; set active high endstops and at max
      
      ; Z-Probe
      M558 P5 I1 A3 H2 T5000 F360			; digital mode, NO/NC, delay, speed, not used as axis endstop
      G31 X8 Y10 Z1.788				; X Y Z offsets. P=debounce interval (The debounce interval in ms smoothes the signal)
      M557 X20:360 Y10:360 S85			; define mesh grid
      
      ; Heaters
      M305 P0 S"PianoRiscaldato" T100000 B4138 R4700	;set thermistor + ADC parameters for heater 0
      M143 H0 S120                                    ;set temperature limit for heater 0 to 120C
      M305 P1 S"Estrusore1" T100000 B4138 R4700	;set thermistor + ADC parameters for heater 1
      M143 H1 S300					;set temperature limit for heater 1 to 300C
      M305 P2 S"Estrusore2" T100000 B4138 R4700	;set thermistor + ADC parameters for heater 2
      M143 H2 S270					;set temperature limit for heater 1 to 300C
      M307 H1 A518.8 C175.2 D6.5 S0.80 V24.1 B0	;set PID parameters extruder 1 (heater 1)
      M307 H2 A440.1 C102.9 D7.9 S0.80 V24.1 B0       ;set PID parameters extruder 2 (heater 2)
      M307 H0 A110.9 C746.1 D1.9 S1			;set PID parameters bed
      
      
      ; Fans
      M106 P0 X1 H-1					; set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned on
      
      ; Tools
      M563 P0 S"Ext1" D1 H1				; define tool 1
      G10 P0 X0 Y0 Z0					; set tool 1 axis offsets
      G10 P0 R0 S0					; set initial tool 0 active and standby temperatures to 0C
      M563 P1 S"Ext2" D4 H2				; define tool 2
      G10 P1 X10 Y0 Z0				; set tool 2 axis offsets
      G10 P1 R50 S0					; set initial tool 0 active and standby temperatures to 0C
      
      ; Network
      M552 S1                                         ; enable network
      M586 P0 S1                                      ; enable HTTP
      M586 P1 S0                                      ; disable FTP
      M586 P2 S0                                      ; disable Telnet
      
      ; Custom settings are not defined
      
      

      And this is a picture of my DWC:
      DWC.png

      I've some questions:

      1. Why I can't see the second extruder?
      2. Why I can't see the tool number of bed and I can't see the heater's name of bed?
      3. my configuration is: XY on external board, double Z axes on driver 2 and 3 and the two extruder on driver 4 and 1 (4 is the principal, I belive but I'm not sure).

      At this oment I can print well with only one extruder, but I want add the second one.

      Can someone help me to understand?

      Thanks,

      Andrea

      posted in Firmware installation
      alil2096
      alil2096
    • RE: Problem with precision PIezo

      I've tried to connect a NPN sensor (LJ12A3-4-Z/BX), with the signal line on Z_PROBE_IN (and using an external power supply) the behavior is the same:

      My code:

      ; Z-Probe
      M558 P5 I1 H2 T7000 R0.3 F360			; digital mode, NO/NC, delay, speed, not used as axis endstop
      G31 X0 Y0 Z-0.45 P25				; X Y Z offsets. P=debounce interval (The debounce interval in ms smoothes the signal)
      M557 X15:375 Y20:320 S30			; define mesh grid
      

      and when I send G30 command the probe works well (the led is correctly activated when a metallic surface is near the sensor) but the bed doesn't stop.

      I'm going crazy with these configurations

      But by completely changing the type of sensor, it makes me think that the problem is on the board.

      Edit:
      my last test was to connect the sensor directly to the scehda, to avoid interference on the cables, but nothing, it doesn't work. The stop sign is completely ignored.

      posted in General Discussion
      alil2096
      alil2096
    • RE: Problem with precision PIezo

      @phaedrux Ok, I've tried and nothing happening..

      posted in General Discussion
      alil2096
      alil2096
    • RE: Problem with precision PIezo

      @phaedrux

      1. absolutly nothing

      2. what do you mean? I don't know G31 command

      posted in General Discussion
      alil2096
      alil2096
    • RE: Problem with precision PIezo

      @phaedrux thanks for your reply 🙂

      I'don't belive, because I've re built a new carriage, and I've check all connetions..

      But with P8, if I send G30 command and touch the nozzle, nothing happening.

      posted in General Discussion
      alil2096
      alil2096
    • Problem with precision PIezo

      Good morning everyone,

      I have a problem with my precision piezo (original). I've a duet with these settings:
      Board: Duet WiFi 1.02 or later
      Firmware: RepRapFirmware for Duet 2 WiFi/Ethernet 2.05.1 (2020-02-09b1)
      Duet WiFi Server Version: 1.23

      When I send G29, the force needed for activate the piezo is very very high.

      But the most stranger things is that, if I try to put P8 (or another one number except for P1) in M558 line, the value showed in Z-Probe field in DWC is 0 or 1000 (it depends if I put I0 or I1 in M558 line), and if I try lo lunch G30 command, nothing is heppening when I touch the piezo.

      My probe config are:

      ; Z-Probe
      M558 P1 I1 H2 T7000 R0.3 F360			; digital mode, NO/NC, delay, speed, not used as axis endstop
      G31 X0 Y0 Z-0.45 P530				; X Y Z offsets. P=debounce interval (The debounce interval in ms smoothes the signal)
      M557 X15:375 Y20:320 S30			; define mesh grid
      

      Some additionals info:

      • my piezo is used only for probing, for homing I've two physical endstop;
      • the wirings are good (not connector, but the wires are solder on pins, all is isolated correctly);
      • in my DWC, in Z-probe field, are showed the value "523", and it change if I try to push the piezo;

      Thanks in advance 🙂

      Andrea

      posted in General Discussion
      alil2096
      alil2096