- Mar 30, 2015
-
-
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
-
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
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
- Users prefer `G29 E` to work like `M48 E` so fixed that - `M48 n` replaced with `M48 P` (or `p`). `n` legacy support - Shorten some strings to save precious bytes - Smaller code for 3-point probing
-
Scott Lahteine authored
- Fixed a typo causing G28 to home incorrectly - Added documentation to G28 - Added homeXYZ bools to neaten the code - Added a note about home_offsets being questionable
-
- Mar 29, 2015
-
-
Scott Lahteine authored
- Add some documentation to planner and stepper headers - Patch up RAMBO pins with undefs - Add `sync_plan_position` inline to set current XYZE - Swap indices in `extruder_offset` to fix initialization values
-
Scott Lahteine authored
-
Natealus authored
I added the fan pins in here and left them at -1 in configuration_adv.h and it works fine. Pinned for a 4 extruder from 1-4 and HE5 being the controller fan, HE6 being the Extruder Auto Fan/Water pump in the Kraken case, and HE7 being for part cooling fan. Added in descriptions for the MIN MAX pin swap and for servo motor additions.
-
- Mar 28, 2015
-
-
Scott Lahteine authored
- Addressing issue mentioned at #1699
-
AnHardt authored
to avoid warnings about unused blink. Concentrate definitions of variables in dogm_lcd_implementation.h to one place. Make only local used variable currentfont static.
-
Scott Lahteine authored
- Patched up for most included configurations
-
Scott Lahteine authored
-
- Mar 27, 2015
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Edward Patel authored
-
Scott Lahteine authored
- Also patch up some warnings
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
- Fix a bug reading `code_value` for `M503 Sn` - Hide and remove unused variables
-
Scott Lahteine authored
-
- Mar 26, 2015
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
- Also a small tweak to SanityCheck.h
-
Scott Lahteine authored
- Increase the probe offset range to -20…20 - Apply the range limits to the menu item
-
AnHardt authored
/SanityCheck.h:107:53: warning: missing terminating ' character ...
-
AnHardt authored
to avoid: Marlin_main.cpp:1790: warning: array subscript is above array bounds.
-
Christian Bohn authored
-
Scott Lahteine authored
-
Scott Lahteine authored
- Put + in front of positive values in the output
-
Scott Lahteine authored
Don’t set CUSTOM_M_CODE_SET_Z_PROBE_OFFSET if there’s no Z probe
-
Scott Lahteine authored
- Init `zprobe_zoffset` - Remove `current_position[Z_AXIS] = zprobe_zoffset` lines from the `set_bed_level_equation_*` functions - Apply standards to `mesh_bed_leveling` files - Document `MESH_BED_LEVELING`
-
- Mar 25, 2015
-
-
AnHardt authored
-
Victor Torre authored
if not have SDSUPPORT the fromsd array is not necessary
-
AnHardt authored
-
alexborro authored
It just probe all the bed without appliying the matrix. Useful after a first G29 to check the topology.
-
wurstnase authored
-