mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-06 03:36:03 +08:00
Extrusion multiply is the inverse of packing density
This commit is contained in:
parent
22291be50e
commit
ad36fa9132
@ -73,7 +73,7 @@ def getSliceCommand(filename):
|
||||
'--gcode-flavor', 'reprap',
|
||||
'--gcode-comments',
|
||||
'--filament-diameter', profile.getProfileSetting('filament_diameter'),
|
||||
'--extrusion-multiplier', profile.getProfileSetting('filament_density'),
|
||||
'--extrusion-multiplier', str(1.0 / float(profile.getProfileSetting('filament_density'))),
|
||||
'--temperature', profile.getProfileSetting('print_temperature'),
|
||||
'--travel-speed', profile.getProfileSetting('travel_speed'),
|
||||
'--perimeter-speed', profile.getProfileSetting('print_speed'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user