creality.ini: beta support for Ender-7
This commit is contained in:
parent
95c879cf00
commit
3cf1f568d0
@ -86,6 +86,15 @@ bed_model = ender6_bed.stl
|
||||
bed_texture = ender6.svg
|
||||
default_materials = Generic PLA @CREALITY; Generic PETG @CREALITY; Generic ABS @CREALITY; Creality PLA @CREALITY; Prusament PLA @CREALITY; Prusament PETG @CREALITY; AzureFilm PLA @CREALITY; Devil Design PLA @CREALITY; Devil Design PLA Matt @CREALITY; Devil Design PLA Galaxy @CREALITY; Extrudr PLA NX2 @CREALITY; Real Filament PLA @CREALITY; Velleman PLA @CREALITY; 3DJAKE ecoPLA @CREALITY; 3DJAKE ecoPLA Matt @CREALITY; 3DJAKE ecoPLA Tough @CREALITY; 123-3D Jupiter PLA @CREALITY
|
||||
|
||||
[printer_model:ENDER7]
|
||||
name = Creality Ender-7
|
||||
variants = 0.4
|
||||
technology = FFF
|
||||
family = ENDER
|
||||
bed_model = ender7_bed.stl
|
||||
bed_texture = ender7.svg
|
||||
default_materials = Generic PLA @CREALITY; Generic PETG @CREALITY; Generic ABS @CREALITY; Creality PLA @CREALITY; Prusament PLA @CREALITY; Prusament PETG @CREALITY; AzureFilm PLA @CREALITY; Devil Design PLA @CREALITY; Devil Design PLA Matt @CREALITY; Devil Design PLA Galaxy @CREALITY; Extrudr PLA NX2 @CREALITY; Real Filament PLA @CREALITY; Velleman PLA @CREALITY; 3DJAKE ecoPLA @CREALITY; 3DJAKE ecoPLA Matt @CREALITY; 3DJAKE ecoPLA Tough @CREALITY; 123-3D Jupiter PLA @CREALITY
|
||||
|
||||
[printer_model:ENDER2]
|
||||
name = Creality Ender-2
|
||||
variants = 0.4
|
||||
@ -969,6 +978,13 @@ max_print_height = 400
|
||||
printer_model = ENDER6
|
||||
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_ENDER6\nPRINTER_HAS_BOWDEN
|
||||
|
||||
[printer:Creality Ender-7]
|
||||
inherits = *common*; *descendingz*
|
||||
bed_shape = 5x5,245x5,245x245,5x245
|
||||
max_print_height = 300
|
||||
printer_model = ENDER7
|
||||
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_ENDER7\nPRINTER_HAS_BOWDEN
|
||||
|
||||
[printer:Creality Ender-2]
|
||||
inherits = *common*
|
||||
renamed_from = "Creality ENDER-2"
|
||||
|
4
resources/profiles/Creality/ender7.svg
Normal file
4
resources/profiles/Creality/ender7.svg
Normal file
@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="240mm" height="240mm" version="1.1" viewBox="0 0 240 240" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x=".25" y=".25" width="239.5" height="239.5" fill="none" stroke="#fff" stroke-width=".5"/>
|
||||
</svg>
|
After Width: | Height: | Size: 251 B |
BIN
resources/profiles/Creality/ender7_bed.stl
Normal file
BIN
resources/profiles/Creality/ender7_bed.stl
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user