mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-25 23:57:42 +08:00
creality.ini: add Ender-5
This commit is contained in:
parent
925900f235
commit
7b10e467cd
@ -32,6 +32,15 @@ bed_model = ender3_bed.stl
|
|||||||
bed_texture = ender3.svg
|
bed_texture = ender3.svg
|
||||||
default_materials = Creality PLA @CREALITY; Generic PLA @CREALITY; Generic PETG @CREALITY; Generic ABS @CREALITY; Prusament PLA @CREALITY; Prusament PETG @CREALITY
|
default_materials = Creality PLA @CREALITY; Generic PLA @CREALITY; Generic PETG @CREALITY; Generic ABS @CREALITY; Prusament PLA @CREALITY; Prusament PETG @CREALITY
|
||||||
|
|
||||||
|
[printer_model:ENDER5]
|
||||||
|
name = Creality Ender-5
|
||||||
|
variants = 0.4
|
||||||
|
technology = FFF
|
||||||
|
family = ENDER
|
||||||
|
bed_model = ender3_bed.stl
|
||||||
|
bed_texture = ender3.svg
|
||||||
|
default_materials = Creality PLA @CREALITY; Generic PLA @CREALITY; Generic PETG @CREALITY; Generic ABS @CREALITY; Prusament PLA @CREALITY; Prusament PETG @CREALITY
|
||||||
|
|
||||||
[printer_model:ENDER5PLUS]
|
[printer_model:ENDER5PLUS]
|
||||||
name = Creality Ender-5 Plus
|
name = Creality Ender-5 Plus
|
||||||
variants = 0.4
|
variants = 0.4
|
||||||
@ -547,13 +556,24 @@ end_gcode = M104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; t
|
|||||||
[printer:*abl*]
|
[printer:*abl*]
|
||||||
start_gcode = G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S150 ; set extruder temp for auto bed leveling\nM140 S[first_layer_bed_temperature] ; set bed temp\nG28 ; home all\nG29 ; auto bed levelling\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[first_layer_temperature] ; set extruder temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nG1 Z0.28 F240\nG92 E0.0\nG1 Y190 E15.0 F1500.0 ; intro line\nG1 X2.3 F5000\nG1 Y10 E15.0 F1200.0 ; intro line\nG92 E0.0
|
start_gcode = G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S150 ; set extruder temp for auto bed leveling\nM140 S[first_layer_bed_temperature] ; set bed temp\nG28 ; home all\nG29 ; auto bed levelling\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[first_layer_temperature] ; set extruder temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nG1 Z0.28 F240\nG92 E0.0\nG1 Y190 E15.0 F1500.0 ; intro line\nG1 X2.3 F5000\nG1 Y10 E15.0 F1200.0 ; intro line\nG92 E0.0
|
||||||
|
|
||||||
|
[printer:*invertedz*]
|
||||||
|
end_gcode = M104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\n{if layer_z < max_print_height}G1 Z{z_offset+min(layer_z+5, max_print_height)} F600{endif} ; Move print head up\nG1 X50 Y50 F3000 ; present print\n{if layer_z < max_print_height-10}G1 Z{z_offset+max_print_height-10} F600{endif} ; Move print head up\nM84 X Y E ; disable motors
|
||||||
|
|
||||||
[printer:Creality Ender-3 BLTouch]
|
[printer:Creality Ender-3 BLTouch]
|
||||||
inherits = Creality Ender-3; *abl*
|
inherits = Creality Ender-3; *abl*
|
||||||
renamed_from = "Creality ENDER-3 BLTouch"
|
renamed_from = "Creality ENDER-3 BLTouch"
|
||||||
printer_model = ENDER3BLTOUCH
|
printer_model = ENDER3BLTOUCH
|
||||||
|
|
||||||
|
[printer:Creality Ender-5]
|
||||||
|
inherits = Creality Ender-3; *invertedz*
|
||||||
|
retract_length = 6
|
||||||
|
bed_shape = 5x2.5,225x2.5,225x222.5,5x222.5
|
||||||
|
printer_model = ENDER5
|
||||||
|
printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_CREALITY\nPRINTER_MODEL_ENDER5\nPRINTER_HAS_BOWDEN
|
||||||
|
max_print_height = 300
|
||||||
|
|
||||||
[printer:Creality Ender-5 Plus]
|
[printer:Creality Ender-5 Plus]
|
||||||
inherits = Creality Ender-3; *abl*
|
inherits = Creality Ender-3; *abl*; *invertedz*
|
||||||
retract_length = 6
|
retract_length = 6
|
||||||
bed_shape = 5x5,355x5,355x355,5x355
|
bed_shape = 5x5,355x5,355x355,5x355
|
||||||
printer_model = ENDER5PLUS
|
printer_model = ENDER5PLUS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user