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

    Posts made by carlitototo

    • RE: heater off when homing

      sorry for the late response !
      Removing B1 worked perfectly !

      Well that's a problem...I read this thread https://forum.duet3d.com/topic/8690/keep-hotend-off-until-after-bltouch-finishes-bed-leveling/6 and read a little more on the subject, I'm going to stick with B1 🙂

      posted in Tuning and tweaking
      carlitototoundefined
      carlitototo
    • RE: heater off when homing

      Indeed it has B1 at the end of the line. I removed it, I'll try tomorow but if it is supposed to turn of the heater when probing, now it should be working properly 🙂

      Thanks !

      posted in Tuning and tweaking
      carlitototoundefined
      carlitototo
    • heater off when homing

      Hello,
      I believe this is a quite simple problem but I can't seem to find a solution on my own...

      When I'm homing an axis with my hotend heated, the temperature starts to drop until the homing is done, it looks like while the homing macro is running, the heater turns off. But it's not showing as off in the WebControl !

      Any idea on what to do ?

      Thanks

      posted in Tuning and tweaking
      carlitototoundefined
      carlitototo
    • RE: move the Y/X axis "automatically" when the Z axis moves

      Forgot to ask... Can the firmware account for belt elongation ? I saw this : Belt_Compliance_Measurement and it seems long belts can be an issue with precision, is there a way to compensate for such a thing ?

      posted in General Discussion
      carlitototoundefined
      carlitototo
    • RE: move the Y/X axis "automatically" when the Z axis moves

      Thanks for the M669 @Veti ! It's amazing all the thing you can do with the RepRapFirmware !
      But now that @droftarts/Ian talked about CoreXYZ, I want to try this out rather than doing my idea ! It makes more sens and may be easier to implement
      But will the CoreXYZ be possible with RepRapFirmware ?

      posted in General Discussion
      carlitototoundefined
      carlitototo
    • move the Y/X axis "automatically" when the Z axis moves

      Hello,
      Let me elaborate the title... I'm thinking of a coreXY printer where the movement of the XY axis would be directly related to the movement of the Z axis. ie, if the Z axis goes up, the X and Y axis would move forward, if the Z axis goes down, the X and Y axis would move backwards... So the question is : is there a way to make the XY axis move "automatically" so that if the Z axis moves, the XY motor axis turns and the X and Y axis doesn't physically move.

      I'm pretty shure my explanation is very unclear but I can't think of a better way to explain it for now 😞

      Thanks !

      posted in General Discussion
      carlitototoundefined
      carlitototo
    • RE: Z axis "blocked"

      Well that must be the most convenient thing that exist in the 3D printing world, works perfectly ! Thanks

      posted in Tuning and tweaking
      carlitototoundefined
      carlitototo
    • RE: Z axis "blocked"

      Oh ! Didn't know I could do that... this is a nice feature, going to try and implement it right now !

      Thansk @Phaedrux

      posted in Tuning and tweaking
      carlitototoundefined
      carlitototo
    • RE: Z axis "blocked"

      Well that's embarrassing... exchange the Z value between Z max and min and it worked... thanks @deckingman and @Phaedrux !

      Well I guess that's a good thing I don't have this file @bearer

      here are the homming files :

      ; homeall.g
      ; called to home all axes
      ;
      ; generated by RepRapFirmware Configuration Tool v2 on Tue Dec 25 2018 10:06:03 GMT+0100 (heure normale d’Europe centrale)
      G91 ; relative positioning
      G1 Z-5 F6000 S2 ; lift Z relative to current position
      G1 S1 X-585 Y-585 F1800 ; move quickly to X and Y axis endstops and stop there (first pass)
      G1 X5 Y5 F6000 ; go back a few mm
      G1 S1 X-585 Y-585 F360 ; move slowly to X and Y axis endstops once more (second pass)
      G1 S1 Z-585 F1800 ; move Z down stopping at the endstop
      G90 ; absolute positioning
      G92 Z0 ; set Z to axis minimum (you may want to adjust this)

      ; Uncomment the following lines to lift Z after probing
      ;G91 ; relative positioning
      ;G1 S2 Z5 F100 ; lift Z relative to current position
      ;G90 ; absolute positioning

      ; homex.g
      ; called to home the X axis
      ;
      ; generated by RepRapFirmware Configuration Tool v2 on Tue Dec 25 2018 10:06:03 GMT+0100 (heure normale d’Europe centrale)
      G91 ; relative positioning
      G1 Z-5 F6000 S2 ; lift Z relative to current position
      G1 S1 X-585 F1800 ; move quickly to X axis endstop and stop there (first pass)
      G1 X5 F6000 ; go back a few mm
      G1 S1 X-585 F360 ; move slowly to X axis endstop once more (second pass)
      G1 Z5 F6000 S2 ; lower Z again
      G90 ; absolute positioning

      ; homey.g
      ; called to home the Y axis
      ;
      ; generated by RepRapFirmware Configuration Tool v2 on Tue Dec 25 2018 10:06:03 GMT+0100 (heure normale d’Europe centrale)
      G91 ; relative positioning
      G1 Z-5 F6000 S2 ; lift Z relative to current position
      G1 S1 Y-585 F1800 ; move quickly to Y axis endstop and stop there (first pass)
      G1 Y5 F6000 ; go back a few mm
      G1 S1 Y-585 F360 ; move slowly to Y axis endstop once more (second pass)
      G1 Z5 F6000 S2 ; lower Z again
      G90 ; absolute positioning

      ; homez.g
      ; called to home the Z axis
      ;
      ; generated by RepRapFirmware Configuration Tool v2 on Tue Dec 25 2018 10:06:03 GMT+0100 (heure normale d’Europe centrale)
      G91 ; relative positioning
      G1 Z-5 F600 S2
      G1 S1 Z-585 F1800 ; move Z down until the endstop is triggered
      G92 Z0 ; set Z position to axis minimum (you may want to adjust this)

      ; Uncomment the following lines to lift Z after probing
      ;G91 ; relative positioning
      ;G1 S2 Z5 F100 ; lift Z relative to current position
      ;G90 ; absolute positioning

      posted in Tuning and tweaking
      carlitototoundefined
      carlitototo
    • RE: Z axis "blocked"

      And I don't have a config-override.g file... is it a problem ?

      posted in Tuning and tweaking
      carlitototoundefined
      carlitototo
    • RE: Z axis "blocked"

      Here is the config file

      And the duetwebcontrol shows Z200, I can still use it perfectly !

      Thanks !

      PS : is there a better way to display enormous file like this ?

      ; Configuration file for Duet WiFi (firmware version 1.21)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool v2 on Tue Dec 25 2018 10:06:03 GMT+0100 (heure normale d’Europe centrale)

      ; General preferences
      G90 ; Send absolute coordinates...
      M83 ; ...but relative extruder moves

      M581 T2 E1 S1 C0

      ; Network
      M550 P"BIG P" ; Set machine name
      M552 S1 ; Enable network
      M587 S"FREEBOXCDC" P"carlito2002" ; Configure access point. You can delete this line once connected
      M586 P0 S1 ; Enable HTTP
      M586 P1 S0 ; Disable FTP
      M586 P2 S0 ; Disable Telnet

      ; Drives
      M584 X6 Y7 Z5 E3:4
      M569 P6 S0 ; Drive 0 goes forwards
      M569 P1 S1 ; Drive 1 goes forwards
      M569 P5 S1 ; Drive 2 goes forwards
      M569 P3 S1 ; Drive 3 goes forwards
      M569 P4 S1 ; Drive 4 goes forwards
      M350 X16 Y16 Z16 E16:16 I1 ; Configure microstepping with interpolation
      M92 X106.67 Y106.67 Z800.00 E420.00:420.00 ; Set steps per mm
      M566 X900.00 Y900.00 Z60.00 E120.00:120.00 ; Set maximum instantaneous speed changes (mm/min)
      M203 X18000.00 Y18000.00 Z600.00 E1200.00:1200.00 ; Set maximum speeds (mm/min)
      M201 X2000.00 Y2000.00 Z100.00 E250.00:250.00 ; Set accelerations (mm/s^2)
      M906 X800.00 Y800.00 Z800.00 E1680.00:1680.00 I30 ; Set motor currents (mA) and motor idle factor in per cent
      M84 S30 ; Set idle timeout

      ; Axis Limits
      M208 X0 Y0 Z585.70 S1 ; Set axis minima
      M208 X580 Y580 Z0 S0 ; Set axis maxima

      ; Endstops
      M574 X1 Y1 Z1 S0 ; Set active high endstops

      ; Z-Probe
      M307 H3 A-1 C-1 D-1 ; Disable heater on PWM channel for BLTouch
      M558 P9 F100 H5 R0.2 T6000 A5 B1 ; Set Z probe type to bltouch and the dive height + speeds
      G31 P500 X108 Y10 Z2.55 ; Set Z probe trigger value, offset and trigger height
      M557 X15:565 Y15:565 S100 ; Define mesh grid

      ; Heaters
      M305 P0 T100000 B4138 R4700 ; Set thermistor + ADC parameters for heater 0
      M143 H0 S120 ; Set temperature limit for heater 0 to 120C
      M305 P1 T100000 B4138 R4700 ; Set thermistor + ADC parameters for heater 1
      M143 H1 S280 ; Set temperature limit for heater 1 to 280C
      M305 P2 T100000 B4138 R4700 ; Set thermistor + ADC parameters for heater 2
      M143 H2 S280 ; Set temperature limit for heater 2 to 280C

      ; Fans
      M106 P0 S0.3 I0 F500 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
      M106 P1 S1 I0 F500 H1 T45 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on

      ; Tools
      M563 P0 S"E0" D0 H1 ; Define tool 0
      G10 P0 X50 Y10 Z0 ; Set tool 0 axis offsets
      G10 P0 R0 S0 ; Set initial tool 0 active and standby temperatures to 0C
      M563 P1 S"E1" D1 H2 ; Define tool 1
      G10 P1 X68 Y10 Z0 ; Set tool 1 axis offsets
      G10 P1 R0 S0 ; Set initial tool 1 active and standby temperatures to 0C

      ; Automatic power saving
      M911 S22 R23 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; Set voltage thresholds and actions to run on power loss

      ; Custom settings are not configured

      posted in Tuning and tweaking
      carlitototoundefined
      carlitototo
    • Z axis "blocked"

      Hello,
      My Z axis won't go further than 200mm up, even though my Z axis maxima is set to 585.7... it just stops in the middle ( nothing physically stopping it, it's like the maxima was Z200 ! )

      For example, if I send G1 Z300, it will stop at 200... it's kinda strange behaviour and I can't find were I messed up, it started doing this after I modified the homing files. I tried with the old homing files (before it started to block itself ) but nothing does, it won't get pass 200 !

      Everything else works as intended !

      Help with this would be great 🙂

      Thanks !

      posted in Tuning and tweaking
      carlitototoundefined
      carlitototo
    • RE: connecting external stepper driver (MKS TB6600)

      ok, found the solution, tried with enabled pin in and out didn't work, but tried something rather simple after seeing this dozuki page ( I don't know how I missed it before ! )... rather than connecting the TB6600 GND to the E2_STOP, I connected it directly to the GND on pin number 2... works perfectly now !

      so the correct pin layout for me was :
      E2_EN to EN
      E2_DIR to DIR
      E2_STEP to CLK
      GND to GND

      and for the mode selection on the TB6600 :
      M1 ON
      M2 ON
      M3 OFF
      TQ OFF ( AUTO )

      I'm so happy this finally works !

      <Thanks @CNCModeller 🙂

      posted in Duet Hardware and wiring
      carlitototoundefined
      carlitototo
    • RE: connecting external stepper driver (MKS TB6600)

      OK,
      So I tried it and... didn't work ! Was to be expected I guess.
      Trying to find a solution !

      posted in Duet Hardware and wiring
      carlitototoundefined
      carlitototo
    • connecting external stepper driver (MKS TB6600)

      Hello,
      I want to connect an external stepper driver via the duet 2 wifi expansion slot... I've read a few threads and the dozuki page, and I just want to make sure I understood how to do it before I do it !

      You can find the pin layout of the MKS TB6600 on this page

      Here is how I would do it right now, but I'm very not shure !

      To run the Z axis from the E2 pins on the expansion board, I would need to connect :
      E2_EN to EN
      E2_DIR to DIR
      E2_STEP to CLK
      E2_STOP to GND

      After connecing everything I would need to use the M584 commande to remap the Z driver (currently number 2) to driver number 5 (E2 driver)

      I hope this is it, but if not, do you have any advice ?

      Thanks a lot

      • Carlito
      posted in Duet Hardware and wiring
      carlitototoundefined
      carlitototo
    • Using External Drivers for X/Y/Z Axis

      Hello,
      Merry Christmas !
      Was tinkering around wanting to connect an MKS TB6600 to my Duet, and I found this page on the wiki.
      It is my understanding that I need to remap the drivers pins, but I'm kinda stuck on the chart near the end of the page, not really shure what the X/Y/Z axis pin is on the duet... same for the E"number" axis pin, on the expansion slot there are 4 pins for each "E" !
      So not shure what to do... any genius ideas 😄 ?

      Thank you so much and happy holydays !

      posted in Duet Hardware and wiring
      carlitototoundefined
      carlitototo
    • RE: Messed up duet wifi installation !

      After many hours of trying ( ok, maybe not that many, like 3 h ) No results, I guess I'm turning to custumer service... So sad 😢 Hope they can tell me what happened !

      Thank you so much !

      posted in Firmware installation
      carlitototoundefined
      carlitototo
    • RE: Messed up duet wifi installation !

      Thanks for quick reply !
      The wiki is so big, missed that one !
      Infortunatly, nothing will do ! still no ports recognize, after trying tothe erase procedure multiple times... Sad to say, but I think (3D :P) that my duet is dead 😢 snif

      On a more serious note, going to try again tomorow just to be shure, and if no result, it's going to be a return:/

      Thank you so much for helping !

      posted in Firmware installation
      carlitototoundefined
      carlitototo
    • RE: Messed up duet wifi installation !

      Forgot to say !
      seems similaire to this topic : https://forum.duet3d.com/topic/2422/complete-download-needed-for-new-installation-confused

      But not the same at the same time... So strange !

      posted in Firmware installation
      carlitototoundefined
      carlitototo
    • Messed up duet wifi installation !

      Hello,
      So, I kinda broke the SD card that was sent with the Duet Wifi ( I know, terrible :') ) And I'm now trying to figure out a way to " re-do" everything, but can't do it...
      Following the installation guide, and, my computer ( running windows 10 ) still doesn't recognize the duet after installing the driver ( unknown USB device, in Device Manager ) , tested a few USB cable just to be shure of the issue, loaded the latest firmware on different SD cards ( 16Go, working well, in FAT 32 )... But still can't seem to be recognize, I'm kinda stuck on this one, any idea 🙂 ?

      Thanks !

      Carlito

      posted in Firmware installation
      carlitototoundefined
      carlitototo