Scott Lahteine
1f11b0f612
Fully init planner sync block
7 年之前
Scott Lahteine
bfe223e120
Adjust usage of stepper.synchronize
7 年之前
Scott Lahteine
af1950a63e
Improve sync of stepper positions
7 年之前
Scott Lahteine
0c23792344
Apply int32_t to stepper
7 年之前
Scott Lahteine
81b632c255
Additional temp-oriented improvements
7 年之前
nightdemonx
e911635fb1
Add thermocouple with AD8495 support
7 年之前
Scott Lahteine
d7b699ec34
Fewer includes of vector_3.h
7 年之前
Scott Lahteine
2c1205d8b1
Improve debug of homing move feedrate
7 年之前
Scott Lahteine
c8e4b7c8a6
Fix XY homing move away rate
7 年之前
MagoKimbra
1f92b9a4ed
Fix do_probe_move with fr_mm_s (#10576 )
7 年之前
Scott Lahteine
4dfc011d86
Fix homing with probe feedrates
7 年之前
Scott Lahteine
59fda986ea
Allow Z_AFTER_PROBING to be 0
7 年之前
Scott Lahteine
1dab44213a
Fix the TMC26X initializer CS pin argument
From #10531
Co-Authored-By: chriscg9 <chriscg9@users.noreply.github.com >
7 年之前
Scott Lahteine
7546f87949
Allow a home bump of 0 when homing Z with probe
7 年之前
Scott Lahteine
683dc24e0f
When homing with Z probe bump at Z_PROBE_SPEED_SLOW
7 年之前
Scott Lahteine
5ac226aa93
Further cleanup of inline delays
7 年之前
Chris Pepper
2242b98248
[LPC176x] Emergency Parser Feature (#10516 )
7 年之前
Scott Lahteine
9789c1c719
Fix current_temperature_chamber compile error
Fix #10505
7 年之前
Eduardo José Tagle
0c428a66d9
Proper AVR preemptive interrupt handling (#10496 )
Also simplify logic on all ARM-based interrupts. Now, it is REQUIRED to properly configure interrupt priority. USART should have highest priority, followed by Stepper, and then all others.
7 年之前
Scott Lahteine
f423e54f77
Strip trailing spaces
7 年之前
Scott Lahteine
cb46cb8480
Add HAS_HEATED_BED conditional (#10495 )
7 年之前
Scott Lahteine
a90cbc6339
[2.0.x] Wait for bed heaters between probing (#10472 )
7 年之前
Scott Lahteine
5a064d0e94
Fix bug in planner.set_position_mm
7 年之前
Scott Lahteine
8f57e098de
Use end-of-line comments in planner.cpp
7 年之前
Scott Lahteine
36b97bde9f
clear_block_buffer, kill_current_block in quick_stop
7 年之前
Luc Van Daele
12785583d0
[2.0.x] G33 MIN_STEPS_PER_SEGMENT (#10386 )
7 年之前
Luc Van Daele
646aa20b43
Overhaul of G33 Delta Calibration (#8822 )
7 年之前
Luc Van Daele
ac2e0afb62
Low Point for delta calibration (#10363 )
7 年之前
Eduardo José Tagle
57a899a412
[2.0.x] 6th-order jerk-controlled motion planning in real-time for AVR (#10373 )
7 年之前
Sean
2d9b0a66fe
Add Filament Change accelerations
7 年之前
Scott Lahteine
8b8ad14178
Add Z_PROBE_LOW_POINT to prevent damage
7 年之前
etagle
a29adde5c0
Implement BEZIER_JERK_CONTROL
Enable 6th-order jerk-controlled motion planning in real-time.
Only for 32bit MCUs. (AVR simply does not have enough processing power for this!)
7 年之前
Lenbok
0e8242180d
Chamber temperature monitoring and auto fan control.
This is an initial cut for feedback, updated for 2.0.x.
Chamber temperature is currently reported along with hot end and bed
temperatures to serial. The format is just like that used for hot end
and bed temperatures, but using 'C' prefix. As there is no heater,
target is always 0. Is this appropriate, is there a better way to report
chamber temperatures?
Chamber temperatures are not reported on the LCD in any way.
When auto chamber fan is enabled, it currently just uses the same
temperature threshold as the other auto controlled fans.
As the chamber temperature is not connected to any heater, it doesn't
undergo mintemp/maxtemp monitoring. This would need to change in the
future if chamber heating became a feature.
7 年之前
Marcio Teixeira
75037493fa
Default active low for TMC2130 DIAG1 (#10294 )
- Added sanity check to inform users to set the endstop to inverting
when using SENSORLESS_HOMING
7 年之前
Scott Lahteine
e8e60263c8
Scale feedrate (mm/s to deg/s) for SCARA
7 年之前
Scott Lahteine
1c36606886
Fix MSG_HEATING_FAILED_LCD_BED macro evaluation
7 年之前
Scott Lahteine
fe91514395
MBL should add z_offset regardless of fade (#10308 )
7 年之前
Marcio Teixeira
8bc93c6f2b
Improve heating/cooling LCD messages (#10293 )
7 年之前
GMagician
21a47b50f4
Additional tool-change fixes (#10304 )
Followup to #10257
7 年之前
Karl Andersson
7cbbc2af7a
[2.0.x] Optional heater signal inversion (#10260 )
7 年之前
Scott Lahteine
4c79dc1093
Fix a Serial+EEPROM compile error
Fixes #10278
7 年之前
Scott Lahteine
adcb87f0db
Z Endstop Servo => Z Probe Servo
7 年之前
Scott Lahteine
02f0f95d40
Handle disabled HYBRID_THRESHOLD in EEPROM (#10275 )
7 年之前
Scott Lahteine
2672120a97
Do a small raise for all move-back
7 年之前
Scott Lahteine
5acccbacc1
Simplified leveling-based tool change
7 年之前
Scott Lahteine
d1734a089a
Split up tool_change for some setups
7 年之前
Scott Lahteine
7d8a46519f
Output ABC for delta stepper counts
7 年之前
Scott Lahteine
ac7e97f4fe
Change order of inactive stepper disable/enable
This ensures that steppers that share an enable pin will only be disabled for a miniscule time.
7 年之前
Scott Lahteine
b6a55f0891
Temporary workaround for tool-change compile error
Pending a more complete solution to tool-change Z deviation.
7 年之前
Scott Lahteine
b852781eba
Fix BLTOUCH compile error
Followup to #10250
7 年之前