creality.ini: add CR-200B
This commit is contained in:
parent
2d762ec320
commit
19ba6f1492
3 changed files with 2792 additions and 0 deletions
|
@ -230,6 +230,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:CR200B]
|
||||
#name = Creality CR-200B
|
||||
#variants = 0.4
|
||||
#technology = FFF
|
||||
#family = CR
|
||||
#bed_model = cr200b_bed.stl
|
||||
#bed_texture = cr200b.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
|
||||
|
@ -1006,6 +1015,11 @@ 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-200B]
|
||||
#inherits = *common*
|
||||
#printer_model = CR200B
|
||||
#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_CR200B\nPRINTER_HAS_BOWDEN
|
||||
|
||||
#[printer:Creality CR-8]
|
||||
#inherits = *common*
|
||||
#bed_shape = 5x5,215x5,215x215,5x215
|
||||
|
|
4
resources/profiles/Creality/cr200b.svg
Normal file
4
resources/profiles/Creality/cr200b.svg
Normal file
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="190mm" height="190mm" version="1.1" viewBox="0 0 190 190" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x=".25" y=".25" width="189.5" height="189.5" fill="none" stroke="#fff" stroke-width=".5"/>
|
||||
</svg>
|
After Width: | Height: | Size: 251 B |
2774
resources/profiles/Creality/cr200b_bed.stl
Normal file
2774
resources/profiles/Creality/cr200b_bed.stl
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue