Commit Graph

9391 Commits (016e46a3c0e429e9fec252af497945196517931b)
 

Author SHA1 Message Date
Nikolay Zinov dea00bbcf1 improve G30 probing
Add optional parameters
X, Y for probe point
S sets stowing on and off
Scott Lahteine 1614c9d207 Merge pull request from thinkyhead/rc_core_babystepping
BABYSTEPPING-oriented cleanup
Scott Lahteine 00662b8635 Minor babystep cleanup patches
Scott Lahteine cad792e702 Reduce code for invariant lcd_detected
Scott Lahteine b23d255491 Move macros above Stepper::babystep
Scott Lahteine cc57d46158 Fix set_position for CoreYZ
Scott Lahteine 0269347682 Merge pull request from thinkyhead/rc_old_slowdown_what
OLD_SLOWDOWN does nothing, so remove it
Scott Lahteine e92e2b2446 Merge pull request from Sebastianv650/RCBugFix_LIN_ADV_wipe
Account for wipe moves
Scott Lahteine 28a039c0e1 Merge pull request from thinkyhead/rc_bilinear_splits
Don't define bilinear_line_to_destination on kinematic setups
Scott Lahteine 176aeafc19 Don't define bilinear_line_to_destination on kinematic setups
Sebastianv650 d448500643 Account for moves with negative E movements
Added a rule so that LIN_ADVANCE isn't used for moves with negative E movements (de_float will be negative in this cases).
I also added a more detailed comment to make it more clear what the if statement does.
Scott Lahteine 2185973e39 Merge pull request from thinkyhead/rc_bilinear_splits
Corrections to bilinear_line_to_destination
Scott Lahteine 236853df22 Corrections to bilinear_line_to_destination
- Allow more than 9x9 probe points
- Account for the probe starting position
Scott Lahteine 3b6a43f7ad Merge pull request from thinkyhead/rc_dual_tool_z_limit
Fix Z raise with DXC_AUTO_PARK_MODE
Scott Lahteine 0115e495fe Fix up Dual X switch blocks
Scott Lahteine 2495ab7af2 Make dual_x_carriage_mode an enumeration
Scott Lahteine d6c36f5bb9 Fix Z raise with DXC_AUTO_PARK_MODE
Scott Lahteine 0c79553fc5 Cast int to AxisEnum for some accessors
Scott Lahteine adbf1f7dca Add M355 to the GCodes list.
Scott Lahteine 63efc10599 Merge pull request from thinkyhead/rc_bilinear_split_lines
Split cartesian moves on grid boundaries with bilinear ABL
Scott Lahteine 12167bc8f3 OLD_SLOWDOWN does nothing, so remove it
Scott Lahteine 1ee0fdcad7 Merge pull request from
Follow-up the PR  (Centralize click-handling in the LCD loop)
esenapaj c8c1a28f6f Follow-up the PR (Centralize click-handling in the LCD loop)
bool feedback is no longer used
Scott Lahteine b0be2e41ff Merge pull request from
Follow-up the PR   (M355 Case light)
esenapaj c3a105186d Follow-up the PR (M355 Case light)
・Add CASE_LIGHT_PIN into pinsDebug.h
Scott Lahteine ee5b8d6dc8 Split moves on grid boundaries with bilinear ABL on cartesian
Scott Lahteine 66744a6076 Merge pull request from thinkyhead/rc_M355_case_light
M355 Case light
Scott Lahteine 955d14acb0 Patch photo pin code style
Stanley ab3f966f5f Case light G-code M355
implemented G-Code M355 into Marlin
Scott Lahteine 8b44413498 Merge pull request from Sebastianv650/RCBugFix_LIN_ADV-Patch
BugFix for incorrect E-speed calculation
Scott Lahteine f418e82b15 Remove redundant definition of EN_C
Sebastianv650 f9bea7968f BugFix for incorrect E-speed calculation
The extrusion speed was wrong due to a not high enough precision of
esteps to XY steps, therefore now the target float values are used to
calculate the ratio between XY movement and extrusion speed.
The e_speed_multiplier8 was replaced by an absolute multiplier called
abs_adv_steps_multiplier8, therefore one multiplication and bitshift can
be saved inside the stepper ISR. Due to this, also extruder_advance_k is
better suited inside the planner and not the stepper files any more.
Scott Lahteine 9c108aea18 Merge pull request from thinkyhead/rc_fix_M43
Followup to  - pins debugging cleanup
Bob-the-Kuhn c20b4098be 2 bug fixes & some minor changes
see detailed  description in PR 
Scott Lahteine fa6bf12697 Merge pull request from thinkyhead/rc_expanded_M43
Enhancements to M43 pins debugging
Scott Lahteine 3a107e280d Developer note in pins_MIGHTYBOARD_REVE.h
Scott Lahteine 85e307dcd8 No FAN0_PIN
Scott Lahteine ff3a8ca0d1 Use NUM_DIGITAL_PINS instead of custom DIO_COUNT
Scott Lahteine 04a1fac029 Some cleanup to M43
Scott Lahteine 24f6612551 Reduce and optimize endstop_monitor code
Scott Lahteine b4444e91ae Reduce code and build size of PWM_details
Scott Lahteine dbe414ef03 Squash redundant code in PWM_status
Scott Lahteine af26d22741 Clean up some spacing and semantics
Bob-the-Kuhn 81397d7a9a EXTRUDER_x_AUTO_FAN name change to Ex_AUTO_FAN
I stumbled across a name change that'll be used a lot so I'm updateing
the name list.
Bob-the-Kuhn c7f1f0dae6 Add endstop monitor & make pins report pretty
Scott Lahteine d567b426d5 Merge pull request from thinkyhead/rc_mightyboard_rev_e
Mightyboard Revision E preliminary support
Scott Lahteine 43df9ace4e Merge pull request from thinkyhead/rc_z2_min_allowed
Support Z2 min in M119 report
Scott Lahteine 8a4c51f313 Merge pull request from thinkyhead/rc_buffer_line_wait_later
Optimize buffer_line by calculating before wait-for-free-block
Scott Lahteine 23f05f8be7 Use bit-length types in block_t
Scott Lahteine 8dc7807d85 Add support for CoreYZ to planner.buffer_line