Prusa-MMU-Private
PrusaMultiMaterialUpgradev3firmwareforMK3SMK4
Namespaces | Typedefs | Functions
speed_table.h File Reference
#include "../config/config.h"
#include "../hal/progmem.h"
#include "../hal/cpu.h"
#include "math.h"
Include dependency graph for speed_table.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 modules
 The modules namespace contains models of MMU's components.
 
 modules::speed_table
 Speed tables for acceleration calculations.
 

Typedefs

typedef uint16_t modules::speed_table::st_timer_t
 

Functions

static st_timer_t modules::speed_table::calc_timer (st_timer_t step_rate, uint8_t &step_loops)
 Calculate the next timer interval and steps according to current step rate.