mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 15:21:21 -06:00
CONSTRUCT3D Construct 1 & Construct 1 XL print profiles (#4187)
* First stage addition of C1 printers * More updates * Create Construct 1 XL 0.6 nozzle.json * More updates * Updated image format * Added C1 printer * Update CONSTRUCT3D.json * Adding CONSTRUCT3D Printer Files * Update Construct 1 0.4 nozzle.json * Slight formatting change * More Typo Fixes * Even more typo fixes * Fixed Error with nozzle variants * Reversion of accidental changes
This commit is contained in:
parent
0f6cbace22
commit
01b0c87471
25 changed files with 1394 additions and 0 deletions
|
@ -0,0 +1,84 @@
|
|||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM001",
|
||||
"printer_settings_id": "CONSTRUCT3D",
|
||||
"name": "Construct 1 0.4 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_machine_common",
|
||||
"printer_model": "Construct 1",
|
||||
"default_print_profile": "0.22mm Quality @Construct 1",
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"printer_variant": "0.4",
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"230x0",
|
||||
"230x260",
|
||||
"0x260"
|
||||
],
|
||||
"printable_height": "180",
|
||||
"nozzle_type": "hardened_steel",
|
||||
"thumbnails_format": "QOI",
|
||||
"machine_max_acceleration_e": [
|
||||
"9000"
|
||||
],
|
||||
"machine_max_acceleration_extruding": [
|
||||
"9000"
|
||||
],
|
||||
"machine_max_acceleration_retracting": [
|
||||
"9000"
|
||||
],
|
||||
"machine_max_acceleration_travel": [
|
||||
"9000",
|
||||
"1250"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"18000"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"18000"
|
||||
],
|
||||
"machine_max_jerk_e": [
|
||||
"6"
|
||||
],
|
||||
"machine_max_jerk_x": [
|
||||
"25"
|
||||
],
|
||||
"machine_max_jerk_y": [
|
||||
"25"
|
||||
],
|
||||
"machine_max_speed_e": [
|
||||
"100"
|
||||
],
|
||||
"machine_max_speed_x": [
|
||||
"320"
|
||||
],
|
||||
"machine_max_speed_y": [
|
||||
"320"
|
||||
],
|
||||
"machine_max_speed_z": [
|
||||
"40"
|
||||
],
|
||||
"machine_end_gcode": ";Retract the filament\nG92 E1\nG1 E-5 F900\n;Move nozzle fast\nG1 X5 Y258 F15000\n;Move Bed Down\nG1 Z180 F6000\n\n;Set machine to idle\nM104 S0\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nM84 ; disable motors",
|
||||
"machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM106 S0 ; Turn Fan off\nM204 S[machine_max_acceleration_extruding] T[machine_max_acceleration_retracting]\nM190 S[first_layer_bed_temperature] ; set bed temp\nM109 S160 ; set extruder temp\nG28 ; home all\nG1 Z15 F6000 ; move the printer down 15mm\nG1 Y1.0 Z0.3 F4000 ; move print head up\nM109 S[first_layer_temperature] ; set extruder temp\n\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\n;prime the extruder\nG1 X5 Y2 Z0.3 F6000; go to edge of build volume\nG1 X60 E10 F1000 ;gentle purge start\nG1 X110 E25 F1000; heavy purge\nG1 X60;",
|
||||
"max_layer_height": [
|
||||
"0.38"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.08"
|
||||
],
|
||||
"retraction_length": [
|
||||
"0.7"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"65"
|
||||
],
|
||||
"z_hop": [
|
||||
"0.2"
|
||||
],
|
||||
"z_hop_types": [
|
||||
"Auto Lift"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue