Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    New RepRapFirmware config tool

    Scheduled Pinned Locked Moved
    General Discussion
    25
    79
    10.4k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A Former User?
      A Former User @steevebecker
      last edited by

      @steevebecker said in New RepRapFirmware config tool:

      @smece hi taht could be good as a first step 🙂
      i don't how the .g will be different between duet E vs Duet 3.

      don't know anything about duet3 so can't help there, just recently tried the duet2 myself (was sitting in a drawer for year+, I'm mostly smoothieware user and was delaying duet3d testing as I dislike the structure of RRF source code and I love to tinker with the code, now I'm at a place where with 2 kids time is so darn scarce that I just need something that works and I don't care to tinker if I don't have to so for those type of projects duet looks like ideal solution hence me digging in) and I started out with RRF3 figuring, if I'm diving into it, better start with latest, especially if a lot changed so RRF2 knowledge will have to be scrapped anyhow 😄 ... so hopefully this will help you and not lead you astray

      • XYZ moves, homes..
      • BED, E0, E1 heats
      • E0, E1 extrudes (have not calibrated yet steps but I'm mounting dual flex3drive here so exact steps_per_mm values would not be useful for you anyhow)
      • bltouch works in terms of - deploy, retract, have not yet tested actual probing and mesh compensation since I just designed the holder for flex3drive + bltouch for ender5 so hopefully I'll be testing it today (just printed, hopefully it's properly designed 😄 )
      • have not yet tried actually printing!!!

      config.g
      deployprobe.g
      retractprobe.g
      homey.g
      homex.g
      homeall.g
      homez.g

      super important note to be aware of - I never used duet before, I just mounted it recently on this ender5 and started with RRF3 so while this "moves" and "heats" and "extrudes" I have not yet started printing with it (still working out mount for flex3 drive and waiting on some connectors for hexagon hotends) so make sure these do not lead you astray instead of helping you out!!!!

      steevebeckerundefined 1 Reply Last reply Reply Quote 0
      • steevebeckerundefined
        steevebecker @A Former User
        last edited by

        @smece Thanks for you time and file, i ll digg in 😉

        plant your ideas, water suggestions and questions, collect progress and do great things.

        A Former User? 1 Reply Last reply Reply Quote 0
        • A Former User?
          A Former User @steevebecker
          last edited by

          you are welcome, I'm sure there's much to be done there so post progress here 😄 so we can both learn from it 😄

          1 Reply Last reply Reply Quote 0
          • steevebeckerundefined
            steevebecker
            last edited by

            Hi Duet Forum.
            I have spent 2 days on RRF3 and Duet 3. I was my first hours on it ... It's a pleasure, i like this board. I'm moving from another board + Marlin to this one.
            Of course it was not so obvious, but with the Documentations (already great) and the forum postsss, I made good progress.
            3 Axis+ Endstops / 2 extruders + Sensors + Fans / BED / Heated Chamber / ... everything works. few things are not working yet, i'll write other posts about them.

            I share here my config.g, hopes it could help :

            ; Configuration file for Duet 3 (firmware version ?.0??)
            ; executed by the firmware on start-up
            ; oct 2019 : X/Y/Z E1/E2 BED/CHAMBER OK - BL (not ready) SERVO (not ready)
            ; DUET 3 6HC + 1 extension board 3HC (address 1.)
            ;
            ; General preferences
            G90			; send absolute coordinates...
            M83			; ...but relative extruder moves
            M550 P"QualupQ3"	; set printer name Qualup Q3 http://www.spiderbot.eu/qu3-high-temperature/?lang=en
            
            ; Network
            M552 P0.0.0.0 S1	; enable network and acquire dynamic address via DHCP
            M553 P0.0.0.0		; netmask
            M554 P0.0.0.0		; gateway
            M586 P0 S1		; enable HTTP
            M586 P1 S0		; disable FTP
            M586 P2 S0		; disable Telnet
            
            ; Drives
            ;M569 P0 S1		; physical drive 0 goes forwards / driver 0 unable on this board
            M569 P1 S1		; X physical drive 1 goes forwards
            M569 P2 S1		; Y physical drive 2 goes backwards
            M569 P3 S1		; Z0 physical drive 3 goes forwards
            M569 P4 S1		; Z1 physical drive 4 goes forwards
            M569 P1.0 S1		; E0 physical drive 1.0 on expansion board goes forwards
            M569 P1.1 S1		; E1 physical drive 1.1 on expansion board goes forwards
            
            M584 X1 Y2 Z3 E1.0:1.1				; set drive mapping 1 stepper on X, Y and 2 Steppers (Z3 instead of Z3:4 because Moteur Z1 not plug on Driver 4 at this time) on Z and Extruder
            M350 X16 Y16 Z16 E16:16 I1			; configure microstepping with interpolation
            M92 X80.00 Y80.00 Z400.00 E4074.37:4074.37      ; set steps per mm
            
            M566 X900 Y900 Z120 E150:150			; set maximum instantaneous speed changes (mm/min)
            M203 X6000 Y6000 Z1200 E1200:1200		; set maximum speeds (mm/min)
            M201 X500 Y500 Z100 E250:250			; set accelerations (mm/s^2)
            M906 X1000 Y1000 Z1200 E800:800 I30		; set motor currents (mA) and motor idle factor in per cent
            
            M84 S30					; Set idle timeout
            
            ; Axis Limits
            M208 X0 Y0 Z0 S1			; set axis minima
            M208 X300 Y250 Z300 S0			; set axis maxima
            
            ; Endstops
            M574 X1 S1 P"io6.in"			; X min active high endstop switch / pin io3.in doesnt work use 6 instead
            M574 Y1 S1 P"io4.in"			; Y min active high endstop switch
            M574 Z1 S1 P"io5.in"			; Z min active high endstop switch
            
            ;Servo				;not working for the moment
            ;M950 S0 C"io7.out"		;not working for the moment
            ;M280 P0 S1500 I1		;not working for the moment
            
            ; Z-Probe					;not working for the moment
            ;M558 P9 C"zprobe.in" H5 F120 T3000           	; FW v3 BLTouch connected to Z probe IN pin
            ;M950 S0 C"exp.heater3"                       	; FW v3 create servo/gpio 0 on heater 3 pin on expansion connector
            ;G31 P500 X10 Y20 Z2.5                        	; set Z probe trigger value, offset and trigger height
            ;M557 X15:6 Y15:195 S20                      	; define mesh grid
            
            ; TEMPERATURE Sensors
            M308 S0 P"temp0" Y"thermistor" T100000 B3950			; BED temperature sensor
            M308 S1 P"1.temp1" Y"thermistor" T4606017 B5848 C0 R4700 H0 L0	; head 0 temperature sensor on expansion board ==> DYZE 500
            M308 S2 P"1.temp2" Y"thermistor" T4606017 B5848 C0 R4700 H0 L0	; head 1 temperature sensor on expansion board ==> DYZE 500
            M308 S3 P"temp1" Y"thermistor" T100000 B3950			; Chamber temperature sensor
            M308 S4 P"temp2" Y"thermistor" T100000 B3950			; CAMERA IR temperature sensor
            
            ; Heaters
            M950 H0 C"out0" T0 Q100				; BED heater 3 uses the out0 pin, sensor 0
            M950 H1 C"1.out1" T1				; HEAD heater 1 uses the out1 pin on expansion board and sensor 1
            ;M950 H1 C"1.out1" T1 A584.4 C256.6 D6.4 S0.50	; HEAD heater 1 uses the out1 pin on expansion board and sensor 1 ==> DYZE PID Cartbridge
            M950 H2 C"1.out2" T2                            ; HEAD heater 2 uses the out2 pin on expansion board and sensor 2
            M950 H3 C"out1" T3                             	; CHAMBER heater 3 uses the out1 pin and sensor 3
            M950 H4 C"out2" T4                             	; IR Camera heater 4 uses the out2 pin and sensor 4
            
            ; Maximum Temperatures 	Currently (September 2019), RRF3 does not support M143.
            ;M143 H0 S380 C0	; BED max Temp 300°C
            ;M143 H1 S500 C0	; Extruder 1 max Temp 500°C
            ;M143 H2 S500 C0	; Extruder 2 max Temp 500°C
            ;M143 H3 S380 C0	; Chamber max Temp 300°C
            
            ; Minimum Temperatures
            ;M302 P1 S240 R240	; minimun extruder 1 Temperature 240°C extrusion and retract
            ;M302 P2 S240 R240	; minimun extruder 2 Temperature 240°C extrusion and retract
            
            ; Fans
            M950 F0 C"1.out7"      	; Extruder 1 fan 0 !F1 don t work ... ???  on pin out 7 pwm on expansion board 
            M950 F2 C"1.out8"      	; Extruder 1 fan 2 on pin out 8 pwm on expansion board
            M950 F3 C"out7"      	; Chamber fan 3 on pin out 7 pwm
            M950 F4 C"out8"        	; IR Camera fan 4 on pin out 8 pwm
            
            ; Tools
            M563 P1 D0 H1 F0 S"Extruder 1"	; define tool 1 - F1 don t work... ???
            G10 P1 X0 Y0 Z0			; set tool 1 axis offsets
            G10 P1 R0 S0			; set initial tool 1 active and standby temperatures to 0C
            
            M563 P2 D1 H2 F2 S"Extruder 2"	; define tool 2
            G10 P2 X0 Y0 Z0			; set tool 2 axis offsets
            G10 P2 R0 S0			; set initial tool 2 active and standby temperatures to 0C
            
            M563 P3 H3 F3 S"Chamber"	; define tool chamber
            G10 P3 R0 S0			; set initial tool 3 active and standby temperatures to 0C
            
            M563 P4 H4 F4 S"Camera IR"      ; define tool IR Camera
            G10 P4 R0 S0			; set initial tool 4 active and standby temperatures to 0C
            
            ; Custom settings are not defined
            
            
            

            plant your ideas, water suggestions and questions, collect progress and do great things.

            1 Reply Last reply Reply Quote 1
            • steevebeckerundefined
              steevebecker
              last edited by

              Hey !
              I missed the announcement ?? Duet 3 available on ==> RRF Cofiguration tool here : RRF Config Tool

              Thanks for that !!!!

              Duet 3 on RRF Config Tool.png

              plant your ideas, water suggestions and questions, collect progress and do great things.

              T3P3Tonyundefined 1 Reply Last reply Reply Quote 0
              • T3P3Tonyundefined
                T3P3Tony administrators @steevebecker
                last edited by

                @steevebecker give it a go, feedback requested 😄

                www.duet3d.com

                steevebeckerundefined 1 Reply Last reply Reply Quote 0
                • steevebeckerundefined
                  steevebecker @T3P3Tony
                  last edited by

                  @T3P3Tony first test works well:
                  My conf:
                  On 6HC:

                  • X-Y-Z steppers
                  • endstop X-Y-Z NC/low end
                  • Bed heater + T°
                  • Chamber heater + Fan + T°
                  • Filament compartiment T°
                  • Electronic compartiment T°+ Fan
                    then on 3HC
                  • 2 Extruders - 2 Fans- 2 Thermocouples
                  • 1 Servo
                  • 2 filaments presence
                  • IR Camera T°+ Fan

                  Just a Question How to add a T° sensor with out a heater ? Bed/Chamber/Nozzle Heaters are possible but can I add a sensor alone on a I/O with the RRFCT ? same for a Servo 😉
                  Capture d’écran 2019-11-08 à 17.41.56.png

                  plant your ideas, water suggestions and questions, collect progress and do great things.

                  T3P3Tonyundefined 1 Reply Last reply Reply Quote 0
                  • T3P3Tonyundefined
                    T3P3Tony administrators @steevebecker
                    last edited by

                    @steevebecker said in New RepRapFirmware config tool:

                    Just a Question How to add a T° sensor with out a heater ? Bed/Chamber/Nozzle Heaters are possible but can I add a sensor alone on a I/O with the RRFCT ? same for a Servo

                    AFAIK you need to add these manually to your config.g as the config tool does not set them up for you.

                    See https://duet3d.dozuki.com/Wiki/Gcode#Section_M308_Set_or_report_sensor_parameters

                    Uf you give the sensor a name it should show up in the "extras" tab in DWC

                    www.duet3d.com

                    1 Reply Last reply Reply Quote 0
                    • Vetiundefined
                      Veti
                      last edited by

                      the tool tabs does not allow to select anything else that E0 for extruder, heater and fan

                      steevebeckerundefined 1 Reply Last reply Reply Quote 0
                      • steevebeckerundefined
                        steevebecker @Veti
                        last edited by

                        @Veti I have partially the same problem
                        in the I/O Mapping Tab, I have added : +1 Driver for the second extruder, +1 Heater, +1 Fan
                        pin out everything
                        but then in the Tool Tab, tools there is only FAN0 available for any tool.
                        I/O TAB:
                        Capture d’écran 2019-11-08 à 22.58.10.png
                        Fan TAB seems ok:
                        Capture d’écran 2019-11-08 à 23.03.35.png
                        But then in the Tool TAB
                        Capture d’écran 2019-11-08 à 23.02.10.png

                        plant your ideas, water suggestions and questions, collect progress and do great things.

                        1 Reply Last reply Reply Quote 0
                        • Vetiundefined
                          Veti
                          last edited by

                          ignore my comment above its working.

                          @steevebecker

                          you need to disable thermostatic control for another fan.

                          1 Reply Last reply Reply Quote 0
                          • steevebeckerundefined
                            steevebecker
                            last edited by

                            @Veti Make sense ! It works

                            plant your ideas, water suggestions and questions, collect progress and do great things.

                            1 Reply Last reply Reply Quote 0
                            • jlipavsky79undefined
                              jlipavsky79
                              last edited by

                              is this stable for duet3 config?? Also..... im setting up a duet3 as a cnc controler...

                              How about cnc stuff???? A tab for cnc config like for the spindle speed output setting, for turning on and forward and reverse. Configuring for a vac system for triggering through gcode.... maybe for coolant pumps through gcode..... probing like digitizer probe.....

                              T3P3Tonyundefined 1 Reply Last reply Reply Quote 0
                              • T3P3Tonyundefined
                                T3P3Tony administrators @jlipavsky79
                                last edited by

                                @jlipavsky79 that's a good point, we do need to extend the config tool for CNC and Laser modes of operation. I hope some of the CNC experienced on the forum can suggest good options and reasonable defaults.

                                www.duet3d.com

                                1 Reply Last reply Reply Quote 0
                                • renehundefined
                                  reneh @chrishamm
                                  last edited by

                                  @chrishamm Hi, great work. I try to use this tool in safari browser 13.04 bud I can not open/edit XYZ Offsets in the too tab. Could you tell me please how can I fix this?

                                  Thank youBildschirmfoto 2020-01-16 um 05.38.43.png

                                  chrishammundefined 1 Reply Last reply Reply Quote 0
                                  • Danalundefined
                                    Danal
                                    last edited by

                                    You should get a "popup" or "overlay" like this:

                                    5f45fa0d-1385-40e4-94d2-eecc8e53eb30-image.png

                                    Does safari have any way to turn off popup blocking?

                                    Delta / Kossel printer fanatic

                                    renehundefined 1 Reply Last reply Reply Quote 0
                                    • PaulHewundefined
                                      PaulHew
                                      last edited by

                                      Please could you look at the issue in regards to selecting BLTouch as a probe type for the Ender3 template with RRF3 in the config tool.
                                      It is currently greyed out and is unselect-able.
                                      I mentioned it in a previous post and DC42 informed me he would look into it.
                                      Veti gave me the lines I need for it to work, mapping the pins.
                                      Thanks
                                      Paul

                                      RailCore II - Duet Mini + 1LC, Voron V0.1 - Duet Mini
                                      Voron 2.4 disassembled..... Waiting for the RailCore Mini....

                                      chrishammundefined 1 Reply Last reply Reply Quote 0
                                      • chrishammundefined
                                        chrishamm administrators @PaulHew
                                        last edited by

                                        @PaulHew said in New RepRapFirmware config tool:

                                        Please could you look at the issue in regards to selecting BLTouch as a probe type for the Ender3 template with RRF3 in the config tool.
                                        It is currently greyed out and is unselect-able.
                                        I mentioned it in a previous post and DC42 informed me he would look into it.
                                        Veti gave me the lines I need for it to work, mapping the pins.
                                        Thanks
                                        Paul

                                        I can select the BLTouch with RRF2 and RRF3 but in order to select it with RRF3, you need to assign the PWM Control Channel on the I/O Mapping page first. Then you can activate BLTouch on the Endstops page.

                                        Duet software engineer

                                        1 Reply Last reply Reply Quote 0
                                        • PaulHewundefined
                                          PaulHew
                                          last edited by PaulHew

                                          @chrishamm Thanks for the fast reply!
                                          I have a Duet Maestro board.
                                          On the I/O mapping page I cannot select any of the 'PWM Control Channels (BLTouch only).
                                          I can see them in the drop down but they are not selectable.

                                          My thinking was if I was able select BLT on the Endstops page it would automatically create the I/O mapping.

                                          Edit: Also on the Endstops page I cannot select 'Z Probe' for the Z axis

                                          Regards,

                                          Paul.

                                          RailCore II - Duet Mini + 1LC, Voron V0.1 - Duet Mini
                                          Voron 2.4 disassembled..... Waiting for the RailCore Mini....

                                          1 Reply Last reply Reply Quote 0
                                          • chrishammundefined
                                            chrishamm administrators
                                            last edited by

                                            @PaulHew You must set "Z Probe Mod Pin" to (not assigned) before you can use it in the input below. I'll consider that suggestion.

                                            Duet software engineer

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Unless otherwise noted, all forum content is licensed under CC-BY-SA