Skip to content

Commit

Permalink
Enable physics on KF2 landing gear (#2989)
Browse files Browse the repository at this point in the history
  • Loading branch information
Capkirk123 authored Aug 11, 2024
1 parent 8dbcf78 commit 04fd4a1
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,7 @@
{
%RSSROConfig = True
@mass = 0.19
@PhysicsSignificance = 0

@MODULE[KSPWheelBase]
{
Expand All @@ -521,6 +522,7 @@
{
%RSSROConfig = True
@mass = 0.2
@PhysicsSignificance = 0

@MODULE[KSPWheelBase]
{
Expand All @@ -536,7 +538,8 @@
{
%RSSROConfig = True
@mass = 0.46

@PhysicsSignificance = 0

@MODULE[KSPWheelBase]
{
%wheelMass = 0.46
Expand All @@ -551,6 +554,7 @@
{
%RSSROConfig = True
@mass = 1.5
@PhysicsSignificance = 0

@MODULE[KSPWheelBase]
{
Expand Down

0 comments on commit 04fd4a1

Please sign in to comment.