mirror of
https://github.com/synthetos/g2.git
synced 2026-09-25 16:33:38 +08:00
Fixes and regressions for G28/G30 operating in absolute_distance_mode; Most of the files are the change from ABSOLUTE_MODE to ABSOLUTE_DISTANCE_MODE and similar for INCREMENTAL_MODE.
This commit is contained in:
Executable → Regular
+1
-1
@@ -93,7 +93,7 @@ stat_t cm_jogging_cycle_start(uint8_t axis) {
|
||||
|
||||
// set working values
|
||||
cm_set_units_mode(MILLIMETERS);
|
||||
cm_set_distance_mode(ABSOLUTE_MODE);
|
||||
cm_set_distance_mode(ABSOLUTE_DISTANCE_MODE);
|
||||
cm_set_coord_system(ABSOLUTE_COORDS); // jogging is done in machine coordinates
|
||||
cm_set_feed_rate_mode(UNITS_PER_MINUTE_MODE);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user