Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jake Read
ucbus-stepper
Commits
0343dae1
Commit
0343dae1
authored
Jul 03, 2021
by
Jake Read
Browse files
minor config changes, d51 osape up to date
parent
18f2fe6c
Changes
3
Hide whitespace changes
Inline
Side-by-side
firmware/osape-smoothieroll-drop-stepper/src/config.h
View file @
0343dae1
...
...
@@ -4,6 +4,9 @@
//#define UCBUS_IS_HEAD
#define UCBUS_IS_DROP
#define IS_OG_MODULE
// if you're using the 'module board' https://gitlab.cba.mit.edu/jakeread/ucbus-module
// the first (og) revision has an SMT header, and some of the RS485 pins are varied,
// set this flag. otherwise, if you have thru-hole JTAG header, comment it out
// #define IS_OG_MODULE
#endif
\ No newline at end of file
firmware/osape-smoothieroll-drop-stepper/src/main.cpp
View file @
0343dae1
...
...
@@ -12,7 +12,7 @@ uint8_t axis_pick = 0;
float
spu
=
400.0
F
;
float
old_spu
=
400.0
F
;
volatile
boolean
spu_was_set
=
false
;
float
c_scale
=
0.0
5
F
;
float
c_scale
=
0.0
0
F
;
#define TICKS_PER_PACKET 25.0F
#define TICKS_PER_SECOND 50000.0F
...
...
osape-d51
@
4b8fbfdf
Compare
e0c99875
...
4b8fbfdf
Subproject commit
e0c99875e43b267a4565cb92ebc74907ee6e1b79
Subproject commit
4b8fbfdf4ae987c291b24be77ac4ddab157a545a
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment