Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
  1. Home
  2. General Discussion
  3. CNC PCB milling

CNC PCB milling

Scheduled Pinned Locked Moved General Discussion
933 Posts 28 Posters 135.3k Views 27 Watching
  • 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.
  • andrewA andrew

    @NeverDie
    firmware settings: it is stored in the EEPROM, but nothing guarantees that the same location will be used for the same parameters in case of different versions, so the output of "$$" command should be saved, this contains everything which you can manually set up if necessary.

    ER11: take extra care during the installation process to not "harm" the motor's axis. usually the ER11 is pretty tight and howtos mention that the motor should be cooled (by the freezer) and the ER11 should be warmed up before putting them together, to help the mounting process and to prevent unwanted distortion.

    I put the CNC 2418 assembly guide to my share, for ones it is interesting.

    NeverDieN Offline
    NeverDieN Offline
    NeverDie
    Hero Member
    wrote on last edited by NeverDie
    #144

    @andrew
    I tried connecting to the Woodpecker board using the Arduino serial terminal at 115200 baud. It greets me by saying:

    Grbl 0.9j ['$' for help]
    

    However, if I send it $ I get no response. If I send it $$, I get no response either.

    Is this normal?

    How do I send it $$ and get it to respond?

    andrewA 1 Reply Last reply
    0
    • NeverDieN NeverDie

      @andrew
      I tried connecting to the Woodpecker board using the Arduino serial terminal at 115200 baud. It greets me by saying:

      Grbl 0.9j ['$' for help]
      

      However, if I send it $ I get no response. If I send it $$, I get no response either.

      Is this normal?

      How do I send it $$ and get it to respond?

      andrewA Offline
      andrewA Offline
      andrew
      wrote on last edited by
      #145

      @neverdie no, that is not normal, but this is most probably just a communication issue. which software is used for the terminal connection? try to change the cr/lf settings, or the flow control options.

      1 Reply Last reply
      0
      • rmtuckerR rmtucker

        @andrew
        I see.
        So what would be your best guess at your actual spindle rpm when cutting under your feed/depth of cut examples given above.?

        andrewA Offline
        andrewA Offline
        andrew
        wrote on last edited by
        #146

        @rmtucker I did not measure the max rpm for the given spindle, but I use it on "max" (so spindle setting is 1000) for the given jobs.

        1 Reply Last reply
        0
        • NeverDieN Offline
          NeverDieN Offline
          NeverDie
          Hero Member
          wrote on last edited by NeverDie
          #147

          Ah, nevermind. I changed the terminal to send it a carriage return, and now it works. Here is the output from asking it $ and $$:

          
          Grbl 0.9j ['$' for help]
          $$ (view Grbl settings)
          $# (view # parameters)
          $G (view parser state)
          $I (view build info)
          $N (view startup blocks)
          $x=value (save Grbl setting)
          $Nx=line (save startup block)
          $C (check gcode mode)
          $X (kill alarm lock)
          $H (run homing cycle)
          ~ (cycle start)
          ! (feed hold)
          ? (current status)
          ctrl-x (reset Grbl)
          ok
          $0=10 (step pulse, usec)
          $1=25 (step idle delay, msec)
          $2=0 (step port invert mask:00000000)
          $3=5 (dir port invert mask:00000101)
          $4=0 (step enable invert, bool)
          $5=0 (limit pins invert, bool)
          $6=0 (probe pin invert, bool)
          $10=3 (status report mask:00000011)
          $11=0.010 (junction deviation, mm)
          $12=0.002 (arc tolerance, mm)
          $13=0 (report inches, bool)
          $20=0 (soft limits, bool)
          $21=0 (hard limits, bool)
          $22=0 (homing cycle, bool)
          $23=0 (homing dir invert mask:00000000)
          $24=25.000 (homing feed, mm/min)
          $25=500.000 (homing seek, mm/min)
          $26=250 (homing debounce, msec)
          $27=1.000 (homing pull-off, mm)
          $100=800.000 (x, step/mm)
          $101=800.000 (y, step/mm)
          $102=800.000 (z, step/mm)
          $110=5000.000 (x max rate, mm/min)
          $111=5000.000 (y max rate, mm/min)
          $112=800.000 (z max rate, mm/min)
          $120=10.000 (x accel, mm/sec^2)
          $121=10.000 (y accel, mm/sec^2)
          $122=10.000 (z accel, mm/sec^2)
          $130=200.000 (x max travel, mm)
          $131=200.000 (y max travel, mm)
          $132=200.000 (z max travel, mm)
          ok
          
          1 Reply Last reply
          0
          • NeverDieN Offline
            NeverDieN Offline
            NeverDie
            Hero Member
            wrote on last edited by
            #148

            Here's the current build status:
            0_1513549544809_build_status_1.jpg
            I'm guessing I'm something more than half-way done.

            1 Reply Last reply
            2
            • andrewA andrew

              @NeverDie
              firmware settings: it is stored in the EEPROM, but nothing guarantees that the same location will be used for the same parameters in case of different versions, so the output of "$$" command should be saved, this contains everything which you can manually set up if necessary.

              ER11: take extra care during the installation process to not "harm" the motor's axis. usually the ER11 is pretty tight and howtos mention that the motor should be cooled (by the freezer) and the ER11 should be warmed up before putting them together, to help the mounting process and to prevent unwanted distortion.

              I put the CNC 2418 assembly guide to my share, for ones it is interesting.

              NeverDieN Offline
              NeverDieN Offline
              NeverDie
              Hero Member
              wrote on last edited by NeverDie
              #149

              @andrew said in CNC PCB milling:

              the ER11 should be warmed up

              how exactly? Heat gun?

              I've put the motor assembly in the freezer....

              1 Reply Last reply
              0
              • NeverDieN Offline
                NeverDieN Offline
                NeverDie
                Hero Member
                wrote on last edited by
                #150

                I'll let it freeze overnight and then try it in the morning.

                sundberg84S 1 Reply Last reply
                0
                • NeverDieN NeverDie

                  I'll let it freeze overnight and then try it in the morning.

                  sundberg84S Offline
                  sundberg84S Offline
                  sundberg84
                  Hardware Contributor
                  wrote on last edited by
                  #151

                  @neverdie said in CNC PCB milling:

                  freeze

                  Why do you want to freeze the motor? :eyes:

                  Controller: Proxmox VM - Home Assistant
                  MySensors GW: Arduino Uno - W5100 Ethernet, Gw Shield Nrf24l01+ 2,4Ghz
                  MySensors GW: Arduino Uno - Gw Shield RFM69, 433mhz
                  RFLink GW - Arduino Mega + RFLink Shield, 433mhz

                  mfalkviddM dbemowskD 2 Replies Last reply
                  0
                  • sundberg84S sundberg84

                    @neverdie said in CNC PCB milling:

                    freeze

                    Why do you want to freeze the motor? :eyes:

                    mfalkviddM Offline
                    mfalkviddM Offline
                    mfalkvidd
                    Mod
                    wrote on last edited by
                    #152

                    @sundberg84 see andrew's earlier post.

                    Freezing the motor axis makes it a bit smaller.

                    1 Reply Last reply
                    1
                    • sundberg84S sundberg84

                      @neverdie said in CNC PCB milling:

                      freeze

                      Why do you want to freeze the motor? :eyes:

                      dbemowskD Offline
                      dbemowskD Offline
                      dbemowsk
                      wrote on last edited by
                      #153

                      @sundberg84 And heating up the other part makes it expand and get bigger allowing the two to fit together easier. Has to do with tight tolerances.

                      Vera Plus running UI7 with MySensors, Sonoffs and 1-Wire devices
                      Visit my website for more Bits, Bytes and Ramblings from me: http://dan.bemowski.info/

                      1 Reply Last reply
                      1
                      • NeverDieN Offline
                        NeverDieN Offline
                        NeverDie
                        Hero Member
                        wrote on last edited by NeverDie
                        #154

                        @andrew
                        Since I probably have only one shot at this, how hot should I heat up the ER11 before trying to fit it onto the frozen spindle? Should it be burning hot, or is luke-warm enough?

                        andrewA 1 Reply Last reply
                        0
                        • NeverDieN NeverDie

                          @andrew
                          Since I probably have only one shot at this, how hot should I heat up the ER11 before trying to fit it onto the frozen spindle? Should it be burning hot, or is luke-warm enough?

                          andrewA Offline
                          andrewA Offline
                          andrew
                          wrote on last edited by andrew
                          #155

                          @neverdie unfortunately, as I mentioned, I don't have ER11 (yet), and I just read articles and vendor suggestions on the installation method, so I cannot provide experience based suggestions to that. as far as I remember nor concrete temperature was mentioned, so I would say you should not "overheat" it.

                          NeverDieN 1 Reply Last reply
                          0
                          • andrewA andrew

                            @neverdie unfortunately, as I mentioned, I don't have ER11 (yet), and I just read articles and vendor suggestions on the installation method, so I cannot provide experience based suggestions to that. as far as I remember nor concrete temperature was mentioned, so I would say you should not "overheat" it.

                            NeverDieN Offline
                            NeverDieN Offline
                            NeverDie
                            Hero Member
                            wrote on last edited by NeverDie
                            #156

                            @andrew said in CNC PCB milling:

                            @neverdie unfortunately, as I mentioned, I don't have ER11 (yet), and I just read articles and vendor suggestions on the installation method, so I cannot provide experience based suggestions to that. as far as I remember nor concrete temperature was mentioned, so I would say you should not "overheat" it.

                            I slipped it on, no problem at all. After freezing the motor overnight, what I did was heat the ER11 with my wife's crafting hot air gun. I held it with an insulated glove as I warmed it up. When it started to become uncomfortable to hold with even the insulated glove, I slipped it on without any resistance.

                            Hopefully this info will help you when you receive yours.

                            andrewA zboblamontZ 2 Replies Last reply
                            3
                            • NeverDieN NeverDie

                              @andrew said in CNC PCB milling:

                              @neverdie unfortunately, as I mentioned, I don't have ER11 (yet), and I just read articles and vendor suggestions on the installation method, so I cannot provide experience based suggestions to that. as far as I remember nor concrete temperature was mentioned, so I would say you should not "overheat" it.

                              I slipped it on, no problem at all. After freezing the motor overnight, what I did was heat the ER11 with my wife's crafting hot air gun. I held it with an insulated glove as I warmed it up. When it started to become uncomfortable to hold with even the insulated glove, I slipped it on without any resistance.

                              Hopefully this info will help you when you receive yours.

                              andrewA Offline
                              andrewA Offline
                              andrew
                              wrote on last edited by
                              #157

                              @neverdie :) nice, so your wife saved the project :)))
                              be patient and do not power the spindle for couple of hours, while it is cold, as it could be wet inside which could cause shorts and other issues.

                              1 Reply Last reply
                              0
                              • NeverDieN Offline
                                NeverDieN Offline
                                NeverDie
                                Hero Member
                                wrote on last edited by
                                #158

                                I seem to be finished with the mechanical assembly:
                                0_1513629200578_mechanicals_done.jpg
                                However, these washers came with the kit, and I'm not sure what they're for:
                                0_1513629228821_washers.jpg
                                Anyone know? Are they for mounting the woodpecker board to the frame?

                                Next I need to do the firmware upgrade and then wire things up.

                                andrewA rmtuckerR 2 Replies Last reply
                                3
                                • NeverDieN NeverDie

                                  I seem to be finished with the mechanical assembly:
                                  0_1513629200578_mechanicals_done.jpg
                                  However, these washers came with the kit, and I'm not sure what they're for:
                                  0_1513629228821_washers.jpg
                                  Anyone know? Are they for mounting the woodpecker board to the frame?

                                  Next I need to do the firmware upgrade and then wire things up.

                                  andrewA Offline
                                  andrewA Offline
                                  andrew
                                  wrote on last edited by
                                  #159

                                  @neverdie yes, it is for "isolating" the pcb from the frame.

                                  1 Reply Last reply
                                  1
                                  • NeverDieN NeverDie

                                    @andrew said in CNC PCB milling:

                                    @neverdie unfortunately, as I mentioned, I don't have ER11 (yet), and I just read articles and vendor suggestions on the installation method, so I cannot provide experience based suggestions to that. as far as I remember nor concrete temperature was mentioned, so I would say you should not "overheat" it.

                                    I slipped it on, no problem at all. After freezing the motor overnight, what I did was heat the ER11 with my wife's crafting hot air gun. I held it with an insulated glove as I warmed it up. When it started to become uncomfortable to hold with even the insulated glove, I slipped it on without any resistance.

                                    Hopefully this info will help you when you receive yours.

                                    zboblamontZ Offline
                                    zboblamontZ Offline
                                    zboblamont
                                    wrote on last edited by
                                    #160

                                    @neverdie said in CNC PCB milling:

                                    ER11

                                    FYI - Was reading on another forum where the user was going to replace the ER11 with a larger version so he could use 8mm bits (fairly standard metric size for wood routing bits, but incredibly strong)...
                                    Somebody pointed out to the guy that there are collets available for the ER11 specifically for 8mm shafted toolbits...
                                    https://www.sorotec.de/shop/Spannzange-ER-11---8-00mm-DIN-6499B-4008E-Klasse-II.html

                                    NeverDieN 1 Reply Last reply
                                    0
                                    • NeverDieN NeverDie

                                      I seem to be finished with the mechanical assembly:
                                      0_1513629200578_mechanicals_done.jpg
                                      However, these washers came with the kit, and I'm not sure what they're for:
                                      0_1513629228821_washers.jpg
                                      Anyone know? Are they for mounting the woodpecker board to the frame?

                                      Next I need to do the firmware upgrade and then wire things up.

                                      rmtuckerR Offline
                                      rmtuckerR Offline
                                      rmtucker
                                      wrote on last edited by
                                      #161

                                      @neverdie
                                      You have gone quiet:relaxed:
                                      Must be beavering away cutting pcb's?

                                      NeverDieN 1 Reply Last reply
                                      1
                                      • rmtuckerR Offline
                                        rmtuckerR Offline
                                        rmtucker
                                        wrote on last edited by
                                        #162

                                        Carved this on my home made cnc router recently.
                                        Bit off topic but good fun.
                                        It is about 2ft diameter and 8" thick(old millstone)
                                        0_1513689287536_aa2a84b0-71ec-4d46-9c2d-f2241aa2827a-image.png

                                        rmtuckerR 1 Reply Last reply
                                        3
                                        • rmtuckerR rmtucker

                                          Carved this on my home made cnc router recently.
                                          Bit off topic but good fun.
                                          It is about 2ft diameter and 8" thick(old millstone)
                                          0_1513689287536_aa2a84b0-71ec-4d46-9c2d-f2241aa2827a-image.png

                                          rmtuckerR Offline
                                          rmtuckerR Offline
                                          rmtucker
                                          wrote on last edited by
                                          #163

                                          @rmtucker
                                          And this for our lass
                                          0_1513689365865_382c70bc-e450-4cc8-89c9-f0cc3bd45522-image.png

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          16

                                          Online

                                          11.7k

                                          Users

                                          11.2k

                                          Topics

                                          113.1k

                                          Posts


                                          Copyright 2025 TBD   |   Forum Guidelines   |   Privacy Policy   |   Terms of Service
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • MySensors
                                          • OpenHardware.io
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular