creality.ini: add CR-8
This commit is contained in:
parent
0cfa04fe2f
commit
66a30b8102
@ -221,6 +221,15 @@ bed_model = ender3_bed.stl
|
||||
bed_texture = cr20.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 (Galaxy) @CREALITY; Extrudr PLA NX2 @CREALITY; Real Filament PLA @CREALITY; Velleman PLA @CREALITY; 3DJAKE ecoPLA @CREALITY; 123-3D Jupiter PLA @CREALITY
|
||||
|
||||
#[printer_model:CR8]
|
||||
#name = Creality CR-8
|
||||
#variants = 0.4
|
||||
#technology = FFF
|
||||
#family = CR
|
||||
#bed_model = cr8_bed.stl
|
||||
#bed_texture = cr8.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 (Galaxy) @CREALITY; Extrudr PLA NX2 @CREALITY; Real Filament PLA @CREALITY; Velleman PLA @CREALITY; 3DJAKE ecoPLA @CREALITY; 123-3D Jupiter PLA @CREALITY
|
||||
|
||||
#[printer_model:CRX]
|
||||
#name = Creality CR-X
|
||||
#variants = 0.4
|
||||
@ -1000,6 +1009,13 @@ retract_length = 4
|
||||
printer_model = CR20PRO
|
||||
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_CR20PRO\nPRINTER_HAS_BOWDEN
|
||||
|
||||
#[printer:Creality CR-8]
|
||||
#inherits = Creality Ender-3
|
||||
#bed_shape = 5x5,215x5,215x215,5x215
|
||||
#printer_model = CR8
|
||||
#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_CR8\nPRINTER_HAS_BOWDEN
|
||||
#max_print_height = 210
|
||||
|
||||
#[printer:Creality CR-X]
|
||||
#inherits = Creality Ender-3; *dualextruder*
|
||||
#retract_length = 6,6
|
||||
|
4
resources/profiles/Creality/cr8.svg
Normal file
4
resources/profiles/Creality/cr8.svg
Normal file
@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="210mm" height="210mm" version="1.1" viewBox="0 0 210 210" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x=".25" y=".25" width="209.5" height="209.5" fill="none" stroke="#fff" stroke-width=".5"/>
|
||||
</svg>
|
After Width: | Height: | Size: 251 B |
2774
resources/profiles/Creality/cr8_bed.stl
Normal file
2774
resources/profiles/Creality/cr8_bed.stl
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user