mirror of
https://github.com/prusa3d/Slic3r-settings.git
synced 2025-08-29 17:00:07 +02:00
Added G92 E0.
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user