1
0
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:
jindrichbenes
2017-11-27 09:45:38 +01:00
parent 7a4898a911
commit 0509ae6a53
18 changed files with 18 additions and 18 deletions

View File

@@ -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