accelerations removing

This commit is contained in:
VOLUMIC
2025-02-04 10:09:52 +01:00
parent eb908d0aa7
commit dd8812cd04
12 changed files with 0 additions and 300 deletions

View File

@@ -22,31 +22,6 @@
"retraction_length": ["2.4"],
"retraction_speed": ["30"],
"deretraction_speed": ["30"],
"machine_max_acceleration_e": ["0"],
"machine_max_acceleration_extruding": ["0"],
"machine_max_acceleration_retracting": ["0"],
"machine_max_acceleration_x": ["0"],
"machine_max_acceleration_y": ["0"],
"machine_max_acceleration_z": ["0"],
"machine_max_speed_e": ["0"],
"machine_max_speed_x": ["0"],
"machine_max_speed_y": ["0"],
"machine_max_speed_z": ["0"],
"machine_max_jerk_e": ["0"],
"machine_max_jerk_x": ["0"],
"machine_max_jerk_y": ["0"],
"machine_max_jerk_z": ["0"],
"default_acceleration": ["0"],
"outer_wall_acceleration": ["0"],
"inner_wall_acceleration": ["0"],
"bridge_acceleration": ["0"],
"sparse_infill_acceleration": ["0"],
"internal_solid_infill_acceleration": ["0"],
"initial_layer_acceleration": ["0"],
"top_surface_acceleration": ["0"],
"travel_acceleration": ["0"],
"machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER=[first_layer_temperature]",
"before_layer_change_gcode": "G92 E0",
"machine_end_gcode": "END_PRINT"