Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
change a the start g-code you must be running the community firmware for the printer to understand the new start code
  • Loading branch information
bhast2 authored Jul 25, 2023
1 parent 2c1fcd8 commit c462cb2
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 9 deletions.
18 changes: 12 additions & 6 deletions Creality CR-6.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,17 +186,20 @@
"name": "fdm_creality_common",
"sub_path": "machine/fdm_creality_common.json"
},
{ "name": "Creality CR 6 SE 0.2 nozzle",
{
"name": "Creality CR 6 SE 0.2 nozzle",
"sub_path": "machine/Creality CR 6 SE 0.2 nozzle.json"
},
{ "name": "Creality CR 6 SE 0.3 nozzle",
{
"name": "Creality CR 6 SE 0.3 nozzle",
"sub_path": "machine/Creality CR 6 SE 0.3 nozzle.json"
},
{
"name": "Creality CR 6 SE 0.4 nozzle",
"sub_path": "machine/Creality CR 6 SE 0.4 nozzle.json"
},
{ "name": "Creality CR 6 SE 0.5 nozzle",
{
"name": "Creality CR 6 SE 0.5 nozzle",
"sub_path": "machine/Creality CR 6 SE 0.5 nozzle.json"
},
{
Expand All @@ -207,7 +210,8 @@
"name": "Creality CR 6 SE 0.8 nozzle",
"sub_path": "machine/Creality CR 6 SE 0.8 nozzle.json"
},
{ "name": "Creality CR 6 SE 1.0 nozzle",
{
"name": "Creality CR 6 SE 1.0 nozzle",
"sub_path": "machine/Creality CR 6 SE 1.0 nozzle.json"
},
{
Expand All @@ -226,10 +230,12 @@
"name": "Creality CR 6 Max 0.5 nozzle",
"sub_path": "machine/Creality CR 6 Max 0.5 nozzle.json"
},
{ "name": "Creality CR 6 Max 0.6 nozzle",
{
"name": "Creality CR 6 Max 0.6 nozzle",
"sub_path": "machine/Creality CR 6 Max 0.6 nozzle.json"
},
{ "name": "Creality CR 6 Max 0.8 nozzle",
{
"name": "Creality CR 6 Max 0.8 nozzle",
"sub_path": "machine/Creality CR 6 Max 0.8 nozzle.json"
},
{
Expand Down
Binary file not shown.
4 changes: 2 additions & 2 deletions Creality CR-6/filament/fdm_filament_pla.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"60"
],
"nozzle_temperature_initial_layer": [
"220"
"205"
],
"reduce_fan_stop_start_freq": [
"1"
Expand All @@ -68,7 +68,7 @@
"1"
],
"nozzle_temperature": [
"220"
"205"
],
"temperature_vitrification": [
"60"
Expand Down
3 changes: 2 additions & 1 deletion Creality CR-6/machine/Creality CR 6 SE.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"nozzle_diameter": "0.2;0.3;0.4;0.5;0.6;0.8;1.0",
"machine_tech": "FFF",
"family": "Creality",
"bed_texture": "creality_cr6se_buildplate_texture.png",
"bed_texture": "creality_cr6se_buildplate_texture.png",
"bed_model": "creality_CR_6_SE_buildplate_model.stl",
"hotend_model": "",
"default_materials": "CR6 Generic PLA;CR6 Generic PETG;CR6 Generic ABS"
}

0 comments on commit c462cb2

Please sign in to comment.