Scott Lahteine
|
91db7930dc
|
Drop SCARA_FEEDRATE_SCALING
The updated planner takes the length of the move, so this pre-calculation is no longer needed.
|
7 years ago |
Scott Lahteine
|
377108619b
|
Fix plan_arc clockwise (G2)
Fix #9482
|
7 years ago |
Scott Lahteine
|
9644fe1839
|
Lightly optimize arc length calculation
|
7 years ago |
Scott Lahteine
|
c694608450
|
Apply SCARA_FEEDRATE_SCALING to G2/G3
|
7 years ago |
Scott Lahteine
|
73e32925e4
|
References are better for array args
|
7 years ago |
Scott Lahteine
|
85a62bbf46
|
Misc. fixes to compiler warnings, etc.
|
8 years ago |
Scott Lahteine
|
f8393a0908
|
Operate in Native Machine Space
|
8 years ago |
Roxy-3D
|
72156a2029
|
change to better (more clear) names (#8050)
set_destination_to_current() changed to set_destination_from_current()
set_current_to_destination() changed to set_current_from_destination()
|
8 years ago |
Scott Lahteine
|
90af1fe5ee
|
Implement NO_MOTION_BEFORE_HOMING option
|
8 years ago |
Scott Lahteine
|
9b4aa5ea8b
|
Move G17-G19 to cpp
|
8 years ago |
Scott Lahteine
|
4007cbfe9e
|
Move G2_G3 to cpp
|
8 years ago |
Scott Lahteine
|
722786966a
|
Add gcode.cpp, motion.*, queue.* - Apply to some G-codes.
|
8 years ago |
Scott Lahteine
|
4231faf779
|
Initial split-up of G-code handlers by category
|
8 years ago |