orcaslicer/resources/profiles/CONSTRUCT3D/machine/Construct 1 XL 0.6 nozzle.json
Construct3D-AM 394eddd650
Construct 1 XL Start G-code Change (#4336)
* 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

* Update Construct 1 XL 0.6 nozzle.json

Updating to remove suspect lines for new future firmware changes
2024-03-05 22:36:43 +08:00

81 lines
2.4 KiB
JSON

{
"type": "machine",
"setting_id": "GM001",
"printer_settings_id": "CONSTRUCT3D",
"name": "Construct 1 XL 0.6 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_machine_common",
"printer_model": "Construct 1 XL",
"default_print_profile": "0.20mm Quality @Construct 1 XL",
"nozzle_diameter": [
"0.6"
],
"printer_variant": "0.6",
"printable_area": [
"0x0",
"325x0",
"325x370",
"0x370"
],
"printable_height": "400",
"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 Y369 F15000\n;Move Bed Down\nG1 Z400 F6000\n\n;Set machine to idle\nT-1\nM104 S0\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nM84 ; disable motors\n",
"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] T0 ; 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.6"
],
"retraction_length": [
"0.7"
],
"retraction_speed": [
"65"
],
"z_hop": [
"0.2"
],
"z_hop_types": [
"Auto Lift"
]
}