diff options
author | P. J. McDermott <pj@pehjota.net> | 2017-08-16 19:09:49 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2017-08-20 21:56:31 (EDT) |
commit | 5199c53998fcb5c64747fb22e1482c9c2cf14d6e (patch) | |
tree | 61b6e133991a566a1114f79f3a5dd677b2d4480b /.Slic3r/printer | |
parent | c5ac3002f44f0560e2afad479b01f47483a8996c (diff) | |
download | slic3r-5199c53998fcb5c64747fb22e1482c9c2cf14d6e.zip slic3r-5199c53998fcb5c64747fb22e1482c9c2cf14d6e.tar.gz slic3r-5199c53998fcb5c64747fb22e1482c9c2cf14d6e.tar.bz2 |
printer: Reduce bed size and restore Z offset to 0
Diffstat (limited to '.Slic3r/printer')
-rw-r--r-- | .Slic3r/printer/LulzBot Mini.ini | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.Slic3r/printer/LulzBot Mini.ini b/.Slic3r/printer/LulzBot Mini.ini index 0b390fb..fe98a01 100644 --- a/.Slic3r/printer/LulzBot Mini.ini +++ b/.Slic3r/printer/LulzBot Mini.ini @@ -1,5 +1,5 @@ -# generated by Slic3r 1.2.9 on Tue Aug 15 15:26:07 2017 -bed_shape = -2x-2,156x-2,156x156,-2x156 +# generated by Slic3r 1.2.9 on Wed Aug 16 19:09:49 2017 +bed_shape = -2x-2,152x-2,152x152,-2x152 before_layer_gcode = end_gcode = ; Begin LulzBot Mini end sequence\nM400 ; wait for current moves to finish (clear buffer)\nM104 S0 ; Hotend off\nM140 S0 ; heated bed heater off (if you have it)\nM107 ; fans off\nG92 E5 ; set extruder to 5mm for retract on print end\nG1 X5 Y5 Z156 E0 F10000 ; move to cooling positioning\nM190 R50 ; wait for bed to cool\nM140 S0 ; turn off bed temp\nG1 X145 Y175 Z156 F1000 ; move to cooling positioning\nM84 ; steppers off\nG90 ; absolute positioning\n; End LulzBot Mini end sequence\n extruder_offset = 0x0 @@ -24,4 +24,4 @@ use_relative_e_distances = 0 use_volumetric_e = 0 vibration_limit = 0 wipe = 0 -z_offset = 0.1 +z_offset = 0 |