mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-10 14:02:47 +00:00
* v2 updated profiles and fixes * Add files via upload fixing timelaps error * Add files via upload fix timelapses * syntax fix * fixing profil errors * Add files via upload fixing * Add files via upload fixing errors * fixing syntax errors * Add files via upload syntax fix * Add files via upload naming fix * Update SPARKX startgcode * Update SPARKX i7 startgcode * Update SPARKX i7 startgcode * Update SPARKX i7 startgcode * delete old file dublicates * SparkX gcode fix * indentation fix * name changes of printers and deleted 2025 versions * syntax fix * fixes * fixes * profil name fixes and syntax * fixed naming restored old names, renamed Ender 3 S1 Sonic, fixed Creality.json - used original formating and fixed the printer list order * syntax * Add files via upload syntax, formating * differences fix fixing deleted lines in creality.json * differences fix in creality.json * Update Creality CR-10 SE.json * Update Creality CR-10 V3.json * Update Creality CR-6 Max.json * Update Creality CR-10 V3.json * Update Creality CR-6 SE.json * Update Creality Ender-3 Pro.json * Update Creality Ender-3 S1 Plus.json * Update Creality Ender-3 V3 KE.json * Update Creality Ender-3.json * Update Creality Ender-5 Pro (2019).json * Update Creality K1 Max.json * Update Creality K1.json * Update Creality K1C.json * Update Creality K2 Plus.json * Update Creality K2 Pro.json * Update Creality K2.json * filament and process files formating and fixes form comments * formating fixes * 0 value fix * combine filament profiles * fix deleted filament * machine files formatting * machine files formatting * Update Creality Hi.json change bed type * Update bed type Creality Ender-5 Max.json * chore(profiles/Creality): update SPARKX i7 process names Update the profile names according to the existing ones, according to layer height vs nozzle diameter: - 0.10mm @ 0.2: "HighDetail" - 0.08mm @ 0.4: "SuperDetail" - 0.12mm @ 0.4: "Fine" - 0.16mm @ 0.4: "Optimal" - 0.20mm @ 0.4: "Standard" (maintained) - 0.24mm @ 0.4: "Draft" - 0.28mm @ 0.4: "SuperDraft" - 0.30mm @ 0.6: "Standard" (maintained) - 0.40mm @ 0.8: "Standard" (maintained) This leaves the "HueForge" one untouched, that's it's own setting. * chore(profiles/Creality): update machine with new process name Matches the default process for the 0.2 nozzle to the renamed process. * chore(profiles/Creality): update processes on `Creality.json` Update the main `Creality.json` manifest with the updated process (file) names. * Update Creality K1 Max (0.4 nozzle).json * Update Creality K1 Max (0.6 nozzle).json * Update Creality K1 Max (0.8 nozzle).json * delete cr30 and k1 se naming fix * Update 0.20mm Standard @Creality K1 SE 0.4.json * Update Creality.json delete duplicat entry * fixed formatting * split PR * formatting fixes * settings id instead of filament id delete * Delete Creality.json in wrong location * delete filament id * Update Creality SPARKX i7 0.2 nozzle.json * Update Creality SPARKX i7 0.4 nozzle.json * Update Creality SPARKX i7 0.6 nozzle.json * Update Creality SPARKX i7 0.8 nozzle.json * delete ender 5 files * delete ender 5 max files * adding ender 5 max files * Update Creality Hi 0.6 nozzle.json * fixes from comments * fixes from comments * fixes from comments and adding filamentid back * tabs formatting fixes * fixes * K1C fixes and printer_structure delete undefined * formatting * fixes from comments * fixes from comments * use original pictures * naming fixes, Default Filament profile and Filaments fixed * match order of key process files * match order in Creality.json and fix Profile error * order of printers in menu fix and max accel warning fixed * revert back fixes for warnings * fix duplicate keys from resolving merging conflicts --------- Co-authored-by: Alys Andreollo <3528187+alysandreollo@users.noreply.github.com> Co-authored-by: SoftFever <softfeverever@gmail.com>
121 lines
2.8 KiB
JSON
121 lines
2.8 KiB
JSON
{
|
|
"type": "machine",
|
|
"name": "fdm_machine_common",
|
|
"from": "system",
|
|
"instantiation": "false",
|
|
"printer_technology": "FFF",
|
|
"deretraction_speed": [
|
|
"40"
|
|
],
|
|
"extruder_colour": [
|
|
"#FCE94F"
|
|
],
|
|
"extruder_offset": [
|
|
"0x0"
|
|
],
|
|
"gcode_flavor": "marlin",
|
|
"silent_mode": "0",
|
|
"support_chamber_temp_control": "0",
|
|
"support_air_filtration": "0",
|
|
"machine_max_acceleration_e": [
|
|
"5000"
|
|
],
|
|
"machine_max_acceleration_extruding": [
|
|
"10000"
|
|
],
|
|
"machine_max_acceleration_retracting": [
|
|
"1000"
|
|
],
|
|
"machine_max_acceleration_x": [
|
|
"10000"
|
|
],
|
|
"machine_max_acceleration_y": [
|
|
"10000"
|
|
],
|
|
"machine_max_acceleration_z": [
|
|
"500"
|
|
],
|
|
"machine_max_speed_e": [
|
|
"60"
|
|
],
|
|
"machine_max_speed_x": [
|
|
"500"
|
|
],
|
|
"machine_max_speed_y": [
|
|
"500"
|
|
],
|
|
"machine_max_speed_z": [
|
|
"10"
|
|
],
|
|
"machine_max_jerk_e": [
|
|
"5"
|
|
],
|
|
"machine_max_jerk_x": [
|
|
"8"
|
|
],
|
|
"machine_max_jerk_y": [
|
|
"8"
|
|
],
|
|
"machine_max_jerk_z": [
|
|
"0.4"
|
|
],
|
|
"machine_min_extruding_rate": [
|
|
"0"
|
|
],
|
|
"machine_min_travel_rate": [
|
|
"0"
|
|
],
|
|
"max_layer_height": [
|
|
"0.32"
|
|
],
|
|
"min_layer_height": [
|
|
"0.08"
|
|
],
|
|
"printable_height": "250",
|
|
"extruder_clearance_radius": "65",
|
|
"extruder_clearance_height_to_rod": "36",
|
|
"extruder_clearance_height_to_lid": "140",
|
|
"nozzle_diameter": [
|
|
"0.4"
|
|
],
|
|
"printer_settings_id": "",
|
|
"printer_variant": "0.4",
|
|
"retraction_minimum_travel": [
|
|
"2"
|
|
],
|
|
"retract_before_wipe": [
|
|
"70%"
|
|
],
|
|
"retract_when_changing_layer": [
|
|
"1"
|
|
],
|
|
"retraction_length": [
|
|
"5"
|
|
],
|
|
"retract_length_toolchange": [
|
|
"1"
|
|
],
|
|
"z_hop": [
|
|
"0"
|
|
],
|
|
"retract_restart_extra": [
|
|
"0"
|
|
],
|
|
"retract_restart_extra_toolchange": [
|
|
"0"
|
|
],
|
|
"retraction_speed": [
|
|
"60"
|
|
],
|
|
"single_extruder_multi_material": "1",
|
|
"change_filament_gcode": "",
|
|
"wipe": [
|
|
"1"
|
|
],
|
|
"z_hop_types": "Normal Lift",
|
|
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n",
|
|
"default_print_profile": "0.16mm Optimal @Bambu Lab X1 Carbon 0.4 nozzle",
|
|
"machine_start_gcode": "G0 Z20 F9000\nG92 E0; G1 E-10 F1200\nG28\nM970 Q1 A10 B10 C130 K0\nM970 Q1 A10 B131 C250 K1\nM974 Q1 S1 P0\nM970 Q0 A10 B10 C130 H20 K0\nM970 Q0 A10 B131 C250 K1\nM974 Q0 S1 P0\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG29 ;Home\nG90;\nG92 E0 ;Reset Extruder \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nM109 S205;\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder \nG1 X110 Y110 Z2.0 F3000 ;Move Z Axis up",
|
|
"machine_end_gcode": "M400 ; wait for buffer to clear\nG92 E0 ; zero the extruder\nG1 E-4.0 F3600; retract \nG91\nG1 Z3;\nM104 S0 ; turn off hotend\nM140 S0 ; turn off bed\nM106 S0 ; turn off fan\nG90 \nG0 X110 Y200 F3600 \nprint_end"
|
|
}
|