Solved Pause-Resume problem
-
The following test code fails to return to the original XYZ. Otherwise the printer is functioning perfectly. Slot 0 same null results. Any ideas how to confirm/troubleshoot/fix this problem ?
-
Oops, works fine using G1 instead of G0.
-
Bit hard to answer when the question is deleted, so I'm going to say the answer is 42.
-
@OwenD said in Pause-Resume problem:
Bit hard to answer when the question is deleted, so I'm going to say the answer is 42.
I concur.
-
Restored for posterity.
I wonder if that's why they call him DC42... He's always got the right answer.
-
For 3d printing G0 and G1 are the same? I believe laser and/or CNC mode they differ, where G0 will be a rapid move at machine max speed and G1 will move at whatever feedrate specified.
(also; 42 ... hihi :D)
-
@bearer said in Pause-Resume problem:
For 3d printing G0 and G1 are the same? I believe laser and/or CNC mode they differ, where G0 will be a rapid move at machine max speed and G1 will move at whatever feedrate specified.
That's correct; except for one other difference between G0 and G1 on some architectures. A G0 move will not necessarily be done in a straight line, if a curved move is simpler and potentially faster and does not result in Z dropping below the straight-line value. So on a SCARA or Polar machine, the move will not be segmented to approximate a straight-line move, instead it will be executed as a single move.