Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creality Filaments 1 #5061

Closed
wants to merge 4 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 34 additions & 1 deletion resources/profiles/Creality.ini
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ compatible_printers_condition = printer_notes=~/.*PRINTER_VENDOR_CREALITY.*/

[filament:*PLA*]
inherits = *common*
bed_temperature = 40
bed_temperature = 60
fan_below_layer_time = 100
filament_colour = #FF3232
filament_max_volumetric_speed = 15
Expand Down Expand Up @@ -450,6 +450,39 @@ first_layer_bed_temperature = 70
filament_cost = 24.99
filament_density = 1.27

[filament:Devil Design PLA @CREALITY]
inherits = *PLA*
# alias = Devil Design PLA
filament_vendor = Devil Design
temperature = 215
bed_temperature = 60
first_layer_temperature = 215
first_layer_bed_temperature = 60
filament_cost = 19.00
filament_density = 1.24

[filament:Extrudr PLA NX2 @CREALITY]
inherits = *PLA*
# alias = Extrudr PLA NX2
filament_vendor = Extrudr
temperature = 200
bed_temperature = 60
first_layer_temperature = 205
first_layer_bed_temperature = 60
filament_cost = 23.63
filament_density = 1.3

[filament:Real Filament PLA @CREALITY]
inherits = *PLA*
# alias = Real Filament PLA
filament_vendor = Real Filament
temperature = 195
bed_temperature = 60
first_layer_temperature = 200
first_layer_bed_temperature = 60
filament_cost = 24.99
filament_density = 1.24

# Common printer preset
[printer:*common*]
printer_technology = FFF
Expand Down