Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Coenen <manuel@duet3d.com>2021-02-05 14:44:45 +0300
committerManuel Coenen <manuel@duet3d.com>2021-02-05 17:16:53 +0300
commitaf11d08f91d98c7ce6c5ae15602378043d278260 (patch)
treeabcff86dbbc21a6893b5afdef587b6aa61c24922 /src/GCodes/RestorePoint.h
parent6351882b67bede9e19d64f7caa5e965568c1803c (diff)
Move spindle creation to M950 (M453 no longer works for this)
Repurpose M568 for tool settings (offsets, temps, spindle speed) Deprecate setting tool settings via G10 Assign spindle to tool instead of vice versa Change M3/M4/M5 to primarily work without parameters on the spindle of the current tool Remove spindle speed from restore point (no longer needed) together with M3 Rn All spindle speeds are now unsigned integers and have to be interpreted together with new SpindleState (stopped, forward, revers)
Diffstat (limited to 'src/GCodes/RestorePoint.h')
-rw-r--r--src/GCodes/RestorePoint.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/GCodes/RestorePoint.h b/src/GCodes/RestorePoint.h
index 4bba0439..ee2a6742 100644
--- a/src/GCodes/RestorePoint.h
+++ b/src/GCodes/RestorePoint.h
@@ -21,7 +21,6 @@ public:
FilePosition filePos; // The file position that this move was read from
float initialUserC0, initialUserC1; // If we paused during an arc move and proportionDone is nonzero, the X and Y user coordinates at the start of the move
int toolNumber; // The tool number that was active
- int32_t spindleSpeeds[MaxSpindles]; // The spindle RPMs that were set, negative if anticlockwise direction
#if SUPPORT_LASER || SUPPORT_IOBITS
LaserPwmOrIoBits laserPwmOrIoBits; // The output port bits setting for this move, or the laser power