1
0
mirror of https://github.com/prusa3d/Slic3r-settings.git synced 2025-08-30 00:49:53 +02:00

Added G92 E0.

This commit is contained in:
rtyr
2022-01-31 14:48:34 +01:00
committed by GitHub
parent 3e74df0e4d
commit fc0a2b05d1

View File

@@ -384,7 +384,7 @@ top_solid_infill_speed = 60%
# Common printer preset # Common printer preset
[printer:*common*] [printer:*common*]
before_layer_gcode = ;BEFORE_LAYER_CHANGE\n;[layer_z]\n;{if layer_num == 2 }SET_FILAMENT_SENSOR SENSOR=my_sensor ENABLE=1{endif}\n\n before_layer_gcode = ;BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n;{if layer_num == 2 }SET_FILAMENT_SENSOR SENSOR=my_sensor ENABLE=1{endif}\n\n
between_objects_gcode = between_objects_gcode =
color_change_gcode = M600 color_change_gcode = M600
cooling_tube_length = 5 cooling_tube_length = 5
@@ -453,7 +453,7 @@ printer_variant = 0.4
[printer:*vminion-klipper*] [printer:*vminion-klipper*]
inherits = *common* inherits = *common*
before_layer_gcode = ;BEFORE_LAYER_CHANGE\n;[layer_z]\n;{if layer_num == 2 }SET_FILAMENT_SENSOR SENSOR=my_sensor ENABLE=1{endif}\n\n before_layer_gcode = ;BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n;{if layer_num == 2 }SET_FILAMENT_SENSOR SENSOR=my_sensor ENABLE=1{endif}\n\n
default_filament_profile = "Generic PLA @RatRig" default_filament_profile = "Generic PLA @RatRig"
default_print_profile = 0.20mm NORMAL V-Minion @RatRig default_print_profile = 0.20mm NORMAL V-Minion @RatRig
deretract_speed = 40 deretract_speed = 40