- Apr 01, 2015
-
-
AnHardt authored
and use them in temperuture.h Flattened the if structure - the preprocessor is doing the work - not the Arduino. Arduino.
-
- Mar 31, 2015
-
-
AnHardt authored
replaced GE0 with th matching GEX in the second row. added some ()
-
Scott Lahteine authored
Correct XYZ after obtaining plan_bed_level_matrix
-
Scott Lahteine authored
The current position needs to be updated by using the inverse `plan_bed_level_matrix` on X, Y, and Z. All moves in the planner are transformed by the `plan_bed_level_matrix` from this point forward.
-
Scott Lahteine authored
Raise when not retracting
-
Scott Lahteine authored
-
Scott Lahteine authored
Code to raise the probe before retraction is good, but the code should always raise the probe, not just when retracting
-
Scott Lahteine authored
Fix EXTRUDER_OFFSET compiler error
-
Scott Lahteine authored
Correct the comment about M206
-
Scott Lahteine authored
-
Scott Lahteine authored
Fix LCD click
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
- Addressing issue #1741
-
Scott Lahteine authored
- Make the default LCD click sound more pleasant - Fix warnings about bed temperature runaway
-
Scott Lahteine authored
Bring all configs up to date
-
Scott Lahteine authored
Apply Z_RAISE_BEFORE_HOMING before homing XY
-
Scott Lahteine authored
Fix up LCD_PROGRESS_BAR
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
Restore ENDSTOPPULLUPS in Configuration.h
-
Scott Lahteine authored
-
Scott Lahteine authored
Allow POWER_SUPPLY to be 0
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
- Some messages should not expire with `PROGRESS_MSG_EXPIRE`. - Simplify conditional for progress bar with sanity checks. - Rename `messageTick` to `expireStatusMillis` and make it the expire time.
-
- Mar 30, 2015
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
Apply leveling for DELTA
-
Scott Lahteine authored
Replace extrudemultiply by extruder_multiply[active_extruder]
-
AnHardt authored
Thanks @MagoKimbra.
-
AnHardt authored
Fix for #1460. Seems to work with only one extruder. Can't test this myself with more.
-
Scott Lahteine authored
Get back folder symbols on Hitachi displays
-
Scott Lahteine authored
A `z_before` value is passed to probe_pt, but the `retract_z_probe` function assumes that Z is 0, doesn’t add `current_position[Z_AXIS]` as other cases do. This may be superfluous, so this is a test, and will be reverted if it has no effect.
-
Scott Lahteine authored
Remove some further warnings
-
Scott Lahteine authored
-
Scott Lahteine authored
- Fix `prepare_move` function not calling `adjust_delta` - Add more shorthand for plan_buffer_line. - Fix wrong `federate` usage, assuming they are all mm/m - Minor `stepper.cpp` cleanup
-