Scott Lahteine
2e966f8e5b
Patch Capabilities Report for "PROGRESS"
8 лет назад
Kai
0c341f0c50
Added Menu entry for Case light
8 лет назад
Scott Lahteine
3bc2273ac9
Comment M540
8 лет назад
Scott Lahteine
3e0376b45e
Reorder M114 and M119 gcode cases
8 лет назад
Scott Lahteine
127e21ae00
Extend M122 for all steppers
8 лет назад
Moritz
d67c1d825f
Add TMC2130 support
8 лет назад
Scott Lahteine
11effeee2c
Add an option for delta to home to the top
8 лет назад
Moshen Chan
29b174bfb9
Fix z feedrate value when doing mesh bed leveling. probe feedrate uses XY_PROBE_SPEED
8 лет назад
Scott Lahteine
87b6b19256
Patch CASE_LIGHT typo
8 лет назад
Scott Lahteine
181cdb3cfe
Move GCode list above include lines
8 лет назад
Scott Lahteine
eb120e518c
Followup to new endstop interrupts feature
- Fix typos, verbiage
- Fix naming of `setup_endstop_interrupts`
- Some formatting, indentation, spacing
8 лет назад
Scott Lahteine
98600e1433
Minor stepper cleanup
8 лет назад
Florian Heilmann
d08867986e
Add autotemp capabilities to M104
This allows M104 to pass the F and B parameters to enable autotemp as well
8 лет назад
Petr Zahradník junior
d7ce5d271b
Replace const bool with #define for consistency
8 лет назад
Scott Lahteine
99b0c1fe56
Fix DIRECT_MIXING_IN_G1 to preserve the previous mix
8 лет назад
Scott Lahteine
410657b050
Fix G30 with limits, print correct probe XY
8 лет назад
AnHardt
f3eee02596
Introduce endstop interrupts
If ENDSTOP_INTERRUPTS_FEATURE is enabled this tries to set up interrupt routines
for all used endstop pins. If this worked without errors, `endstops.update()` is called
only if one of the endstops changed its state.
The new interrupt routines do not really check the endstops and react upon them. All what they
do, is to set a flag if it makes sense to call the endstop test we are used to.
This can be used on:
* ARM (DUE) based boards - all pins can raise interrupts,
* RAMPS - all 6 endstop pins plus some other on EXT-2 can raise interrupts,
* RAMPS based boards - as long the designers did not change the pins for the endstops or at least left enough,
* all boards, if there are enough pins that can raise interrupts, and you are willing/able to swap with pins dedicated to other purpose.
8 лет назад
Scott Lahteine
f663220e87
Store Mix factors as reciprocals and multiply
8 лет назад
Scott Lahteine
b31a07e261
Stateful M355 with separate P parameter
8 лет назад
Scott Lahteine
3c9a838651
Extended capabilities report in M115
8 лет назад
Scott Lahteine
68b866b5dd
Add M155 - Auto-report temperature with interval
8 лет назад
Scott Lahteine
75bfde9945
M155=>M260, M156=>M261
8 лет назад
Scott Lahteine
e765eebfb0
Patch spacing in bilinear grid report
8 лет назад
Scott Lahteine
1864b282c5
Implement reversed CORE options
8 лет назад
Nikolay Zinov
dea00bbcf1
improve G30 probing
Add optional parameters
X, Y for probe point
S sets stowing on and off
8 лет назад
Scott Lahteine
176aeafc19
Don't define bilinear_line_to_destination on kinematic setups
8 лет назад
Scott Lahteine
236853df22
Corrections to bilinear_line_to_destination
- Allow more than 9x9 probe points
- Account for the probe starting position
8 лет назад
Scott Lahteine
0115e495fe
Fix up Dual X switch blocks
8 лет назад
Scott Lahteine
2495ab7af2
Make dual_x_carriage_mode an enumeration
8 лет назад
Scott Lahteine
d6c36f5bb9
Fix Z raise with DXC_AUTO_PARK_MODE
8 лет назад
Scott Lahteine
0c79553fc5
Cast int to AxisEnum for some accessors
8 лет назад
Scott Lahteine
adbf1f7dca
Add M355 to the GCodes list.
8 лет назад
Scott Lahteine
ee5b8d6dc8
Split moves on grid boundaries with bilinear ABL on cartesian
8 лет назад
Scott Lahteine
955d14acb0
Patch photo pin code style
8 лет назад
Stanley
ab3f966f5f
Case light G-code M355
implemented G-Code M355 into Marlin
8 лет назад
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.
8 лет назад
Scott Lahteine
ff3a8ca0d1
Use NUM_DIGITAL_PINS instead of custom DIO_COUNT
8 лет назад
Scott Lahteine
04a1fac029
Some cleanup to M43
8 лет назад
Bob-the-Kuhn
c7f1f0dae6
Add endstop monitor & make pins report pretty
8 лет назад
Scott Lahteine
396434a445
Fix compiler warning in M145
8 лет назад
Scott Lahteine
07bfc45df8
Adjust spacing in gcode_M149
8 лет назад
Scott Lahteine
1a2310c494
Make LCD preheat vars an array to reduce code size
8 лет назад
Scott Lahteine
50ee749082
Centralize click-handling in the LCD loop
8 лет назад
Scott Lahteine
67ab54185b
Save hotend_offset array (M218) in EEPROM
8 лет назад
MagoKimbra
dfcdbb437b
Fix Command M420
8 лет назад
esenapaj
d5a5042d23
Fix for the PR #5088 (Handle M108 in M1 also with ULTIPANEL)
8 лет назад
Scott Lahteine
3f94b15cef
Fix bilinear grid constraints
Followup to #5090
8 лет назад
Scott Lahteine
ada935de87
Allow TEMP_STAT_LEDS with only one LED defined
8 лет назад
Scott Lahteine
f0d673561f
Fix for bilinear grid outside bounds
8 лет назад
Scott Lahteine
1ba1ec0db9
Handle M108 in M1 also with ULTIPANEL
8 лет назад