Kaynağa Gözat

Fix trailing whitespace

Scott Lahteine 5 yıl önce
ebeveyn
işleme
894f5c24a8

+ 5
- 5
Marlin/src/HAL/HAL_ESP32/i2s.cpp Dosyayı Görüntüle

@@ -162,19 +162,19 @@ int i2s_init() {
162 162
   periph_module_enable(PERIPH_I2S0_MODULE);
163 163
 
164 164
   /**
165
-   * Each i2s transfer will take 
165
+   * Each i2s transfer will take
166 166
    *   fpll = PLL_D2_CLK      -- clka_en = 0
167
-   * 
167
+   *
168 168
    *   fi2s = fpll / N + b/a  -- N = clkm_div_num
169 169
    *   fi2s = 160MHz / 2
170 170
    *   fi2s = 80MHz
171
-   *   
171
+   *
172 172
    *   fbclk = fi2s / M   -- M = tx_bck_div_num
173 173
    *   fbclk = 80MHz / 2
174 174
    *   fbclk = 40MHz
175
-   * 
175
+   *
176 176
    *   fwclk = fbclk / 32
177
-   * 
177
+   *
178 178
    *   for fwclk = 250kHz (4uS pulse time)
179 179
    *      N = 10
180 180
    *      M = 20

+ 1
- 1
Marlin/src/gcode/control/M380_M381.cpp Dosyayı Görüntüle

@@ -45,7 +45,7 @@ void GcodeSuite::M380() {
45 45
  * M381: Disable all solenoids if EXT_SOLENOID
46 46
  *       Disable selected/active solenoid if MANUAL_SOLENOID_CONTROL
47 47
  */
48
-void GcodeSuite::M381() { 
48
+void GcodeSuite::M381() {
49 49
   #if ENABLED(MANUAL_SOLENOID_CONTROL)
50 50
     disable_solenoid(parser.intval('S', active_extruder));
51 51
   #else

+ 5
- 5
Marlin/src/module/tool_change.cpp Dosyayı Görüntüle

@@ -133,7 +133,7 @@
133 133
         parkingslowspeed,          // M951 J
134 134
         parkinghighspeed ,         // M951 H
135 135
         parkingtraveldistance,     // M951 D
136
-        compensationmultiplier;  
136
+        compensationmultiplier;
137 137
 
138 138
   inline void magnetic_parking_extruder_tool_change(const uint8_t tmp_extruder) {
139 139
 
@@ -178,20 +178,20 @@
178 178
     // STEP 2
179 179
 
180 180
     current_position[X_AXIS] = grabpos + offsetcompensation;
181
-  
181
+
182 182
     #if ENABLED(DEBUG_LEVELING_FEATURE)
183 183
       if (DEBUGGING(LEVELING)) {
184 184
         SERIAL_ECHOPAIR("(2) Couple extruder ", int(tmp_extruder));
185 185
         DEBUG_POS(" to new extruder GrabPos", current_position);
186 186
       }
187 187
     #endif
188
-  
188
+
189 189
     planner.buffer_line(current_position, mpe_settings.slow_feedrate, tmp_extruder);
190 190
     planner.synchronize();
191
-  
191
+
192 192
     // Delay before moving tool, to allow magnetic coupling
193 193
     gcode.dwell(150);
194
-  
194
+
195 195
     // STEP 3
196 196
 
197 197
     current_position[X_AXIS] = mpe_settings.parking_xpos[tmp_extruder] + offsetcompensation;

Loading…
İptal
Kaydet