Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions hwconf/makerbase/75_100/hw_mksesc_75_100_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,13 @@
#ifndef MCCONF_FOC_SAMPLE_V0_V7
#define MCCONF_FOC_SAMPLE_V0_V7 false // Run control loop in both v0 and v7 (requires phase shunts)
#endif
#ifndef MCCONF_FOC_PHASE_FILTER_ENABLE
#ifdef HW_HAS_PHASE_FILTERS
#define MCCONF_FOC_PHASE_FILTER_ENABLE true // Use phase voltage filters when available
#else
#define MCCONF_FOC_PHASE_FILTER_ENABLE false // Use phase voltage filters when available
#endif
#endif
#ifndef MCCONF_L_IN_CURRENT_MAX
#define MCCONF_L_IN_CURRENT_MAX 100.0 // Input current limit in Amperes (Upper)
#endif
Expand Down
7 changes: 7 additions & 0 deletions hwconf/makerbase/75_100_V2/hw_mksesc_75_100_v2_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,13 @@
#ifndef MCCONF_FOC_SAMPLE_V0_V7
#define MCCONF_FOC_SAMPLE_V0_V7 false // Run control loop in both v0 and v7 (requires phase shunts)
#endif
#ifndef MCCONF_FOC_PHASE_FILTER_ENABLE
#ifdef HW_HAS_PHASE_FILTERS
#define MCCONF_FOC_PHASE_FILTER_ENABLE true // Use phase voltage filters when available
#else
#define MCCONF_FOC_PHASE_FILTER_ENABLE false // Use phase voltage filters when available
#endif
#endif
#ifndef MCCONF_L_IN_CURRENT_MAX
#define MCCONF_L_IN_CURRENT_MAX 100.0 // Input current limit in Amperes (Upper)
#endif
Expand Down