Skip to content

Commit

Permalink
update custom settings & icons
Browse files Browse the repository at this point in the history
  • Loading branch information
supermerill committed Feb 4, 2019
1 parent e2fd5f7 commit a0175eb
Show file tree
Hide file tree
Showing 8 changed files with 281 additions and 117 deletions.
Binary file added resources/icons/printers/Basic_Custom_1.75mm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/icons/printers/Creality_CR-10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed resources/icons/printers/Creality_CR10.png
Binary file not shown.
Binary file removed resources/icons/printers/Creality_CR10400.png
Binary file not shown.
Binary file removed resources/icons/printers/Creality_CR10500.png
Binary file not shown.
Binary file modified resources/icons/printers/Creality_ENDER-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
361 changes: 259 additions & 102 deletions resources/profiles/Basic.ini

Large diffs are not rendered by default.

37 changes: 22 additions & 15 deletions resources/profiles/Creality.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ config_update_url =
name = Creality ENDER-3
variants = 0.4; 0.2; 0.6

[printer_model:CR-10]
name = Creality CR-10
variants = 0.4; 0.2; 0.6

# All presets starting with asterisk, for example *common*, are intermediate and they will
# not make it into the user interface.

Expand Down Expand Up @@ -76,7 +80,7 @@ default_print_profile = 0.32mm NORMAL 0.6 nozzle

[printer:*ENDER-3*]
inherits = *common*
bed_shape = 0x-10,220x-10,220x220,0x220
bed_shape = 0x2,220x2,220x220,0x220
max_print_height = 250
printer_model = ENDER-3
machine_max_acceleration_e = 5000
Expand Down Expand Up @@ -464,57 +468,60 @@ start_filament_gcode = "M900 K{if printer_notes=~/.*PRINTER_HAS_BOWDEN.*/}200{el
[filament:PLA Gererique]
inherits = *common*
bed_temperature = 60
bridge_fan_speed = 100
disable_fan_first_layers = 1
fan_always_on = 1
fan_below_layer_time = 100
filament_colour = #FF3232
filament_max_volumetric_speed = 15
filament_type = PLA
filament_density = 1.24
filament_cost = 20
first_layer_bed_temperature = 60
first_layer_temperature = 215
disable_fan_first_layers = 1
fan_always_on = 1
max_fan_speed = 100
min_fan_speed = 100
bridge_fan_speed = 100
top_fan_speed = 100
temperature = 205

[filament:PET Gererique]
inherits = *common*
bed_temperature = 70

bridge_fan_speed = 50
cooling = 0
disable_fan_first_layers = 3
fan_always_on = 1
fan_below_layer_time = 20
filament_colour = #FF8000
filament_max_volumetric_speed = 8
filament_type = PET
filament_density = 1.45
filament_cost = 30
first_layer_bed_temperature =70
first_layer_temperature = 230
max_fan_speed = 30
fan_always_on = 1
max_fan_speed = 40
min_fan_speed = 20


bridge_fan_speed = 100
top_fan_speed = 20
start_filament_gcode = "M900 K{if printer_notes=~/.*PRINTER_HAS_BOWDEN.*/}200{else}45{endif}; Filament gcode"
temperature = 238

[filament:ABS Gererique]
inherits = *common*
bed_temperature = 90

bridge_fan_speed = 30
cooling = 0
disable_fan_first_layers = 3
fan_always_on = 0
fan_below_layer_time = 20
filament_colour = #3A80CA
filament_max_volumetric_speed = 11
filament_ramming_parameters = "120 100 5.70968 6.03226 7 8.25806 9 9.19355 9.3871 9.77419 10.129 10.3226 10.4516 10.5161| 0.05 5.69677 0.45 6.15484 0.95 8.76774 1.45 9.20323 1.95 9.95806 2.45 10.3871 2.95 10.5677 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6"
filament_type = ABS
filament_density = 1.04
filament_cost = 20
first_layer_bed_temperature = 100
first_layer_temperature = 238
fan_always_on = 0
max_fan_speed = 0
min_fan_speed = 0


bridge_fan_speed = 30
top_fan_speed = 0
temperature = 238

0 comments on commit a0175eb

Please sign in to comment.