-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
47 additions
and
4 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
Slicer profiles/OrcaSlicer/Rolohaun/machine/Rook MK1 0.4 nozzle.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters