Sync with PrusaSlicer-settings. Updated g-code flavor.
This commit is contained in:
parent
2f0de665b4
commit
5185e760ce
@ -1,3 +1,5 @@
|
|||||||
|
min_slic3r_version = 2.6.0-alpha6
|
||||||
|
1.0.2 Updated g-code flavor and travel accelerations.
|
||||||
min_slic3r_version = 2.4.2
|
min_slic3r_version = 2.4.2
|
||||||
1.0.1 Added 350mm Voron v1 variant. Updated max print heights. Removed redundant v1 volcano nozzle variants.
|
1.0.1 Added 350mm Voron v1 variant. Updated max print heights. Removed redundant v1 volcano nozzle variants.
|
||||||
min_slic3r_version = 2.4.0-beta0
|
min_slic3r_version = 2.4.0-beta0
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
name = Voron
|
name = Voron
|
||||||
# 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 = 1.0.1
|
config_version = 1.0.2
|
||||||
# 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/Voron/
|
config_update_url = https://files.prusa3d.com/wp-content/uploads/repository/PrusaSlicer-settings-master/live/Voron/
|
||||||
|
|
||||||
@ -183,7 +183,8 @@ deretract_speed = 25
|
|||||||
end_gcode = print_end ;end script from macro
|
end_gcode = print_end ;end script from macro
|
||||||
extruder_colour = #FFE3CA
|
extruder_colour = #FFE3CA
|
||||||
extruder_offset = 0x0
|
extruder_offset = 0x0
|
||||||
gcode_flavor = marlin
|
gcode_flavor = klipper
|
||||||
|
autoemit_temperature_commands = 1
|
||||||
layer_gcode = ;AFTER_LAYER_CHANGE\n;[layer_z]
|
layer_gcode = ;AFTER_LAYER_CHANGE\n;[layer_z]
|
||||||
machine_max_acceleration_e = 10000
|
machine_max_acceleration_e = 10000
|
||||||
machine_max_acceleration_extruding = 1500
|
machine_max_acceleration_extruding = 1500
|
||||||
@ -672,7 +673,8 @@ brim_width = 0
|
|||||||
clip_multipart_objects = 1
|
clip_multipart_objects = 1
|
||||||
compatible_printers =
|
compatible_printers =
|
||||||
complete_objects = 0
|
complete_objects = 0
|
||||||
default_acceleration = 3000
|
default_acceleration = 2000
|
||||||
|
travel_acceleration = 3000
|
||||||
dont_support_bridges = 1
|
dont_support_bridges = 1
|
||||||
ensure_vertical_shell_thickness = 1
|
ensure_vertical_shell_thickness = 1
|
||||||
external_perimeters_first = 0
|
external_perimeters_first = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user