Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrtyr <36745189+rtyr@users.noreply.github.com>2022-01-31 16:44:43 +0300
committerGitHub <noreply@github.com>2022-01-31 16:44:43 +0300
commit1fe9e5231b4c67d9fd3f3c697bf5139e4f8bb4a9 (patch)
tree1b8122a58f5ee61b9bcc8bb5cfb39e7dbf42e7c4 /resources
parentba82cfa9e36700cecfdc40c52245cdb083a9c73e (diff)
Added G92 E0.
Diffstat (limited to 'resources')
-rw-r--r--resources/profiles/Jubilee.ini1
-rw-r--r--resources/profiles/RatRig.ini4
-rw-r--r--resources/profiles/Voron.ini2
3 files changed, 4 insertions, 3 deletions
diff --git a/resources/profiles/Jubilee.ini b/resources/profiles/Jubilee.ini
index 477b6a1e3..d9ab64bd7 100644
--- a/resources/profiles/Jubilee.ini
+++ b/resources/profiles/Jubilee.ini
@@ -498,6 +498,7 @@ use_volumetric_e = 0
variable_layer_height = 0
wipe = 0,0
z_offset = 0
+before_layer_gcode = ;BEFORE_LAYER_CHANGE\nG92 E0
default_filament_profile = "Generic PLA @Jubilee; Generic PLA @Jubilee"
default_print_profile = 0.2mm V6, aesthetic @Jubilee
diff --git a/resources/profiles/RatRig.ini b/resources/profiles/RatRig.ini
index ff18030d3..69379e781 100644
--- a/resources/profiles/RatRig.ini
+++ b/resources/profiles/RatRig.ini
@@ -384,7 +384,7 @@ top_solid_infill_speed = 60%
# Common printer preset
[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 =
color_change_gcode = M600
cooling_tube_length = 5
@@ -453,7 +453,7 @@ printer_variant = 0.4
[printer:*vminion-klipper*]
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_print_profile = 0.20mm NORMAL V-Minion @RatRig
deretract_speed = 40
diff --git a/resources/profiles/Voron.ini b/resources/profiles/Voron.ini
index fb024870a..cd0fbd2d9 100644
--- a/resources/profiles/Voron.ini
+++ b/resources/profiles/Voron.ini
@@ -168,7 +168,7 @@ default_print_profile = 0.4mm 1.2nozzle
# Common printer preset
[printer:*common*]
printer_technology = FFF
-before_layer_gcode = ;BEFORE_LAYER_CHANGE\n;[layer_z]\n\n
+before_layer_gcode = ;BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n
between_objects_gcode =
deretract_speed = 25
end_gcode = print_end ;end script from macro