-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
96 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[bed_mesh] | ||
speed: 100 | ||
horizontal_move_z: 8 | ||
mesh_min: -3,3 | ||
mesh_max: 192,215 | ||
probe_count: 12,12 | ||
fade_start: 1.0 | ||
fade_end: 10.0 | ||
algorithm: bicubic | ||
bicubic_tension: 0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[bed_mesh] | ||
speed: 100 | ||
horizontal_move_z: 8 | ||
mesh_min: 5,5 | ||
mesh_max: 262,295 | ||
probe_count: 12,12 | ||
fade_start: 1.0 | ||
fade_end: 10.0 | ||
algorithm: bicubic | ||
bicubic_tension: 0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
[probe] | ||
pin: ^nozzle_mcu: PA8 | ||
deactivate_on_each_sample: False | ||
x_offset: -33.0 | ||
y_offset: 0 | ||
z_offset: 0 | ||
samples: 3 | ||
speed: 5 | ||
lift_speed: 20 | ||
samples_tolerance: 0.05 | ||
samples_tolerance_retries: 3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
[gcode_macro BED_MESH_CALIBRATE] | ||
rename_existing: _BED_MESH_CALIBRATE | ||
gcode: | ||
{% if printer["gcode_macro _SAF_BED_MESH_START"] != null %} | ||
_SAF_BED_MESH_START | ||
{% endif %} | ||
|
||
_BED_MESH_CALIBRATE {rawparams} | ||
|
||
{% if printer["gcode_macro _SAF_BED_MESH_END"] != null %} | ||
_SAF_BED_MESH_END | ||
{% endif %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters