299 Commits (a4a9bd8bc9cf4b722db06bb3af697a2438d4118f)

Author SHA1 Message Date
Scott Lahteine 1092319b19 Adapt speed/jerk code based on Prusa MK2 branch
8 years ago
Scott Lahteine 8e1cc9332a Replace block flag bools with flag bits
8 years ago
Scott Lahteine c5cac486f5 Use a, b, c instead of lx, ly, lz
8 years ago
Josef Pavlik f8c2473a71 Improve planner kinematics, fix delta ABL
8 years ago
Scott Lahteine 761593b74b Cleanup some vars, use of min/max
9 years ago
Scott Lahteine d19cfcfc1d max_jerk array, DEFAULT_XYJERK => DEFAULT_[XY]JERK
9 years ago
Scott Lahteine e7dc174f30 More detailed debugging of G28 delta
9 years ago
Scott Lahteine ecf7cdde65 Augment planner/stepper getters/setters
9 years ago
Scott Lahteine ea0dbee3c9 Enable ABL by type, support bilinear on cartesian
9 years ago
Scott Lahteine 22ece0081e Pass array pointer to unapply_leveling
9 years ago
Scott Lahteine cbc158eb62 Add a proper flag for ABL enabled
9 years ago
Scott Lahteine c6142aa2a1 Minor cleanups in Marlin_main.cpp
9 years ago
Scott Lahteine 0427f3cc3b Use memcpy/memset in planner
9 years ago
Scott Lahteine 6b9bf8e8fe Add Planner::sync_from_steppers
9 years ago
Scott Lahteine be11a8a938 Fix debug in Planner::buffer_line
9 years ago
Scott Lahteine 6335acbf5c Patch bug in linear unapply_leveling
9 years ago
Scott Lahteine 77639672d7 Move NONLINEAR bed leveling to planner
9 years ago
Scott Lahteine 9429c7db89 Use ABC indices in delta[]
9 years ago
Scott Lahteine c109399bf6 Fix planner leveling and rename arguments
9 years ago
Scott Lahteine 6ab54c60b1 Add conditionals for kinematics, leveling
9 years ago
Scott Lahteine 9248cfb0ad Bed leveling that accounts for home XYZ
9 years ago
Scott Lahteine 6ac9d895ca Tweak Filament Width variables
9 years ago
Scott Lahteine d554c1dda8 Clean up planner kernel pass methods
9 years ago
Scott Lahteine a485a19052 Added optional planner logging
9 years ago
Scott Lahteine ab59280075 MIN_SEGMENTS_FOR_MOVE => MIN_STEPS_PER_SEGMENT
9 years ago
Scott Lahteine 27b80b1dd1 Merge pull request #4667 from thinkyhead/rc_M211_sw_endstop_switch
9 years ago
Scott Lahteine 2f223b8c79 Use ABC and XYZ for "3"
9 years ago
Scott Lahteine 01d4703429 PREVENT_DANGEROUS_EXTRUDE => PREVENT_COLD_EXTRUSION
9 years ago
Scott Lahteine 374f8d2014 dropsegments => MIN_SEGMENTS_FOR_MOVE
9 years ago
Scott Lahteine 628dcbc764 extruder_multiplier => flow_percentage
9 years ago
Scott Lahteine b73203a0b7 Move some includes around to uncover missing deps
9 years ago
Scott Lahteine d8945e8464 Fix Z_HEAD index for COREYZ
9 years ago
Scott Lahteine f83369b79c Update refresh_positioning - no need for obj ref
9 years ago
Scott Lahteine 844a4e799e Account for DELTA in Planner::refresh_positioning
9 years ago
Scott Lahteine 753283e020 inverse_second => inverse_mm_s
9 years ago
Scott Lahteine 83e1d90ca3 Undo errant optimization of block->millimeters
9 years ago
Scott Lahteine 169c21b477 Merge pull request #4402 from thinkyhead/rc_consistent_positioning
9 years ago
Scott Lahteine d8e5af6834 Use RAW_POSITION for MBL in planner.set_position_mm
9 years ago
Scott Lahteine d8f2876753 Replace some float division with multiplication
9 years ago
Scott Lahteine ddde785b37 Code formatting in planner.cpp
9 years ago
Scott Lahteine f8b5749235 Replace division in planner with multiplication
9 years ago
Scott Lahteine b921f6b69d Optimize calculation of block->millimeters for DELTA
9 years ago
Scott Lahteine 3e2b3353b0 Fix axis indices for COREYZ
9 years ago
Scott Lahteine 4e67a85a5d Macros to loop over axes
9 years ago
Scott Lahteine 4226f56f53 Revert the planner acceleration logic somewhat
9 years ago
Scott Lahteine 209f5c03d0 Fewer temporary vars in planner accel limit
9 years ago
Scott Lahteine 9f9fe043ba Apply sq macro throughout
9 years ago
Scott Lahteine 93ba5bddd7 Append units to feedrate variables
9 years ago
Scott Lahteine 05da02f0a2 Implement MIXING_EXTRUDER and SWITCHING_EXTRUDER
9 years ago
Scott Lahteine 0554b65d22 Merge pull request #4284 from thinkyhead/rc_serial_ln_macros
9 years ago
Scott Lahteine e974ac63ef Init matrix in planner.init
9 years ago
esenapaj 58177a1602 Suppress warnings
9 years ago
João Brázio 664232140d
Fixes somes compiler warnings
9 years ago
Scott Lahteine ef3bef6b9e Fix feedrate in gcode_T (max_feedrate is mm/s)
9 years ago
Scott Lahteine 6d62a4ffc8 Patch LIN_ADVANCE for style and forward-compatibility
9 years ago
Sebastianv650 fb8e880734 Add LIN_ADVANCE
9 years ago
Scott Lahteine 72c6f2923f axis_steps_per_unit => axis_steps_per_mm
9 years ago
Scott Lahteine 80ab749563 Rename acceleration locals for clarity
9 years ago
Scott Lahteine 3b08eb1eeb `acceleration_st` => `acceleration_steps_per_s2`
9 years ago
Scott Lahteine cb4704e07a Rename some planner acceleration vars
9 years ago
Reid Rankin 16212432c9 G20/21 and M149 support, and code_value() refactor
9 years ago
Scott Lahteine 49ecaf774d Rename some auto/locals to avoid name conflict
9 years ago
Scott Lahteine c2362c1b3c Apply Marlin coding standards to MBL class
9 years ago
Edward Patel c06de0f097 MBL: Added keeping MBL active when homing single axises for #3750
9 years ago
Scott Lahteine 381bc6f0b0 set_position => set_position_mm
9 years ago
Scott Lahteine 470d5ac09f Apply static to Planner class
9 years ago
Scott Lahteine 5172d4ba40 COREYZ stepper, planner, endstop, babysteps
9 years ago
esenapaj 1a97442d19 Follow-up the PR #3643(Temperature singleton)
9 years ago
Scott Lahteine 084f6b5b44 Temperature singleton class
9 years ago
Scott Lahteine 6398d497b3 Ultimate followup to Stepper/Planner patch
9 years ago
Scott Lahteine 7fd0243048 Cleanup, debug strings in Planner::adjusted_position
9 years ago
Scott Lahteine 96f51f400f Planner singleton class
9 years ago
Scott Lahteine 5e4e535ce8 Stepper and Endstops as singleton objects
9 years ago
Scott Lahteine e38baaa23e Fix an acceleration anomaly by making locals signed
9 years ago
Scott Lahteine fce1e843b9 Patch steps rate comment in trapezoid function
9 years ago
Scott Lahteine a4062a47ac Rename baricuda variables
9 years ago
Scott Lahteine c5a2ce4366 Merge pull request #3446 from thinkyhead/rc_fixup_M206_and_mesh
9 years ago
Scott Lahteine b1bb1c7989 Merge pull request #3466 from thinkyhead/rc_look_for_leveling_bug
9 years ago
Scott Lahteine e087a99a10 Some cleanup of st_get_pos functions
9 years ago
Scott Lahteine 386140f361 Test time difference in safe way
9 years ago
Scott Lahteine 1b7356b3a1 Account for home_offset in G29 handler
9 years ago
Scott Lahteine 865dcf3fb4 Fix FILAMENT_WIDTH_SENSOR measurement
9 years ago
Scott Lahteine de333c4fea Merge pull request #3279 from thinkyhead/rc_filament_width_sensor
9 years ago
Scott Lahteine 1a79b13b7a FILAMENT_SENSOR -> FILAMENT_WIDTH_SENSOR
9 years ago
Scott Lahteine 5f32184254 Merge pull request #3278 from thinkyhead/rc_cleanup_m111_redo
9 years ago
Scott Lahteine 05765fb570 Add DEBUGGING macro
9 years ago
Scott Lahteine 3252df7998 Minor cleanup to filament sensor code
9 years ago
Scott Lahteine 0da744b7b0 Further cleanup of comments, partial Doxygen-style
9 years ago
jbrazio 5e5d250832 Added gplv3 header to all Marlin files
9 years ago
AnHardt ba4eebad2f Fix Fan KICKSTART
9 years ago
Scott Lahteine 4bbea5124d Support for multiple PWM fans
9 years ago
Scott Lahteine d7c6fd5c2f Merge pull request #3146 from thinkyhead/rc_enabled_true_false
9 years ago
Scott Lahteine 6e1bc03d3b Additional wrapping for #3140
9 years ago
Scott Lahteine 4b648793f2 Use ENABLED with DISABLE_[INACTIVE_][XYZ]
9 years ago
Scott Lahteine f9ded2a7c4 Wrap macros to prevent bad expansions
9 years ago
Scott Lahteine 614febaaf3 Fix acceleration limits
9 years ago
Scott Lahteine 71718d888a Fix typos in check_axes_activity
9 years ago
Scott Lahteine ff13070b59 Use _BV macros, patch up others
9 years ago
Scott Lahteine 209f5f21e0 Use macros where possible
9 years ago
Scott Lahteine 34b8b9f0f5 Merge pull request #2995 from thinkyhead/rcbugfix_corexy_corexz
9 years ago