Stopping and resuming

I have a question what happens if it’s getting late and I want too resume tomorrow can I do that with carbide motion

1 Like

Carbide Motion doesn’t directly have that option, but you can:

Best practice is to break up jobs into manageable chunks: http://docs.carbide3d.com/tutorials/tool-change/

If you must do this:

  • note what line the machine is currently sending (or determine where it was by measuring the deepest area correctly cut)
  • pause, then stop the job and shut things down
  • open up the G-Code file in a text editor
  • identify the preamble and copy it — see [[G-Code]] and https://docs.carbide3d.com/software-faq/grbl-g-code-definitions/ for the details of the codes
  • go to the line # noted above
  • scroll up from there until you find a move down from safety height
  • delete everything from the line above that line to the beginning of the file
  • paste in the preamble at the beginning
  • save under a new name
2 Likes

I take it pausing the program and leaving everything switched on and resuming the following day is not a good plan, because (at least) the step motors could/would get very warm?

How about if you pause the program on the PC and then turn the machine off, could it resume from that point when the machine’s turned back on, or does it need to reinitialise it? (which means I’ve probably answered my own question!)

1 Like

I leave mine on when I need to. Sometimes for days.

Correct. Stepper motors work their hardest when holding position, so leaving the machine paused for longer than necessary is not a good idea and is actively discouraged.

Powering down the machine would require reinitializing on startup, and would lose the progress in cutting the file.

Where did you get that notion ?

My understanding is that stepper motors use offset permanent and electromagnets to work, turning off an electromagnet to allow a permanent magnet to move the machine in a desired direction, then turning on a second magnet to continue the movement, &c.

Movement means that there are continually different magnets being use, distributing the work/effort, and the areas to which current are being applied and which build up heat.

Micro-stepping complicates the above, but basically means that one constantly alternates between two magnets so as to hold a micro-step position in-between a full-step position.

If stepper motors are holding position if not at a full-step position, then pairs of magnets are constantly engaging and disengaging, generating and concentrating heat buildup at those two magnets.

Thanks for the answer, and it is worth consideration. I like to understand things…
Here is how “I thought…” it worked.

the inside of a nema 23 micro stepper motor,

4 leads going in, = two sets of windings, at two opposing sites per winding = 8 electromagnetic positions to pull from. You might also notice the rotor has 50 points on it x’s the 8 windings = 200 steps per rev.
of course you already know that, but the part you may consider is best shown in the animation at this site,

the stepper does not

instead, it turns on a series of windings (4) and the one that has a rotor point closest to it draws that point to it’s center…(did that make sense? i dont explain well…) to step further the other set of windings are energized and the one with a rotor point closest to it draws that point to it’s center. When there are two coils holding it, they are both in the same circuit.
When the stepper motor drive is powered on, the stepper is at full power, moving or not.
anyhow, the above is how “I thought” it worked and this made me curious about your statement.
I am curious about the rotor though, Iron or Permanent Mag.?
just conversation I can learn from.

There’s a bit more on this at:

https://wiki.shapeoko.com/index.php/Stepper_Motors

Of course, leaving any equipment powered up and unattended for extended periods of time is not a good idea

1 Like

The way I look at this is, let’s say the power injected into the stepper is constant (not that I checked, and it depends on the driver), when the stepper is idle, all that energy becomes heat. When moving, some of that energy becomes torque/mechanical energy, the rest becomes heat. Therefore, steppers get hot(ter) when idle, and not as hot when moving. I assume they are designed to take that idle heat (assuming they are driven within their specs), but that’s not really problem, as you both said it’s leaving a (high)-power equipment unattended that is the real concern I guess.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.