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

    Pay for config / json files for my corexy printer build.

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    11
    67
    5.7k
    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
      last edited by

      if you edit the config.g file in the web interface it'll ask you save changes and if you want to reboot the board for the new settings to take effect.

      you can also just run any of the config lines in the g-code console to update the settings on the fly (there are some exceptions where the order of commands is important, but for the things you'll want to change, like speeds, directions, travel limits and limit switches it can be changed on the fly)

      Stevoundefined 1 Reply Last reply Reply Quote 0
      • Stevoundefined
        Stevo @A Former User
        last edited by

        @bearer Thank you

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

          @stevo said in Pay for config / json files for my corexy printer build.:

          Hi so I’m regards to making alterations to instructions I can manually edit the particular line save and re-up through the web configuration ?

          you can only upload the config.json file, not the config.g

          the idea of the configurator is to give you a basic working config for your printer that you then tweak to your needs.

          i.e work out the basic for your printer that you can input into the configurator.
          then do some tests prints and start tweaking features like pressure advance, stepper current, jerk and acceleration to find the optimal settings for your printer.

          Stevoundefined 1 Reply Last reply Reply Quote 0
          • deckingmanundefined
            deckingman @Stevo
            last edited by

            @stevo My approach is to always keep and maintain the configuration files on my PC. Then if I need to, I edit the PC based files and upload them to the Duet. That way, I always have a working backup should anything go amiss with the SD card.
            Any text editor can be used to edit the files - notepad++ is one that I use (it's free).

            Ian
            https://somei3deas.wordpress.com/
            https://www.youtube.com/@deckingman

            Stevoundefined 1 Reply Last reply Reply Quote 0
            • Stevoundefined
              Stevo @deckingman
              last edited by

              @deckingman
              OK thank you

              1 Reply Last reply Reply Quote 0
              • Stevoundefined
                Stevo @Veti
                last edited by

                @veti
                Thank you

                1 Reply Last reply Reply Quote 0
                • Phaedruxundefined
                  Phaedrux Moderator @deckingman
                  last edited by

                  @deckingman said in Pay for config / json files for my corexy printer build.:

                  I think @Phaedrux must be short of caffeine

                  More like toddler induced sleep deprivation.

                  Z-Bot CoreXY Build | Thingiverse Profile

                  1 Reply Last reply Reply Quote 0
                  • Stevoundefined
                    Stevo
                    last edited by

                    Afternoon all,
                    I have edited all the files as mentioned in the previous comments,
                    When looking down on the printer with the two steppers controlling x and y at the bottom the tool head travels in both negative's axis direction to the bottom left.
                    I have purchased a genuine V3 BL touch and would like to connect this to the Duet WIFI 2 next.
                    After looking at other posts i have more doubts than when i first looked lol.

                    So without doing something i will regret i don't need to physically break any connections on this version of sensor or add resistors.
                    But i need to add a Gcode to set the correct voltage for the sensor ?

                    Scachiundefined 1 Reply Last reply Reply Quote 0
                    • Scachiundefined
                      Scachi @Stevo
                      last edited by Scachi

                      @stevo said in Pay for config / json files for my corexy printer build.:

                      When looking down on the printer with the two steppers controlling x and y at the bottom the tool head travels in both negative's axis direction to the bottom left.

                      Have you read the link deckingman has mentioned ? -> https://duet3d.dozuki.com/Wiki/ConfiguringRepRapFirmwareCoreXYPrinter

                      Quote from the Movement Section: https://duet3d.dozuki.com/Wiki/ConfiguringRepRapFirmwareCoreXYPrinter#Section_Movement_section

                      For a CoreXY or H-Bot machine, RepRapFirmware assumes that the motor connected to the X motor output moves the head in the +X and +Y directions when it runs forwards, and that the Y motor moves the head in +X and -Y directions when it runs forwards.

                      Then test for the correct X motor movement by sending these commands from the console:

                      G91
                      G1 S2 X10 F3000

                      If the head moves diagonally in the +X and +Y directions, all is well. If it moves in the -X and -Y directions, change the S parameter to S1 in the M569 P0 command. If it moves towards +X and -Y, or towards -X and +Y, turn the power off and swap the X and Y motor

                      Read the whole section again and run each command to test if everything moves in the direction it should

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

                        it sound like you are still in cartesian mode rather than corexy mode.

                        for bltouch see this guide
                        https://betrue3d.dk/bltouch-on-duet-wifi-configuratio-and-usage/

                        1 Reply Last reply Reply Quote 0
                        • Stevoundefined
                          Stevo
                          last edited by

                          I have followed Mark Rehorst's (thank you Mark) how to set up core xy origin and Endstops article origin is at Alpha motor all positive movement is in the direction of the top right pulley.
                          The tool homes back to the Alpha motor.

                          0_1562005273585_corexy example.jpg

                          deckingmanundefined 1 Reply Last reply Reply Quote 0
                          • deckingmanundefined
                            deckingman @Stevo
                            last edited by

                            @stevo Do you have a problem with the motion or not? - I'm a bit confused because it sounds like it's doing what it should do..

                            To be clear, if you command an X positive move, the print head moves from left to right in your diagram and there is no movement in the Y direction. Yes or no? If no, what happens when you command an X only positive move?

                            Conversely, if you command an X negative move, the head moves from right to left and there is no movement in the Y direction yes or no?

                            And a Y positive move moves the head towards the back and there is no movement left or right. Yes?

                            Ian
                            https://somei3deas.wordpress.com/
                            https://www.youtube.com/@deckingman

                            Stevoundefined 1 Reply Last reply Reply Quote 0
                            • Stevoundefined
                              Stevo @deckingman
                              last edited by

                              @deckingman Yes it ticks all the boxes Veti mentioned in still appeared to be in cartesian mode guess its my poor description lol

                              Thank you

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

                                please post your config.g so we can have a look at what you configured so far.

                                1 Reply Last reply Reply Quote 0
                                • Stevoundefined
                                  Stevo
                                  last edited by

                                  This is where I'm up to so far.
                                  Im in the process of adding the BLtouch wiring to the existing loom need to remove existing Z axis end stop.

                                  ; Configuration file for Duet WiFi (firmware version 1.21)
                                  ; executed by the firmware on start-up
                                  ;
                                  ; generated by RepRapFirmware Configuration Tool v2 on Sun Jun 30 2019 12:38:00 GMT+0100 (BST)

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

                                  M669 K1 ; Select CoreXY mode

                                  ; Network
                                  M550 P"WILE E COYOTE" ; Set machine name
                                  M552 S1 ; Enable network
                                  ;*** Access point is configured manually via M587
                                  M586 P0 S1 ; Enable HTTP
                                  M586 P1 S0 ; Disable FTP
                                  M586 P2 S0 ; Disable Telnet

                                  ; Drives
                                  M569 P0 S1 ; Physical drive 0 goes forwards
                                  M569 P1 S1 ; Physical drive 1 goes forwards
                                  M569 P2 S0 ; Physical drive 2 goes backwards
                                  M569 P3 S1 ; Physical drive 3 goes forwards
                                  M350 X16 Y16 Z16 E16 I1 ; Configure microstepping with interpolation
                                  M92 X80.00 Y80.00 Z1600.00 E420.00 ; Set steps per mm
                                  M566 X900.00 Y900.00 Z30.00 E3000.00 ; Set maximum instantaneous speed changes (mm/min)
                                  M203 X6000.00 Y6000.00 Z144.00 E1200.00 ; Set maximum speeds (mm/min)
                                  M201 X500.00 Y500.00 Z20.00 E250.00 ; Set accelerations (mm/s^2)
                                  M906 X800.00 Y800.00 Z2000.00 E800.00 I30 ; Set motor currents (mA) and motor idle factor in per cent
                                  M84 S30 ; Set idle timeout

                                  ; Axis Limits
                                  M208 X-220 Y-220 Z0 S1 ; Set axis minima
                                  M208 X220 Y220 Z660 S0 ; Set axis maxima

                                  ; Endstops
                                  M574 X1 Y1 Z1 S0 ; Set active low and disabled endstops

                                  ; Z-Probe
                                  M307 H3 A-1 C-1 D-1 ; Disable heater on PWM channel for BLTouch
                                  M558 P9 H15 F120 T6000 ; Set Z probe type to bltouch and the dive height + speeds
                                  G31 P500 X32 Y2 Z2.5 ; Set Z probe trigger value, offset and trigger height
                                  M557 X220:220 Y-220:220 S20 ; Define mesh grid

                                  ; Heaters
                                  M140 H-1 ; Disable heated bed
                                  M305 P1 T100000 B4725 C7.060000e-8 R4700 ; Set thermistor + ADC parameters for heater 1
                                  M143 H1 S280 ; Set temperature limit for heater 1 to 280C

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

                                  ; Tools
                                  M563 P0 D0 H1 ; Define tool 0
                                  G10 P0 X0 Y0 Z0 ; Set tool 0 axis offsets
                                  G10 P0 R0 S0 ; Set initial tool 0 active and standby temperatures to 0C

                                  ; Automatic saving after power loss is not enabled

                                  ; Custom settings are not configured

                                  ; Miscellaneous
                                  T0 ; Select first tool

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

                                    just to double check you are running firmware version 2.03?

                                    Stevoundefined 1 Reply Last reply Reply Quote 0
                                    • Stevoundefined
                                      Stevo @Veti
                                      last edited by

                                      @veti Yes i am

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

                                        @stevo said in Pay for config / json files for my corexy printer build.:

                                        M669

                                        whats is the output if you issue M669 in the console.

                                        Stevoundefined 1 Reply Last reply Reply Quote 0
                                        • deckingmanundefined
                                          deckingman @Stevo
                                          last edited by

                                          @stevo One thing about your config.g that looks odd to me is that the steps per mm for Z look right for a metric lead screw but looking at your machine name, I'd have thought that you would be using Acme threads ☺

                                          Ian
                                          https://somei3deas.wordpress.com/
                                          https://www.youtube.com/@deckingman

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

                                            1600 is a lead screw 1 start 2mm lead.
                                            some people use them because it allows for 0.01mm layer height variation.

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