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

    calabrate

    Scheduled Pinned Locked Moved
    General Discussion
    2
    3
    133
    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.
    • gardon64undefined
      gardon64
      last edited by

      hi all so sorry to be hear again but have a problem
      when i make a sq, with carveco software my cnc will only draw one line and then go down through the job can you check my config .g att,hear

      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool v3.3.16 on Mon Jul 24 2023 12:35:53 GMT+0100 (British Summer Time)

      ; General preferences
      G90 ; send absolute coordinates...
      M83 ; ...but relative extruder moves
      M550 P"Duet 3" ; set printer name

      ; Drives
      M569 P0.0 S1 ; physical drive 0.0 goes forwards
      M569 P0.1 S1
      M569 p0.2 s1 ; physical drive 0.1 goes forwards
      M569 P0.3 S1 ; physical drive 0.3 goes forwards
      M584 X0.0 Y0.1:0.2 Z0.3 ; set drive mapping
      M92 X80.00 Y80.00 Z400.00 ; set steps per mm
      M566 X900.00 Y900.00 Z60.00 ; set maximum instantaneous speed changes (mm/min)
      M203 X6000.00 Y6000.00 Z180.00 ; set maximum speeds (mm/min)
      M201 X500.00 Y500.00 Z20.00 ; set accelerations (mm/s^2)
      M906 X800 Y800 Z800 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 X500 Y500 Z200 S0 ; set axis maxima

      ; Endstops
      M574 X1 S1 P"io0.in" ; configure switch-type (e.g. microswitch) endstop for low end on X via pin io0.in
      M574 Y1 S1 P"io1.in" ; configure switch-type (e.g. microswitch) endstop for low end on Y via pin io1.in
      M574 Z2 S1 P"io3.in" ; configure switch-type (e.g. microswitch) endstop for high end on Z via pin io3.in

      ; Z-Probe
      M558 P0 H5 F120 T6000 ; disable Z probe but set dive height, probe speed and travel speed
      M557 X15:215 Y15:195 S20 ; define mesh grid

      o_lampeundefined 1 Reply Last reply Reply Quote 0
      • o_lampeundefined
        o_lampe @gardon64
        last edited by

        @gardon64 Your machine isn't in CNC mode. See M453 for more info
        That might have an influence on the interpretation of the gcode you are trying to run.
        But that's just speculation, you didn't provide any sample code.

        gardon64undefined 1 Reply Last reply Reply Quote 0
        • gardon64undefined
          gardon64 @o_lampe
          last edited by

          @o_lampe thank you that’s seams to have changed things

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