creality.ini: add safe zone for Ender-3 V2

This commit is contained in:
Pascal de Bruijn 2021-02-18 19:06:03 +01:00
parent fbd8d57adc
commit 138501338c
3 changed files with 2781 additions and 3 deletions

View File

@ -37,8 +37,8 @@ name = Creality Ender-3 V2
variants = 0.4
technology = FFF
family = ENDER
bed_model = ender3_bed.stl
bed_texture = ender3.svg
bed_model = ender3v2_bed.stl
bed_texture = ender3v2.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:ENDER3MAX]
@ -832,7 +832,7 @@ printer_model = ENDER3BLTOUCH
inherits = Creality Ender-3
renamed_from = "Creality Ender-3V2"
printer_model = ENDER3V2
bed_shape = 0x0,220x0,220x220,0x220
bed_shape = 5x0,215x0,215x220,5x220
#[printer:Creality Ender-3 Max]
#inherits = Creality Ender-3

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="210mm" height="220mm" version="1.1" viewBox="0 0 210 220" xmlns="http://www.w3.org/2000/svg">
<rect x=".25" y=".25" width="209.5" height="219.5" fill="none" stroke="#fff" stroke-width=".5"/>
</svg>

After

Width:  |  Height:  |  Size: 251 B

File diff suppressed because it is too large Load Diff