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

Duet 3 mini 5+/FYSETC Big Dipper on FFCP/Flashforge Creator Pro

Scheduled Pinned Locked Moved
RepRapFirmware on other controllers
7
71
3.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.
  • undefined
    Inlinebrother @infiniteloop
    last edited by Inlinebrother 10 Dec 2024, 19:14 12 Oct 2024, 19:13

    @infiniteloop

    Looks like as soon as you happen to touch one problem, a bunch of others surface seemingly out of nowhere

    Yeah, sorry, it might look that way. But really the biggest concern was the restarts. And here is your portion of success story, after I removed the screw I am able to print.

    Hard faults don't bother me too much.

    Layer shifting does, so that's my next problem

    I even figured out that eventually, these things from the moon are rated at 1.5 A

    That's great. I wonder how you did that?

    undefined 1 Reply Last reply 12 Oct 2024, 19:51 Reply Quote 0
    • undefined
      Inlinebrother
      last edited by Inlinebrother 12 Oct 2024, 19:23

      That's my config right now that produced the best results.

      ; Configuration file for RepRapFirmware on Duet 3 Mini 5+ WiFi
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool v3.5.0 on Sun Jun 02 2024 14:45:59 GMT+0300 (Moscow Standard Time)
      
      ; General
      G90 ; absolute coordinates
      M83 ; relative extruder moves
      M550 P"Flashforge Creator Pro" ; set hostname
      M911 S19.8 R22 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; set voltage thresholds and actions to run on power loss
      
      M122 P500 S0 ;enabled debug
      
      ; Network
      M551 P"" ; set machine password
      M552 S1 ; configure WiFi adapter
      M586 P0 S1 ; configure HTTP
      
      ; Smart Drivers
      M569 P0.0 S0 D3 ; driver 0.0 goes forwards (X axis)
      M569 P0.1 S0 D3; driver 0.1 goes forwards (Y axis)
      M569 P0.2 S1 D3 ; driver 0.2 goes forwards (Z axis)
      M569 P0.5 S0 D3 ; driver 0.3 goes forwards (extruder 0)
      M569 P0.6 S0 D3 ; driver 0.4 goes forwards (extruder 1)
      
      ; Axes
      M584 X0.0 Y0.1 Z0.2 ; set axis drives mapping
      M350 X16 Y16 Z16 I1 ; configure microstepping with interpolation
      M906 X700 Y700 Z350
      M92 X94.12 Y94.12 Z400.00 ; configure steps per mm
      M208 X0:225 Y0:145 Z0:150 ; set minimum and maximum axis limits
      M566 X60 Y60 Z12 ; set maximum instantaneous speed changes (mm/min)
      M203 X4800 Y4800 Z300; set maximum speeds (mm/min)
      M201 X120 Y120 Z80 ; set accelerations (mm/s^2)
      
      ; Extruders
      M584 E0.5:0.6 ; set extruder mapping
      M350 E16:16 I1 ; configure microstepping with interpolation
      M906 E700:700 ; set extruder driver currents
      M92 E96.2752:96.2752 ; configure steps per mm
      M566 E12000:12000 ; set maximum instantaneous speed changes (mm/min)
      M203 E4800:4800 ; set maximum speeds (mm/min)
      M201 E1000:1000 ; set accelerations (mm/s^2)
      
      ; Kinematics
      M669 K0 ; configure Cartesian kinematics
      
      ; Endstops
      M574 X1 S1 P"!io2.in"                              ; configure switch-type (e.g. microswitch) endstop for high end on X via pin !io2.in
      M574 Y1 S1 P"!io3.in"                              ; configure switch-type (e.g. microswitch) endstop for high end on Y via pin !io3.in
      M574 Z1 S1 P"!io4.in"                              ; configure switch-type (e.g. microswitch) endstop for low end on Z via pin !io4.in
      
      ;Sensors
      M308 S0 P"temp0" Y"thermistor" T100000 B4066         ; configure sensor 0 as thermistor on pin temp0
      M308 S1 P"temp1" Y"thermistor" A"RE thermistor" T100000 B4981 C1.632834e-7 ; configure sensor #1     
      M308 S2 P"temp2" Y"thermistor" A"LE thermistor" T100000 B4981 C1.632834e-7 ; configure sensor #1 
      
      ; Heaters
      M950 H0 C"out0" T0                                 ; create bed heater output on out0 and map it to sensor 0
      M307 H0 R0.290 K0.260:0.000 D1.86 E1.35 S0.85 B0
      M140 H0                                            ; map heated bed to heater 0
      M143 H0 S120                                       ; set temperature limit for heater 0 to 120C
      
      M950 H1 C"out1" T1                                 ; create nozzle heater output on out1 and map it to sensor 1
      M307 H1 B0 S1.00                                   ; disable bang-bang mode for heater  and set PWM limit
      M143 H1 S280                                       ; set temperature limit for heater 1 to 280C
      
      M950 H2 C"out2" T2                                 ; create nozzle heater output on out2 and map it to sensor 2
      M307 H2 R1.920 K0.483:0.000 D5.98 E1.35 S1.00 B0 
      M143 H2 S280                                       ; set temperature limit for heater 2 to 280C
      
      ; Heated beds
      M140 P0 H0 ; configure heated bed #0
      
      ; Fans
      M950 F0 C"out6" ; create fan #0
      M106 P0 C"Board Fan" S1 L0 X1 B0.1 ; configure fan #0
      M950 F1 C"out4" ; create fan #1
      M106 P1 C"Extruder 0 Fan" S1 B0.1 H1 T45 ; configure fan #1
      M950 F2 C"out3" ; create fan #2
      M106 P2 C"Extruder 1 Fan" S1 B0.1 H2 T45 ; configure fan #2
      M950 F3 C"out5" ; create fan #3
      M106 P3 C"Cooling Fan" S0 L0 X1 B0.1 ; configure fan #3
      
      ; Tools
      M563 P0 S"EXTRUDER RIGHT" D0 H1 F0                 ; define tool 0
      G10 P0 X-34.04514634972721 Y0.29743029572304586 Z0 ; set tool 1 axis offsets
      G10 P0 R0 S0                                       ; set initial tool 0 active and standby temperatures to 0C
      M563 P1 S"EXTRUDER LEFT" D1 H2 F0                  ; define tool 1
      G10 P1 X0 Y0 Z0                                    ; set tool 0 axis offsets
      G10 P1 R0 S0                                       ; set initial tool 1 active and standby temperatures to 0C
      

      At these jerk and acceleration for axes I have no layer shifting. There are some underextrusions though

      1000022187.jpg 1000022188.jpg

      Slicer: Cura
      layer size: 0.3

      undefined 2 Replies Last reply 12 Oct 2024, 21:30 Reply Quote 0
      • undefined
        infiniteloop @Inlinebrother
        last edited by 12 Oct 2024, 19:51

        @Inlinebrother

        I wonder how you did that?

        We all live on the same internet, have access to identical or similar sources. The problem was to interpret the results: These moonish things seem to have been discontinued, the specs I stumbled upon on second sources for your specific steppers had been carelessly slapped together. So from the various data offered, I picked just the most plausible value. Given the size (especially: height) of your steppers, 1.5A will be not too far from the truth. Take this to calculate the values for your M906 as described here: Stetting motor currents.

        From my search, I got the impression that these steppers are not particularly powerful, in the realms of speed and accel, I suggest you to stay on the conservative side.

        1 Reply Last reply Reply Quote 1
        • undefined
          infiniteloop @Inlinebrother
          last edited by infiniteloop 10 Dec 2024, 20:58 12 Oct 2024, 20:58

          @Inlinebrother
          Leakage circuit breaker installed?:

          I guess so

          Let's leave it at that as long as the PSU issues seem to have vanished.

          Mains power switch:

          It is the Flashforge Creator Pro and it has a button behind it to turn off the power that goes to the PSU

          But didn't you tell me that the PSU never turns off? Or did I misunderstand something? In this context, you also mentioned some LEDs never going off …

          Config, print quality, tuning:

          I found macros for tuning the speeds, jerk and acceleration here

          These are really great. But, before you start tuning the printer, you should take two separate steps:

          1. Go through your config.g, some motor settings are off the rails. I'll get back to this in a separate post.
          2. Learn where to draw the line between RRF and Cura: Some print (and printer) parameters can both be defined in Cura and RRF, some settings will be overridden by values from the other side of the fence. I tend to lean more towards the RRF side, because the various slicers are difficult to manage due to a plethoria of settings, but in the end, you must simply know what GCodes your slicer generates in his start section - and, which of these might interfere with your definitions in config.g and the Macro start.g (on the RRF side of the fence).

          Generally, stick to the same rules as for hardware debugging: One step at a time. So, don't change multiple parameters in either Cura or RRF (and never in both of them in the same test cycle). If you don't know what you do, learn it. To understand the effect of a certain setting to the print result you get, you must be able to identify the culprit. If you are faced with multiple suspects, chances are high that the real culprit stays unidentified.

          Enough said. In the meantime, I have to take care of my dog and some other stuff, but then, we'll deal with your config.g. CU

          undefined 1 Reply Last reply 13 Oct 2024, 06:50 Reply Quote 1
          • undefined
            infiniteloop @Inlinebrother
            last edited by 12 Oct 2024, 21:30

            @Inlinebrother
            e1e06dcb-ebba-4982-af42-9701935994ed-image.png

            The left print is a good start, but how can you explain the failure on the right? Which parameters or settings were wrong? And please, don’t simply guess what might have gone wrong.

            What I intend to say: You must be in control of the printing conditions all the time. Furthermore, remote observers need to know what exactly you intended to test, and, which parameters you changed in order to cause such a poor quality output as on the right. At least, you should remember the settings for the left print: it’s a good start, revert to them.

            undefined 1 Reply Last reply 13 Oct 2024, 06:56 Reply Quote 0
            • undefined
              infiniteloop @Inlinebrother
              last edited by 13 Oct 2024, 02:48

              @Inlinebrother OK. Just to be clear about today’s topic: It’s your config.g, motor section.

              Firstly, an admission: For me, GCodes are hard to decipher, I can neither read nor spell GCodes by heart, I have to look them up here. Sure, I’ve prominently bookmarked the GCode dictionary, but even to understand my own config.g, I have to go through it line by line. Chaps like @Phaedrux (that’s the one who wrote the tuning macros) and @droftarts (the one who contributed most of the valuable hints to your thread) eat GCodes for breakfast (Sorry guys, didn’t want to trigger you - but if you are willing to scan @inlinebrother’s config,g, you’re welcome: I won’t catch everything).

              M566 X60 Y60 Z12 ; set maximum instantaneous speed changes (mm/min)
              

              These values are an order of magnitude off. To understand what you do, PLEASE look up M566 in the dictionary. The example depicts conservative values, start with these for X, Y and Z. Note that E is missing from your line: That’s because your setup follows a different pattern, it provides a second M566 in the ”Extruders” section.

              Let’s take a break and look at the details: Comparing the values for X/Y/Z to E, the difference is stunning. All units are mm/min, so why should Z be limited to 12 mm per minute(!), whereas E can take 12000 mm in the same time? Sincerely: 1000 times more than the 12 on Z? This pattern stinks, it is illogical. Well, that’s a good reason for yet another break: Where do these figures come from?

              My claim: Oral tradition (or a digital variant of that). Someone had these numbers in his config, some values were lost in translation, someone ignored the decimal point, another one omitted a trailing zero, and finally, you have to observe the units to deal with: RRF uses millimetres per minute, other firmwares (and slicers like Cura) prefer to use millimetres per second - what a difference!

              Sorry for the rant. My point is just this:

              1. Always have a close look at the units involved
              2. Never copy the templates from others blindly, better think twice
              3. Analyse every line of GCode, use the dictionary (and your brain)

              OK, three points. But you get the idea. Anybody on this forum cries for templates of a config for his specific printer. If you followed me up to here, you now understand why that’s a questionable idea - too much can go wrong (and has almost certainly gone wrong with your config).

              ———

              Next: M203. This line carries no comment, it defines the max. speed per axis, again, in mm/min. Add a comment to make its meaning explicit. Again, the extruder has it’s own M203. Comparing your settings to those for my poor old bedslinger, there is some room for optimization. But, first things first: cross-check your RRF settings with what you command in Cura: M203 imposes absolute limits, regardless of what you tell your slicer. And always remember: RRF is mm/min, Cura is mm/sec.

              ———

              Finally, M201 (Accellerations). Again, you have separate entries for axes and extruders. IMO, the values are leaning to the conservative side, so there’s a potential for optimization. Keep this in mind, add the topic to your list of items to be tuned.

              undefined 1 Reply Last reply 13 Oct 2024, 07:18 Reply Quote 0
              • undefined
                Inlinebrother @infiniteloop
                last edited by 13 Oct 2024, 06:50

                @infiniteloop

                But didn't you tell me that the PSU never turns off? Or did I misunderstand something? In this context, you also mentioned some LEDs never going off …

                I meant that when there was a shutdown, nothing happened to the PSU, it was the board that stopped working

                At first, before I grounded the board, I witnessed the board shutdown and turn off wifi. The lights near 5v switch were blinking with no pattern. But the 24v power LEDs didn't show any signs of trouble.

                All that is in the past now, after I removed the screw

                Learn where to draw the line between RRF and Cura:

                That's actually a nice thing to mention. I think that the Printer Settings plugin makes things a bit more difficult)
                I'll have to check what it does, besides the setting that I set for firmware rectraction when I explored tuning tutorial yesterday

                I have to take care of my dog and some other stuff, but then, we'll deal with your config.g. CU

                Nice of you to put so much energy into helping me, but please keep balance and take care of your dog)

                undefined 1 Reply Last reply 13 Oct 2024, 12:02 Reply Quote 0
                • undefined
                  Inlinebrother @infiniteloop
                  last edited by 13 Oct 2024, 06:56

                  @infiniteloop

                  but how can you explain the failure on the right?

                  The config I posted is for the left print
                  The fact is that low jerk and acceleration settings helped achieve a good result

                  undefined 1 Reply Last reply 13 Oct 2024, 12:30 Reply Quote 0
                  • undefined
                    Inlinebrother @infiniteloop
                    last edited by Inlinebrother 13 Oct 2024, 07:18

                    @infiniteloop Thank you for your thoughts, I think that I use all of your advice, but I lack experience, so I can't be as good as you before I get some experience)

                    My strategy is "try and fail, but do not stop".
                    I've learnt a lot about my printer in a month) If I were too afraid to change the config or hardware I would do nothing and just throw my printer away.

                    The thing that I lack about the DWC is git.
                    It would be great to have a VCS for configs.
                    But I can always create a repository myself

                    Where do these figures come from?

                    Here is the tuning discussion, I used this number for E jerk on purpose
                    https://forum.duet3d.com/topic/6181/tuning-macros-menus-accel-jerk-retraction-pressure-advance/18?_=1728802639093

                    guys are saying that E jerk should be high enough so that it doesn't "cap the X and Y jerk values for a print move"

                    All units are mm/min, so why should Z be limited to 12 mm per minute(!)

                    That comes from the config generator, I didn't change that because Z axis seem fine.

                    This line carries no comment,

                    The one for the Extruders has it. I lost the one for axes when copied the config here

                    separate entries for axes and extruders.

                    that is also how the generator creates a config today

                    undefined 1 Reply Last reply 13 Oct 2024, 13:48 Reply Quote 0
                    • undefined
                      infiniteloop @Inlinebrother
                      last edited by 13 Oct 2024, 12:02

                      @Inlinebrother
                      Mains power switch:

                      At first, before I grounded the board, I witnessed the board shutdown and turn off wifi. The lights near 5v switch were blinking with no pattern. But the 24v power LEDs didn't show any signs of trouble.

                      Got it.

                      RRF vs Cura:

                      I think that the [Cura’s] Printer Settings plugin makes things a bit more difficult.

                      You nail it. But it depends on your personal preferences. For my part, I feel uncomfortable with the idea of having crucial firmware settings embodied in every print object - when I improve my configuration over time, I’d have to re-slice every single design, I.e. all over the place, instead of doing it once and for all. And, of course, I am nailed to one slicer, can’t switch to another one or even run .gcode files from other sources.

                      There’s already a lot of settings in the .gcode files: print speeds, temperatures, layer heights… BUT: except of the layer heights, I can adjust all of this in DWC on the fly. With this approach, I could already save numerous prints, while my older designs automatically inherit all benefits from tuning measures I made over time - in RRF, that is.

                      1 Reply Last reply Reply Quote 1
                      • undefined
                        infiniteloop @Inlinebrother
                        last edited by 13 Oct 2024, 12:30

                        @Inlinebrother

                        The config I posted is for the left print

                        So start your journey from here.

                        The fact is that low jerk and acceleration settings helped achieve a good result

                        I agree. A second thing to have in mind is print speeds. Most of the basic settings can be better explored at moderate speeds. At high speed, you introduce a whole zoo of mechanical effects from your printer’s hardware to the equation. Everybody want’s to print fast, but I feel more comfortable with the idea to take this challenge in a second step.

                        1 Reply Last reply Reply Quote 1
                        • undefined
                          infiniteloop @Inlinebrother
                          last edited by 13 Oct 2024, 13:48

                          @Inlinebrother

                          I think that I use all of your advice, but I lack experience, so I can't be as good as you before I get some experience

                          Holy cow! If you knew how many of my prints I still ruin today, you would speak differently.

                          Here is the tuning discussion, I used this number for E jerk on purpose
                          guys are saying that E jerk should be high enough so that it doesn't "cap the X and Y jerk values for a print move"

                          I am no tuning expert. Despite of my long bowden, I don't even use PA. I'm just printing slowly. But, with respect to your stepper settings, it might be helpful if @Phaedrux could have a quick look. He has a "feeling" (or call it "intuition") for suitable values that I completely lack.

                          My strategy is "try and fail, but do not stop".

                          👍 That’s the way! With a caveat: to learn from a fail, you must be able to localise its cause. If you operate too many handles at once, this may be difficult (remember the ”octopussy syndrome“? 😉).

                          The thing that I lack about the DWC is git.
                          It would be great to have a VCS for configs.

                          This was my very first thought when I updated my printer with a Duet and converted to RRF. In fact, I grabbed some config.g for my type of printer from the Web. To start with, it didn’t even match my RRF version. In the end, I had to spell every single line of it (by the help of the GCode dictionary - that’s how I learnt GCode the hard way. Most of the template’s entries were either idiotic or faulty. It took me three months until I had a functional machine again. TBH, I’m still working on that project - after years. The fun never stops, my journey continues.

                          In my eyes, it is better to use the RepRapFirmware Configuration Tool as a starting point - see: Configuring RepRapFirmware for your machine. It has some flaws (see your Z values), but IMO it’s arguably better than some template ”from hearsay” which could easily turn out to be ”from hell”.

                          that is also how the generator creates a config today

                          I’m perfectly fine with separate entries for axes and extruders, I just noted that it is different from my settings.

                          1 Reply Last reply Reply Quote 1
                          • undefined
                            Inlinebrother
                            last edited by Inlinebrother 21 Oct 2024, 18:44

                            Hi, want to share some news

                            I changed my PSU to Meanwell LRS 450w - it fits (35 mm height is good for FFCP)
                            I installed creality 40w 24v heater catridges
                            And I still had vdd brownouts after that. Though the board restarted and showed the error every time. So it was another issue.

                            Recently I got used to checking all the cables. And I had a guess that something is wrong with my extruder motors. Because it was only during the print that a printer would give a vdd brownout error and restart. So I checked my stepper motors cables and it turned out all that time I also had loose connections on my stepper drivers 🤦 So I recrimped them. And that time I also had a "pull test" of my cables while holding multimeter and checking the resistance.

                            I hope now I'll be able to continue refining my config and help dc42 with debugging

                            1 Reply Last reply Reply Quote 3
                            • undefined
                              Inlinebrother
                              last edited by 30 Oct 2024, 19:03

                              But that was not the end of the story...

                              Spoiler: I fixed it

                              So I noticed several things about my printer and here is the list of what I noticed and done to my printer

                              • First of all, my SD card was corrupted several times. And I ordered an industrial SD card as it is recommended in the docs. It works fine. I had no issues with that.
                              • I noticed that my extruder fan is too loud and I thought it might help to replace it. It did help to reduce the noise though.
                              • I had to replace my new thermistors because I had a clog and I damaged them while removing the clog
                              • While removing the clog I noticed that my grounding cable was loose and I fixed it better
                              • Then I thought something is wrong with my stepper motors config and I found out a lot about their tuning process. And in the process I even made my printer work without bed heating and low motor currents. I also found out that I like how silent is the stealthchop, especially for Z axis.
                              • I measured the current of my bed with a clamp meter and it is about 8-9 A, so it's 200w
                              • I found the config here for duet 2 wifi config
                              • I found out why I might have problems with my stepper motors. Because there is only one man who tried using duet 3 mini 5+ on this forum that I know of. And TMC2209 have to be configured.
                              • I noticed that z axis motor is producing a very loud hissing sound in standstill spreadcycle mode
                              • I removed another loose grounding cable near the sd card.

                              And after all that I was lost. The only thing I had in mind was to replace the board.

                              • while setting up a new board I had to reflash the firmware several times, because it was always busy with something. So if I closed up the connection and had to change something in it again it won't connect to my mac until I push the reset button two times and upload the .uf file to the bootloader

                              And changing the board helped. I might have damaged the old one with a short.
                              I also took a precaution and removed another screw that was underneath the board.

                              The one thing that I noticed right away is that the voltage shown by the new board is higher
                              And I also had some hard faults on the way, but for now I just want to rest a bit)

                              I'll post my config some time in the future when I am sure it produces the best results, but for the most part I use the one mentioned earlier from github + my settings to enable spreadCycle almost for every move except standstill.

                              1 Reply Last reply Reply Quote 0
                              • undefined
                                Inlinebrother
                                last edited by Inlinebrother 11 Nov 2024, 18:19 11 Nov 2024, 18:17

                                1000022650.jpg

                                An update about hardware:

                                • The old board was damaged for sure. I don't know how it's called, but something is wrong with how the 5v power is interpreted. When I connect it to USB it shows 1.1v. I use a replacement now.
                                • I installed the bltouch and it's working perfectly fine. Though I was concerned that it is glowing red and not violet
                                • I had to reconfigure my thermistors using multimeter, because the resistance values from the docs were wrong. And I was overheating my hotend. It was 270 instead of 230
                                • ordered an accelerometer supported by duet, will have to design a holder and set it up if I have the time and energy to do that)

                                Some words about 3d printing troubles)

                                • Had a lot of trouble printing PETG. Reassembled extruders and changed nozzles several times.
                                • For now printing 40mms but maybe later I'll try to use input shaping and pressure advance, though on small parts I am not sure that my printer can accelerate faster
                                • Had holes in my prints. I blame clogs and a bad petf tube. Also 60mms seems to be too high for small models

                                As for petg it seems that I need to lower flow value in cura. Standard esun petg profile is not working. Thought it might be moisture, bought a dryer, but it didn't help for PETG. Lowering line width and flow seems to help a bit.

                                I am glad I did that upgrade. Learnt a lot about printing and electronics. And the printer is silent enough that I am sure no neighbor hears it.
                                Auto bed levelling is a miracle
                                Wifi interface is a miracle. I need only to push one button to turn my printer on and then I can just sit and control it from distance.
                                This upgrade made my printer usable at home and a lot more convenient to use.
                                I learnt a lot and I am in total control of my printer now
                                Thanks for your help and attention)

                                droftartsundefined 1 Reply Last reply 11 Nov 2024, 20:09 Reply Quote 1
                                • droftartsundefined
                                  droftarts administrators @Inlinebrother
                                  last edited by 11 Nov 2024, 20:09

                                  @Inlinebrother said in Duet 3 mini 5+/FYSETC Big Dipper on FFCP/Flashforge Creator Pro:

                                  I installed the bltouch and it's working perfectly fine. Though I was concerned that it is glowing red and not violet

                                  My genuine BLTouch has a red LED on all the time. I think there's a blue one, but it is very dull. I think the red one goes off when the probe is triggered, so you see the blue one, but that happens very quickly, so hard to spot. So I think that's normal.

                                  Ian

                                  Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

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