add G92 E0 to prevent marlin error accumulation
As of PrusaSlicer 2.4.1 we need to add G92 E0 to layer change to prevent error accumulation in marlin firmware and relative extrusion. tThis also eliminates the "error" notice in the slicer. https://github.com/prusa3d/PrusaSlicer/releases/tag/version_2.4.1-beta3
This commit is contained in:
parent
a4435d214f
commit
0d781b38e8
@ -5,7 +5,7 @@
|
|||||||
name = BIBO
|
name = BIBO
|
||||||
# Configuration version of this file. Config file will only be installed, if the config_version differs.
|
# Configuration version of this file. Config file will only be installed, if the config_version differs.
|
||||||
# This means, the server may force the PrusaSlicer configuration to be downgraded.
|
# This means, the server may force the PrusaSlicer configuration to be downgraded.
|
||||||
config_version = 0.0.3
|
config_version = 0.0.4
|
||||||
# Where to get the updates from?
|
# Where to get the updates from?
|
||||||
config_update_url = https://files.prusa3d.com/wp-content/uploads/repository/PrusaSlicer-settings-master/live/BIBO/
|
config_update_url = https://files.prusa3d.com/wp-content/uploads/repository/PrusaSlicer-settings-master/live/BIBO/
|
||||||
|
|
||||||
@ -694,7 +694,7 @@ cooling = 1
|
|||||||
[printer:*common*]
|
[printer:*common*]
|
||||||
printer_technology = FFF
|
printer_technology = FFF
|
||||||
bed_shape = -107x-93,107x-93,107x93,-107x93
|
bed_shape = -107x-93,107x-93,107x93,-107x93
|
||||||
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 =
|
between_objects_gcode =
|
||||||
deretract_speed = 0 # By setting this value to 0 deretract used the retract_speed
|
deretract_speed = 0 # By setting this value to 0 deretract used the retract_speed
|
||||||
extruder_colour = #FFFF00
|
extruder_colour = #FFFF00
|
||||||
|
Loading…
Reference in New Issue
Block a user