Put in a allow less than zero in print leveling.

This commit is contained in:
larsbrubaker 2014-08-26 18:44:36 -07:00
parent 687262a098
commit 0db380572b
7 changed files with 22 additions and 10 deletions

View file

@ -213,6 +213,7 @@ Advanced
has_fan
has_heated_bed
has_sd_card_reader
z_can_be_negative
Firmware
gcode_flavor
gcode_output_type

View file

@ -144,4 +144,5 @@ use_relative_e_distances|Use Relative E Distances|CHECK_BOX||Normally you will w
vibration_limit|Vibration Limit|INT|Hz|This is to help reduce vibrations during printing. If your printer has a resonance frequency that is causing trouble you can set this to try and reduce printing at that frequency.
wipe|Wipe Before Retract|CHECK_BOX||This will cause the extruder to move while retracting to minimize blobs.
wipe_shield_distance|Wipe Shield Distance|POSITIVE_DOUBLE|mm|If greater than 0, this is the distance away from parts to create a parimeter to wipe when entering.
z_can_be_negative|Z Can Be Negative|CHECK_BOX||Lets the bed leveling code know if the printer can support the z axis going below 0. A printer with min z endstops or software end stops may not be able to.
z_offset|Z Offset|OFFSET|mm|This value will be added to all of the z positions of the created gcode.