mirror of
https://github.com/prusa3d/Slic3r-settings.git
synced 2025-09-03 11:02:53 +02:00
Changed the filament start G-code to implement different linear advance for multiple printer types.
This commit is contained in:
@@ -23,5 +23,5 @@ max_fan_speed = 30
|
||||
min_fan_speed = 10
|
||||
min_print_speed = 5
|
||||
slowdown_below_layer_time = 10
|
||||
start_filament_gcode = "M900 K30 ; Filament gcode"
|
||||
start_filament_gcode = "M900 K{if printer_preset=="Original Prusa i3 MK2 MultiMaterial"}200{else}30{endif}; Filament gcode"
|
||||
temperature = 270
|
||||
|
Reference in New Issue
Block a user