mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-29 17:25:34 +00:00
Compare commits
2 Commits
a6f8245241
...
538016df16
Author | SHA1 | Date | |
---|---|---|---|
538016df16 | |||
776978c0f9 |
@ -0,0 +1,5 @@
|
||||
sync_info = create
|
||||
user_id =
|
||||
setting_id =
|
||||
base_id = GM001
|
||||
updated_time = 1695585702
|
@ -0,0 +1,86 @@
|
||||
{
|
||||
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;{layer_z}\n\n",
|
||||
"from": "User",
|
||||
"inherits": "MyKlipper 0.4 nozzle",
|
||||
"is_custom_defined": "0",
|
||||
"machine_end_gcode": "END_PRINT",
|
||||
"machine_max_acceleration_extruding": [
|
||||
"500",
|
||||
"20000"
|
||||
],
|
||||
"machine_max_acceleration_retracting": [
|
||||
"1000",
|
||||
"5000"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"500",
|
||||
"20000"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"500",
|
||||
"20000"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"100",
|
||||
"200"
|
||||
],
|
||||
"machine_max_jerk_e": [
|
||||
"5",
|
||||
"2.5"
|
||||
],
|
||||
"machine_max_jerk_x": [
|
||||
"8",
|
||||
"9"
|
||||
],
|
||||
"machine_max_jerk_y": [
|
||||
"8",
|
||||
"9"
|
||||
],
|
||||
"machine_max_jerk_z": [
|
||||
"0.4",
|
||||
"0.4"
|
||||
],
|
||||
"machine_max_speed_e": [
|
||||
"60",
|
||||
"25"
|
||||
],
|
||||
"machine_max_speed_z": [
|
||||
"10",
|
||||
"12"
|
||||
],
|
||||
"machine_start_gcode": "START_PRINT BED_TEMP=[bed_temperature_initial_layer_single] EXTRUDER_TEMP=[nozzle_temperature_initial_layer]",
|
||||
"max_layer_height": [
|
||||
"0.48"
|
||||
],
|
||||
"name": "CR-10s 0.25 nozzle",
|
||||
"nozzle_diameter": [
|
||||
"0.25"
|
||||
],
|
||||
"nozzle_type": "brass",
|
||||
"print_host": "192.168.1.5",
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"300x0",
|
||||
"300x300",
|
||||
"0x300"
|
||||
],
|
||||
"printable_height": "400",
|
||||
"printer_settings_id": "CR-10s 0.25 nozzle",
|
||||
"retract_length_toolchange": [
|
||||
"1"
|
||||
],
|
||||
"retraction_length": [
|
||||
"0.5"
|
||||
],
|
||||
"retraction_minimum_travel": [
|
||||
"2"
|
||||
],
|
||||
"use_firmware_retraction": "1",
|
||||
"version": "1.6.1.0",
|
||||
"wipe": [
|
||||
"0"
|
||||
],
|
||||
"z_hop_types": [
|
||||
"Auto Lift"
|
||||
]
|
||||
}
|
@ -1,4 +1,4 @@
|
||||
sync_info = create
|
||||
sync_info = update
|
||||
user_id =
|
||||
setting_id =
|
||||
base_id = GM001
|
||||
|
@ -54,7 +54,7 @@
|
||||
],
|
||||
"name": "CR-10s 0.4 nozzle",
|
||||
"nozzle_type": "brass",
|
||||
"print_host": "192.168.1.5",
|
||||
"print_host": "https://cr10.aquamorph.com",
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"300x0",
|
||||
|
@ -57,7 +57,7 @@
|
||||
"0.6"
|
||||
],
|
||||
"nozzle_type": "brass",
|
||||
"print_host": "192.168.1.5",
|
||||
"print_host": "192.168.20.20",
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"300x0",
|
||||
|
@ -2,6 +2,7 @@
|
||||
"brim_type": "no_brim",
|
||||
"brim_width": "10",
|
||||
"default_acceleration": "0",
|
||||
"enable_support": "1",
|
||||
"from": "User",
|
||||
"gap_infill_speed": "30",
|
||||
"infill_combination": "1",
|
||||
@ -12,7 +13,7 @@
|
||||
"initial_layer_speed": "20",
|
||||
"inner_wall_acceleration": "0",
|
||||
"inner_wall_line_width": "112%",
|
||||
"inner_wall_speed": "40",
|
||||
"inner_wall_speed": "35",
|
||||
"internal_solid_infill_line_width": "112%",
|
||||
"internal_solid_infill_speed": "50",
|
||||
"is_custom_defined": "0",
|
||||
@ -20,13 +21,14 @@
|
||||
"name": "0.20mm Standard CR-10s",
|
||||
"outer_wall_acceleration": "0",
|
||||
"outer_wall_line_width": "80%",
|
||||
"outer_wall_speed": "40",
|
||||
"outer_wall_speed": "35",
|
||||
"print_settings_id": "0.20mm Standard CR-10s",
|
||||
"sparse_infill_density": "30%",
|
||||
"sparse_infill_line_width": "107%",
|
||||
"sparse_infill_speed": "60",
|
||||
"support_interface_speed": "30",
|
||||
"support_line_width": "95%",
|
||||
"support_object_xy_distance": "0.75",
|
||||
"support_speed": "30",
|
||||
"support_type": "tree(auto)",
|
||||
"top_surface_acceleration": "0",
|
||||
|
@ -28,6 +28,11 @@ function flatpakUpdate {
|
||||
fi
|
||||
}
|
||||
|
||||
# Appimage Updater
|
||||
function appimageUpdate {
|
||||
am update
|
||||
}
|
||||
|
||||
# Checks if a program is installed and if it is runs an updater script
|
||||
function updateProgram {
|
||||
if command -v $1 &> /dev/null; then
|
||||
@ -55,4 +60,7 @@ aptUpdate
|
||||
echo ''
|
||||
flatpakUpdate
|
||||
echo ''
|
||||
appimageUpdate
|
||||
echo ''
|
||||
manualUpdate
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user