creality.ini: add 3DJAKE ecoPLA filament
print temperature based on a temperature tower test going lower than 200C doesn't seem to give many benefits going higher than 200C seems to produce slightly worse overhangs, which becomes particularly noticeable at 210C Offical pricing from the vendor is 21.99EUR per 1KG roll
This commit is contained in:
parent
f4203e6509
commit
590ea85de5
1 changed files with 10 additions and 0 deletions
|
@ -499,6 +499,16 @@ first_layer_bed_temperature = 60
|
|||
filament_cost = 27.99
|
||||
filament_density = 1.24
|
||||
|
||||
[filament:3DJAKE ecoPLA @CREALITY]
|
||||
inherits = *PLA*
|
||||
filament_vendor = 3DJAKE
|
||||
temperature = 200
|
||||
bed_temperature = 60
|
||||
first_layer_temperature = 205
|
||||
first_layer_bed_temperature = 60
|
||||
filament_cost = 21.99
|
||||
filament_density = 1.24
|
||||
|
||||
# Common printer preset
|
||||
[printer:*common*]
|
||||
printer_technology = FFF
|
||||
|
|
Loading…
Reference in a new issue