Skip to content

Commit 97d8a68

Browse files
committed
🩹 FT Motion prelim followup
1 parent 53d06be commit 97d8a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Marlin/src/module/ft_motion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ class FxdTiCtrl {
5353

5454

5555
// Public methods
56+
static void init();
5657
static void startBlockProc(block_t * const current_block); // Set controller states to begin processing a block.
5758
static bool getBlockProcDn() { return blockProcDn; } // Return true if the controller no longer needs the current block.
5859
static void runoutBlock(); // Move any free data points to the stepper buffer even if a full batch isn't ready.
@@ -160,7 +161,6 @@ class FxdTiCtrl {
160161

161162
// Private methods
162163
static uint32_t stepperCmdBuffItems();
163-
static void init();
164164
static void loadBlockData(block_t * const current_block);
165165
static void makeVector();
166166
static void convertToSteps(const uint32_t idx);

0 commit comments

Comments
 (0)