index
:
kutter
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
klippy
/
extras
/
bed_mesh.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
webhooks: Fix use of deprecated Exception.message attribute (#3781)
Maƫl Kerbiriou
2021-01-17
1
-2
/
+2
*
bed_mesh: add mesh parameters to BED_MESH_CALIBRATE
Arksine
2020-09-15
1
-12
/
+84
*
bed_mesh: move algorithm verification to its own method
Arksine
2020-09-15
1
-6
/
+11
*
bed_mesh: move mesh area configuration to _init_mesh_config
Arksine
2020-09-15
1
-29
/
+36
*
gcode_move: Move GCodeMove class from gcode.py to new extras module
Kevin O'Connor
2020-08-20
1
-1
/
+1
*
gcode: Split G0/G1 command handling to new gcode_move class
Kevin O'Connor
2020-08-20
1
-2
/
+5
*
bed_mesh: Move profile management to its own class
Arksine
2020-07-25
1
-136
/
+149
*
bed_mesh: track the probed_matrix and mesh_params exclusively in the ZMesh c...
Arksine
2020-07-25
1
-42
/
+51
*
bed_mesh: differentiate between "mesh_config" and "mesh_params"
Arksine
2020-07-25
1
-15
/
+15
*
bed_mesh: round x and y positions received via the finalize callback
Arksine
2020-07-25
1
-0
/
+2
*
bed_mesh: add get_status() method
Arksine
2020-07-25
1
-3
/
+33
*
extras: Use "from . import module" for relative imports
Kevin O'Connor
2020-06-15
1
-5
/
+2
*
bed_mesh: Improve Python3 compatibility
Kevin O'Connor
2020-06-15
1
-6
/
+6
*
bed_mesh: Fix typo (#2849)
Nathan Plamondon
2020-05-11
1
-1
/
+1
*
bed_mesh: Use new GCodeCommand wrappers
Kevin O'Connor
2020-05-05
1
-18
/
+16
*
gcode: Rename respond() to respond_raw()
Kevin O'Connor
2020-04-24
1
-3
/
+3
*
bed_mesh: Fix typo (#2692)
Piotr Usewicz
2020-04-14
1
-1
/
+1
*
bed_mesh: detect incompatible mesh profiles
Arksine
2020-01-09
1
-5
/
+28
*
bed_mesh: refactor print_generated_points()
Arksine
2020-01-09
1
-9
/
+6
*
bed_mesh: fix LOAD_PROFILE
Arksine
2020-01-09
1
-4
/
+10
*
bed_mesh: Allow the default profile to be removed
Arksine
2020-01-09
1
-1
/
+1
*
bed_mesh: improve interpolation checks
Arksine
2020-01-09
1
-20
/
+42
*
bed_mesh: Move BED_MESH_MAP to Bedmesh class
Arksine
2020-01-09
1
-27
/
+23
*
bed_mesh: Add x,y offsets to min/max points in probe_finalize
Arksine
2020-01-09
1
-18
/
+13
*
bed_mesh: refactoring
Arksine
2020-01-09
1
-99
/
+99
*
bed_mesh: improve logging of generated points
Arksine
2020-01-09
1
-20
/
+33
*
bed_mesh: add xy offsets to generated points
Arksine
2020-01-09
1
-10
/
+14
*
bed_mesh: fix error reporting
Arksine
2019-10-22
1
-2
/
+2
*
probe: ProbePointsHelper adjustable minimum points
fess
2019-05-21
1
-0
/
+1
*
bed_mesh: enable relative offset bed meshes (#1323)
Matt Baker
2019-03-21
1
-2
/
+17
*
bed_mesh: simplify configuration
Arksine
2019-02-25
1
-6
/
+3
*
bed_mesh: fix get_position()
Arksine
2019-02-25
1
-3
/
+24
*
bed_mesh: refactor fade_target
Arksine
2019-02-25
1
-7
/
+14
*
bed_mesh: add support for round beds
Arksine
2019-02-02
1
-29
/
+93
*
bed_mesh: log when fade completes.
Arksine
2019-02-02
1
-7
/
+12
*
klippy: Convert printer_state("connect") to an event handler
Kevin O'Connor
2019-01-08
1
-4
/
+5
*
bed_mesh: Introduce fade_target option
Arksine
2018-11-30
1
-39
/
+76
*
bed_mesh: Disable z-adjustment fade by default.
Arksine
2018-11-30
1
-1
/
+1
*
bed_mesh: Fix some fragile identity comparisons
Lucas Fink
2018-10-31
1
-2
/
+2
*
bed_mesh: Do not automatically run G28 on BED_MESH_CALIBRATE / BED_MESH_MAP
Kevin O'Connor
2018-10-22
1
-1
/
+0
*
bed_mesh: save mesh state to 'default' profile after calibration
Arksine
2018-10-04
1
-2
/
+12
*
bed_mesh: Add ability to save mesh state to persistent memory
Arksine
2018-10-02
1
-1
/
+97
*
bed_mesh: Extend BED_MESH_MAP to provide more information
Arksine
2018-10-02
1
-2
/
+8
*
probe: Infer position_endstop when using probe:z_virtual_offset
Kevin O'Connor
2018-10-01
1
-17
/
+0
*
probe: Support manual probing at runtime
Kevin O'Connor
2018-10-01
1
-4
/
+4
*
probe: Perform multi-sample averaging in ProbePointsHelper class
Kevin O'Connor
2018-10-01
1
-6
/
+2
*
probe: Implement ProbePointsHelper get_probed_position() locally
Kevin O'Connor
2018-10-01
1
-5
/
+3
*
bed_mesh: Cache last position when get_position() is called.
Arksine
2018-09-10
1
-2
/
+3
*
probe: Add ability to multi-sample points to ProbePointsHelper
Arksine
2018-08-29
1
-4
/
+13
*
bed_mesh: move probe x and y offsets to the [probe] module
Arksine
2018-08-19
1
-8
/
+7
[next]