Scott Lahteine
215eee4fe5
Use 'friend' to access set_directions
6 anos atrás
Cassiano Leal
ff51e7322d
Fix for Stepper::set_directions() compilation error (#11838 )
6 anos atrás
Scott Lahteine
809b232fa2
Fix stepper directions after M501/M502
See https://github.com/MarlinFirmware/Marlin/issues/11103#issuecomment -421387611
Co-Authored-By: tcm0116 <tcm0116@users.noreply.github.com >
6 anos atrás
HenningJW
4fb2134f00
Fix non-sensical values for Zonestar themistor table (#11817 )
Values taken from Zonestar firmware for P802QA with a Melzi board. Timestamps from the firmware package are from April 2016.
6 anos atrás
Scott Lahteine
b220a825a7
Fix raw_filwidth_value error
6 anos atrás
Scott Lahteine
8584d3697d
Fix servo count define conflict
`MAX_SERVOS` => `NUM_SERVO_PLUGS`
6 anos atrás
Scott Lahteine
d882717d98
Save some PROGMEM with constexpr (#11798 )
When possible, make `active_extruder` a `constexpr` to save some PROGMEM.
6 anos atrás
Sam Lane
4f883d5971
[2.0.x] Extruder-Distinct Linear Advance K Factors (#11789 )
6 anos atrás
Sam Lane
1b6bc19427
Add external closed loop controller support
7 anos atrás
Sebastianv650
7e8c073fba
Fix extruder stops extruding with LA (#11758 )
7 anos atrás
Scott Lahteine
0c01099f17
hop_amount => current_hop
7 anos atrás
Kevin
e25d2ae4a2
[2.0.x] SWITCHING_TOOLHEAD (#11623 )
7 anos atrás
Scott Lahteine
dcfde2317f
Pass segment length in prepare_kinematic_move_to (#11737 )
7 anos atrás
AnHardt
530a13ab6c
[2.0.x] SECURITYFIX missing max temp error when PID is used (#11717 )
7 anos atrás
scott0122
72fdb6bab3
Fix SWITCHING_NOZZLE zdiff (#11683 )
7 anos atrás
Scott Lahteine
d1ceaf5550
[2.0.x] Followup to IDEX changes (#11707 )
7 anos atrás
Giuliano Zaro
59e76e5fdf
[2.0.x] Fix planner computation (#11708 )
Fix #11697
7 anos atrás
Roxy-3D
7680b64aa6
IDEX clean up (#11690 )
7 anos atrás
teemuatlut
49e107cea9
Restrict SW serial to AVR (#11696 )
7 anos atrás
Scott Lahteine
d55f44edba
Printcounter improvements (#11689 )
7 anos atrás
scott0122
ada85d5585
Improve HOTEND OFFSET Z display precision to 3 (#11686 )
7 anos atrás
Scott Lahteine
3e81745e81
Fix issues, make optional
7 anos atrás
Jan
aa80e448e2
Store servo angles in EEPROM
7 anos atrás
scott0122
6dc9553aa5
Fix SWITCHING_NOZZLE compile error (#11657 )
7 anos atrás
Scott Lahteine
d1c9517903
Followup to hotend_offset[Z] patch
7 anos atrás
Scott Lahteine
e2b8fc4f17
Reduce some debug strings
7 anos atrás
Scott Lahteine
acf5ae3083
!ENABLED => DISABLED
7 anos atrás
Kevin
6483285bc5
HOTEND_OFFSET_Z always available (#11603 )
7 anos atrás
Scott Lahteine
f0dbe61692
Tweaks to motion.h reachable tests
7 anos atrás
Roxy-3D
cd9868f442
Make position_is_reachable() smarter about IDEX machines`
On many IDEX machines the allowed travel of the X1 carraige and X2 carraige does not perfectly overlap.
This helps the issue. But more work needs to be done at the higher level. (For example the X1_MAX_POS should probably be factored into G26's mesh validation pattern.)
7 anos atrás
Scott Lahteine
ad12b9b46b
Fix indentation, whitespace, spelling, formbot pins...
7 anos atrás
Kevin
db30650731
Fix UBL/Homing (#11566 )
7 anos atrás
InsanityAutomation
9de730b2bf
Update tool_change.cpp (#11559 )
7 anos atrás
Scott Lahteine
1561e61df7
New TMC2208 constructor
Co-Authored-By: teemuatlut <teemu.mantykallio@live.fi >
7 anos atrás
Nils Hasenbanck
b37bfeffeb
[2.0.x] Use the new const functions of the persistentStore api (#11544 )
7 anos atrás
Dave Johnson
c64199941e
Compile only selected PIO environment (#11519 )
7 anos atrás
Scott Lahteine
6964e1a95a
Clean up trailing whitespace
7 anos atrás
Scott Lahteine
a4b0148365
Easier to find 'static inline'
7 anos atrás
Nils Hasenbanck
577aeb4aa9
All EEPROM access uses persistentStore
7 anos atrás
Scott Lahteine
6a8b906318
Followup for persistent_store_api.h
7 anos atrás
Chris Pepper
66d2b48b59
Update PersistentStore api (#11538 )
- Clean up the API to use a `static` class instance to adhere to Marlin convention
- Add `const` position data access for read/write
- Add Storage capacity to the interface
7 anos atrás
Scott Lahteine
f1347f783d
Optimize thermistor table 71
agData in Table 71 is extremely oversampled (see Issue #11220 ). I have removed the data points that perform *worse* than linearly interpolating the remaining points, and fixed up two points that were simply rounded incorrectly.
Co-Authored-By: Aaron Griffith <aargri@gmail.com >
7 anos atrás
Scott Lahteine
c93538e9f3
UBL/planner patch tweaks
7 anos atrás
Thomas Moore
fc55f1da01
Account for UBL correction when setting the planner position (#11486 )
7 anos atrás
Giuliano
e85feb2545
[2.0.x] Better timing handling (#11461 )
7 anos atrás
Scott Lahteine
79835590e3
Easier to disable homing validation (#11458 )
7 anos atrás
Scott Lahteine
9c62c47579
[2.0.x] Fix Dual X Carriage tool change crash (#11447 )
7 anos atrás
Scott Lahteine
b826bf4194
Fix initial safe_speed in jerk code (#11417 )
7 anos atrás
Roxy-3D
16432376ab
Revert "[2.0.x]Idex and bl touch fixes" (#11407 )
* Revert "[2.0.x] bltouch home refinements (#11397 )"
This reverts commit 74900f7a70 .
* Revert "[2.0.x]Idex and bl touch fixes (#11395 )"
This reverts commit 6dafb90c01 .
7 anos atrás
Giuliano
74900f7a70
[2.0.x] bltouch home refinements (#11397 )
Just create a better functions call logic flow
7 anos atrás