Commit Graph

6552 Commits (3890366c8353d94dee30f114c505c4fdf388ac9f)
 

Author SHA1 Message Date
Michael Neumann 3890366c83 Update pins.h
Michael Neumann c0d45ca7f2 Update boards.h
Scott Lahteine 06f2282f82 Merge pull request from thinkyhead/rc_filchange_feedback
Give instant feedback for filament change
Scott Lahteine dcfd7c69e8 Merge pull request from nzinov/RCBugFix
Improve G30 probing command - add optional arguments
Scott Lahteine e765eebfb0 Patch spacing in bilinear grid report
Scott Lahteine 7780052fb3 Give instant feedback for filament change
Scott Lahteine de6f2ef2a3 Merge pull request from esenapaj/Follow-up-the-PR-#5167-etc
Follow up the PR  (Add Turkish Language), etc
esenapaj 24e3f7abe7 Update Turkish translation
・Add new translation
esenapaj be48792e9c Follow up the PR (Add Turkish Language), etc
・Remove all the #ifndef
・Follow the PR  (Strip never-translated strings from language
files)
・Follow the PR  (Set language display charset in language.h)
・Follow the PR  (Put max_jerk vars in array, clean up jerk code)
・Adjust spacing
Scott Lahteine 5aee8d892c Merge pull request from thinkyhead/rc_turkish_squashed
Add Turkish Language
Rigid3D 2327764980 Add Turkish Language
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