Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanrog committed Jan 2, 2024
1 parent c0414bb commit 63cf505
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 4 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "machine",
"setting_id": "GM003",
"setting_id": "GM004",
"name": "Rook 2020 MK1 0.4 nozzle",
"from": "system",
"instantiation": "true",
Expand All @@ -20,8 +20,8 @@
"0x120"
],
"printable_height": "110",
"machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nG28",
"machine_end_gcode": "; config end gcode\nM104 S0\nM140 S0\n;Retract the filament\nG92 E1\nG1 E-1 F300\nG28 X0 Y0\nM84",
"machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nSTART_PRINT T_EXTRUDER=[nozzle_temperature_initial_layer] T_BED=[bed_temperature_initial_layer_single]\n",
"machine_end_gcode": "END_PRINT",
"layer_change_gcode": "",
"scan_first_layer": "0",
"nozzle_type": "hardened_steel",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"type": "machine",
"setting_id": "GM003",
"name": "Rook MK1 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_machine_common",
"printer_model": "Rook MK1",
"default_print_profile": "0.20mm Standard @Rolohaun",
"nozzle_diameter": [
"0.4"
],
"bed_exclude_area": [
"0x0"
],
"printable_area": [
"0x0",
"110x0",
"110x110",
"0x110"
],
"printable_height": "110",
"machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nSTART_PRINT T_EXTRUDER=[nozzle_temperature_initial_layer] T_BED=[bed_temperature_initial_layer_single]\n",
"machine_end_gcode": "END_PRINT",
"layer_change_gcode": "",
"scan_first_layer": "0",
"nozzle_type": "hardened_steel",
"auxiliary_fan": "0"
}

12 changes: 12 additions & 0 deletions Slicer profiles/OrcaSlicer/Rolohaun/machine/Rook MK1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"type": "machine_model",
"name": "Rook MK1",
"model_id": "Rook-MK1",
"nozzle_diameter": "0.4",
"machine_tech": "FFF",
"family": "Rolohaun",
"bed_model": "printbed-rook-120.stl",
"bed_texture": "bedtexture-rook-white-120.png",
"hotend_model": "",
"default_materials": "Rolohaun Generic ABS;Rolohaun Generic PLA;Rolohaun Generic PLA-CF;Rolohaun Generic PETG;Rolohaun Generic TPU;Rolohaun Generic ASA;Rolohaun Generic PC;Rolohaun Generic PVA;Rolohaun Generic PA;Rolohaun Generic PA-CF"
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"inherits": "fdm_process_common",
"layer_height": "0.06",
"compatible_printers": [
"Rook 2020 MK1 0.4 nozzle"
"Rook 2020 MK1 0.4 nozzle",
"Rook MK1 0.4 nozzle"
]
}

0 comments on commit 63cf505

Please sign in to comment.