Merge pull request #8185 from photodude/patch-1

add G92 E0 to prevent marlin error accumulation BIBO profiles
This commit is contained in:
rtyr 2022-04-11 07:11:25 +02:00 committed by GitHub
commit 61b66949a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,5 @@
min_slic3r_version = 2.3.0-beta2
min_slic3r_version = 2.4.1-beta3
0.0.4 Correct Marlin Error accumulation
0.0.3 Removed obsolete host keys.
min_slic3r_version = 2.2.0-alpha3
0.0.2 General print quality improvements

View File

@ -5,7 +5,7 @@
name = BIBO
# 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.
config_version = 0.0.3
config_version = 0.0.4
# Where to get the updates from?
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_technology = FFF
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 =
deretract_speed = 0 # By setting this value to 0 deretract used the retract_speed
extruder_colour = #FFFF00