Files
OrcaSlicer/resources/profiles/Ginger Additive/machine/Ginger_G1_common.json
Ian Bassi 16727644bb Reduce size by Json Fromatting (#13163)
Reduce the size of current and new JSONs by standardising them with 1 tab indentation instead of 4 spaces.
This effectively reduces the size by almost 20 MB.

| Current | New |
|---|---|
| 85.2 Mib | 67 Mib |

Used [JQ](https://jqlang.org/) `--tab` to automatically format every current JSON.

> [!NOTE]
> Some profiles had the arrays on the same line, but those created by Orca were in the standard format (each object below the previous one). In some cases, this increases the number of tabs due to the new lines, but the increase is negligible, and this way both the base profiles and those created by Orca maintain the same style.
2026-04-15 22:58:12 +08:00

110 lines
2.4 KiB
JSON

{
"type": "machine",
"name": "Ginger_G1_common",
"renamed_from": "ginger_one_common",
"inherits": "fdm_machine_common",
"from": "system",
"instantiation": "false",
"printer_settings_id": "Ginger_G1_common",
"default_filament_profile": [
"Ginger Generic PLA"
],
"default_print_profile": "1.50mm Standard @Ginger G1",
"deretraction_speed": [
"200"
],
"extruder_clearance_height_to_lid": "200",
"extruder_clearance_height_to_rod": "100",
"extruder_clearance_radius": "200",
"machine_end_gcode": "END_PRINT",
"machine_max_acceleration_e": [
"1000",
"5000"
],
"machine_max_acceleration_extruding": [
"2500",
"20000"
],
"machine_max_acceleration_retracting": [
"2500",
"5000"
],
"machine_max_acceleration_x": [
"2500",
"20000"
],
"machine_max_acceleration_y": [
"2500",
"20000"
],
"machine_max_jerk_e": [
"30",
"2.5"
],
"machine_max_jerk_x": [
"7",
"9"
],
"machine_max_jerk_y": [
"7",
"9"
],
"machine_max_jerk_z": [
"7",
"0.4"
],
"machine_max_speed_e": [
"500",
"25"
],
"machine_max_speed_x": [
"300",
"200"
],
"machine_max_speed_y": [
"300",
"200"
],
"machine_max_speed_z": [
"12",
"12"
],
"machine_start_gcode": "START_PRINT BED_TEMPERATURE=[bed_temperature_initial_layer] KAMP_LEVELING=1 EXTRUDER_ROTATION_VOLUME={extruder_rotation_volume[0]} MIXING_STEPPER_ROTATION_VOLUME={mixing_stepper_rotation_volume[0]} PURGE_LAYER_HEIGHT=2 PURGE_PARKING_SPEED=10000 PURGE_LENGHT=500 PURGE_SPEED=500 PURGE_MATERIAL_QUANTITY=10000 EXTRUDER_TEMPERATURE=[nozzle_temperature] EXTRUDER_TEMPERATURE_INITIAL_LAYER=[nozzle_temperature_initial_layer] PRESSURE_ADVANCE=0.2 PRESSURE_ADVANCE_SMOOTH_TIME=0.5 ZONE_1_TEMPERATURE={multi_zone_1_initial_layer[0]} ZONE_2_TEMPERATURE={multi_zone_2_initial_layer[0]} ZONE_3_TEMPERATURE={multi_zone_3_initial_layer[0]}",
"print_host": "G1OS.local",
"printer_model": "Ginger G1",
"retract_before_wipe": [
"0%"
],
"retract_restart_extra": [
"35"
],
"retraction_length": [
"20"
],
"retraction_minimum_travel": [
"10"
],
"retraction_speed": [
"200"
],
"support_air_filtration": "0",
"support_chamber_temp_control": "0",
"wipe_distance": [
"10"
],
"z_hop": [
"1.5"
],
"z_hop_types": [
"Normal Lift"
],
"pellet_modded_printer": "1",
"use_extruder_rotation_volume": "1",
"use_active_pellet_feeding": "1",
"multi_zone": "1",
"multi_zone_number": "3",
"active_feeder_motor_name": [
"mixing_stepper"
]
}